Created
August 19, 2011 12:45
-
-
Save michaeltwofish/1156721 to your computer and use it in GitHub Desktop.
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
Failing Scenarios: | |
cucumber -p client-admin-all client_admin/client_tag_update.feature:20 # Scenario: Rename a tag | |
cucumber -p client-admin-all client_admin/client_tag_update.feature:26 # Scenario: Try to rename a tag to a name that is already used | |
cucumber -p client-admin-all client_admin/candidate_retrieve.feature:144 # Scenario: Select a tag to filter on and submit search | |
cucumber -p client-admin-all client_admin/candidate_retrieve.feature:165 # Scenario: Select a tag to filter on and submit search then submit again to see tag is still checked | |
cucumber -p client-admin-all client_admin/candidate_retrieve.feature:191 # Scenario: Apply two tags to a candidate that is tagged with both, and make sure it is listed only once | |
cucumber -p client-admin-all client_admin/candidate_retrieve.feature:208 # Scenario: Select a tag to filter on and submit search then check modal | |
cucumber -p client-admin-all client_admin/candidate_retrieve.feature:226 # Scenario: Filter candidates by tag belonging to candidates for more than one client | |
cucumber -p client-admin-all client_admin/candidate_update.feature:118 # Scenario: Go to candidate update path (without data) and be redirected to the client page | |
173 scenarios (8 failed, 165 passed) | |
2223 steps (8 failed, 19 skipped, 2196 passed) | |
8m8.846s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment