To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSimple Cucumber Project
- Scenarios
-
- Challenging Doms
-
- Given
- I am on the Challenging Dom test page
- When
- I see the table contains "Definiebas4"
- Then
- I click the blue button
- Dynamic Loading
-
- Given
- I am on the Dynamic Loading test page
- When
- I click the start button
- Then
- I see a loading bar appear
- Then
- I wait and see "Hello, World!" appear
- CheckBoxes
-
- Given
- I am on the Checkboxes test page
- When
- I see checkboxTwo is checked
- Then
- I click checkboxOne
- Then
- I see checkboxOne is checked
- Then
- I click checkboxTwo
- Then
- I see checkboxTwo is unchecked
- Form Auth
-
- Given
- I am on the Login test page
- When
- I enter an invalid Username
- When
- I enter an invalid Password
- When
- I click the Login button
- Then
- I see an error message appear
Last published over 3 years ago by mgoode.