Commit 6d8c9396a6431c763fab36e254fab943892e4754

Authored by Daniel Cunha
1 parent 21769e8f

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 15 require 'capybara/rails'
16 16 require 'capybara/cucumber'
17 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 19 # Capybara defaults to XPath selectors rather than Webrat's default of CSS3. In
20 20 # order to ease the transition to Capybara we set the default here. If you'd
21 21 # prefer to use XPath just remove this line and adjust any selectors in your
... ...