Last active
July 26, 2023 18:59
-
-
Save aldefouw/c97392d25b12a83b2b6ae00cd3f4a823 to your computer and use it in GitHub Desktop.
Configuration: Repeating Instruments & Events
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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