Created
May 14, 2015 09:48
-
-
Save joakin/49b4bf5f37c8af8f8233 to your computer and use it in GitHub Desktop.
selenium results
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
browser (review/jdlrobson/qa23 $) $ KEEP_BROWSER_OPEN=true BROWSER=firefox bundle exec cucumber features/new_collection.feature | |
@chrome @en.m.wikipedia.beta.wmflabs.org | |
Feature: Creating new collections | |
Background: # features/new_collection.feature:4 | |
Given I am logged into the mobile website # features/step_definitions/common_steps.rb:15 | |
And I am using the mobile site # features/step_definitions/common_steps.rb:1 | |
And I am in alpha mode # features/step_definitions/common_steps.rb:20 | |
And I am on the "Selenium Gather test" page # features/step_definitions/common_steps.rb:33 | |
When I click the watchstar # features/step_definitions/common_steps.rb:39 | |
timed out after 5 seconds, waiting for {:css=>".collection-star-container", :tag_name=>"li"} to become present (Watir::Wait::TimeoutError) | |
./features/step_definitions/common_steps.rb:40:in `/^I click the watchstar$/' | |
features/new_collection.feature:9:in `When I click the watchstar' | |
Scenario: New collection overlay interface visible # features/new_collection.feature:11 | |
Then I see add to new collection button # features/step_definitions/new_collection_steps.rb:9 | |
Scenario: Inserting a new collection # features/new_collection.feature:14 | |
When I type "My collection" into the new collection form # features/step_definitions/new_collection_steps.rb:1 | |
And I click the create collection button # features/step_definitions/new_collection_steps.rb:5 | |
Then I see the collection editor overlay # features/step_definitions/edit_collection_steps.rb:9 | |
Failing Scenarios: | |
cucumber features/new_collection.feature:11 # Scenario: New collection overlay interface visible | |
2 scenarios (1 failed, 1 skipped) | |
14 steps (1 failed, 9 skipped, 4 passed) | |
0m37.299s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment