Created
October 2, 2013 19:18
-
-
Save richdownie/6799083 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
richdownie@mbp ~/projects/front-end-test-cases (git::master) $ cucumber features/admin.feature:32 | |
@chrome @firefox @IE10 @IE9 | |
Feature: Admin Testing | |
Scenario: -Blacklist Word Check- # features/admin.feature:32 | |
* I am on the admin page # features/step_definitions/selenium_webdriver.rb:13 | |
[] | |
* I fill in "username" with "becca" # features/step_definitions/selenium_webdriver.rb:89 | |
[] | |
* I fill in "password" with "password" # features/step_definitions/selenium_webdriver.rb:89 | |
[] | |
* I submit "home-user-sign-in" "class" # features/step_definitions/selenium_webdriver.rb:6 | |
0 seconds to render "home-user-sign-in":class | |
[] | |
* I follow "Username Blacklist" # features/step_definitions/selenium_webdriver.rb:149 | |
[] | |
* I fill in "query" with "bitch" # features/step_definitions/selenium_webdriver.rb:89 | |
[] | |
* I wait until "icon-trash" "class" renders # features/step_definitions/selenium_webdriver.rb:244 | |
0 seconds to render "icon-trash":class | |
[] | |
1 scenario (1 passed) | |
7 steps (7 passed) | |
0m4.726s | |
richdownie@mbp ~/projects/front-end-test-cases (git::master) $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment