Skip to content

Commit d48485f

Browse files
committed
Trial using firefox+selenium via selenium_billy capybara driver
1 parent c9b2b93 commit d48485f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/support/puffing_billy.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
end
3737

3838
# 5. Uncomment the *_billy driver for your desired browser:
39-
# Capybara.javascript_driver = :selenium_billy # Uses Firefox
39+
Capybara.javascript_driver = :selenium_billy # Uses Firefox
4040
# Capybara.javascript_driver = :webkit_billy
4141
# Capybara.javascript_driver = :poltergeist_billy
4242
Capybara.register_driver :selenium_chrome_billy do |app|
@@ -48,7 +48,7 @@
4848
]
4949
)
5050
end
51-
Capybara.javascript_driver = :selenium_chrome_billy
51+
# Capybara.javascript_driver = :selenium_chrome_billy
5252

5353
# 6. Start using Puffing Billy. See spec/features/share_page_spec.rb for an example,
5454
# and find your cached responses in spec/support/http_cache/billy

0 commit comments

Comments
 (0)