Created
June 17, 2018 18:45
-
-
Save paulbjensen/02d22c56e359a1117a12c623d04753b8 to your computer and use it in GitHub Desktop.
The output from running npm Cucumber at this stage, for a Medium article
This file contains hidden or 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
P-------- | |
Warnings: | |
1) Scenario: Successfully delete my data # features/delete_my_data.feature:6 | |
? Given I am a registered user # features/step_definitions/example_steps.js:3 | |
Pending | |
- When I login to the application # features/step_definitions/example_steps.js:8 | |
- And I visit my settings # features/step_definitions/example_steps.js:13 | |
- When I click on "Delete my data" # features/step_definitions/example_steps.js:18 | |
- And I fill in "confirmation" with "[email protected]" # features/step_definitions/example_steps.js:23 | |
- And I press "Delete my data" # features/step_definitions/example_steps.js:28 | |
- Then I should be logged out of the application # features/step_definitions/example_steps.js:33 | |
- And I should see "Your data has been deleted from the application" # features/step_definitions/example_steps.js:38 | |
- And there shouldn't be any data for the user "[email protected]" # features/step_definitions/example_steps.js:43 | |
1 scenario (1 pending) | |
9 steps (1 pending, 8 skipped) | |
0m00.001s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment