Commit 414bf711547dca39a234a1c7b1c4bae8d968383d
Committed by
Daniela Feitosa
1 parent
268643c7
Exists in
master
and in
29 other branches
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 | ... | ... |