File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dev_suites/dev_demo_ig_stu1 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -230,12 +230,13 @@ class DemoSuite < Inferno::TestSuite
230230 receives_request :resume
231231
232232 run do
233+ msg = 'message=User%20clicked%20fail'
233234 wait (
234235 identifier : 'abc' ,
235236 message : %(
236237 [Follow this link to pass the test and proceed](#{ config . options [ :wait_test_url ] } ?xyz=abc).
237238
238- [Follow this link to fail the test and proceed](#{ config . options [ :wait_test_fail_url ] } ?xyz=abc).
239+ [Follow this link to fail the test and proceed](#{ config . options [ :wait_test_fail_url ] } ?xyz=abc& #{ msg } ).
239240
240241 [Follow this link to skip the test and proceed](#{ config . options [ :wait_test_skip_url ] } ?xyz=abc).
241242
@@ -247,7 +248,7 @@ class DemoSuite < Inferno::TestSuite
247248
248249 ```#{ config . options [ :wait_test_url ] } ?xyz=abc```,
249250
250- ```#{ config . options [ :wait_test_fail_url ] } ?xyz=abc```,
251+ ```#{ config . options [ :wait_test_fail_url ] } ?xyz=abc& #{ msg } ```,
251252
252253 ```#{ config . options [ :wait_test_skip_url ] } ?xyz=abc```,
253254
You can’t perform that action at this time.
0 commit comments