Created
September 29, 2012 00:48
-
-
Save lkosak/3802777 to your computer and use it in GitHub Desktop.
This file contains 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
Given I can pinch in San Francisco # features/step_definitions/backgroud_steps.rb:1 | |
@selenium | |
Scenario: Url Pinch # features/pinching_from_add_button.feature:8 | |
When I visit the homepage for San Francisco # features/step_definitions/web_steps.rb:3 | |
And I click the Add button # features/step_definitions/add_button.rb:1 | |
And I choose to create a pinch from the add dialog # features/step_definitions/add_button.rb:56 | |
And I enter a URL # features/step_definitions/add_button.rb:63 | |
And I create a new pinch using the form # features/step_definitions/add_button.rb:79 | |
Element is not clickable at point (0, 0). Other element would receive the click: <div data-js="dialog-overlay" class="dialog-overlay dialog-overlay--modal">...</div> (Selenium::WebDriver::Error::UnknownError) | |
./features/step_definitions/add_button.rb:85:in `block (2 levels) in <top (required)>' | |
./features/step_definitions/add_button.rb:81:in `/^I create a new pinch using the form$/' | |
features/pinching_from_add_button.feature:13:in `And I create a new pinch using the form' | |
Then I should be taken to the details page for my new pinch # features/step_definitions/add_button.rb:90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment