Skip to content

Commit 6edda44

Browse files
committed
demo result messages on resume
1 parent 190ee5a commit 6edda44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev_suites/dev_demo_ig_stu1/demo_suite.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)