Skip to content

Instantly share code, notes, and snippets.

@aldefouw
Last active July 26, 2023 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aldefouw/c97392d25b12a83b2b6ae00cd3f4a823 to your computer and use it in GitHub Desktop.
Save aldefouw/c97392d25b12a83b2b6ae00cd3f4a823 to your computer and use it in GitHub Desktop.
Configuration: Repeating Instruments & Events
## STEPS TO SETUP REPEATING INSTRUMENTS AND/OR EVENTS
Given I click on the link labeled "Project Setup"
Then I should see "Repeating instruments and events"
When I open the dialog box for the Repeatable Instruments and Events module
And I close the popup
And I select "-- not repeating --" on the dropdown field labeled "Event 1 (Arm 1: Arm 1)"
And I select "Repeat Instruments (repeat independently of each other)" on the dropdown field labeled "Event Three (Arm 1: Arm 1)"
And I select "Repeat Entire Event (repeat all instruments together)" on the dropdown field labeled "Event 2 (Arm 1: Arm 1)"
And I check the checkbox labeled "Survey"
And I click on the button labeled "Save"
Then I should see a dialog containing the following text: "Your settings for repeating instruments and/or events have been successfully saved."
#Do this to ensure that the alert box closes
Given I click on the button labeled "Close" in the dialog box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment