We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d9edb commit 6b9c3ddCopy full SHA for 6b9c3dd
app/spec/e2e/cbv_flow_spec.rb
@@ -31,7 +31,7 @@
31
@ngrok.tunnel_url,
32
ENV["USER"]
33
)
34
- end if @subscription_id && RECORD_OPTION == :all
+ end if RECORD_OPTION == :all
35
end
36
37
after(:all, js: true) do
app/spec/rails_helper.rb
@@ -54,7 +54,6 @@
54
55
56
require 'billy/capybara/rspec'
57
-Capybara.javascript_driver = :selenium_billy
58
59
Billy.configure do |c|
60
c.cache = true
@@ -80,7 +79,7 @@
80
79
81
RSpec.configure do |config|
82
config.before(:each, type: :feature) do
83
- Capybara.current_driver = :selenium_chrome_headless
+ Capybara.current_driver = :selenium_chrome_headless_billy
84
85
86
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
0 commit comments