Commit 414bf711547dca39a234a1c7b1c4bae8d968383d

Authored by Daniel Cunha
Committed by Daniela Feitosa
1 parent 268643c7

Removing 'cucumber/rails/capybara_javascript_emulation' requirement

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/support/env.rb
@@ -15,7 +15,7 @@ require 'cucumber/web/tableish' @@ -15,7 +15,7 @@ require 'cucumber/web/tableish'
15 require 'capybara/rails' 15 require 'capybara/rails'
16 require 'capybara/cucumber' 16 require 'capybara/cucumber'
17 require 'capybara/session' 17 require 'capybara/session'
18 -require 'cucumber/rails/capybara_javascript_emulation' # Lets you click links with onclick javascript handlers without using @culerity or @javascript 18 +# require 'cucumber/rails/capybara_javascript_emulation' # Lets you click links with onclick javascript handlers without using @culerity or @javascript
19 # Capybara defaults to XPath selectors rather than Webrat's default of CSS3. In 19 # Capybara defaults to XPath selectors rather than Webrat's default of CSS3. In
20 # order to ease the transition to Capybara we set the default here. If you'd 20 # order to ease the transition to Capybara we set the default here. If you'd
21 # prefer to use XPath just remove this line and adjust any selectors in your 21 # prefer to use XPath just remove this line and adjust any selectors in your