Skip to content

Commit

Permalink
Fix updated linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
peterberkenbosch committed Feb 2, 2024
1 parent 8824bfa commit bc2aedc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions spec/system/support/cuprite_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@
Capybara.register_driver(:better_cuprite) do |app|
Capybara::Cuprite::Driver.new(
app,
**{
window_size: [1200, 800],
browser_options: remote_chrome ? {"no-sandbox" => nil} : {},
inspector: true,
timeout: 60
}.merge(remote_options)
window_size: [1200, 800],
browser_options: remote_chrome ? {"no-sandbox" => nil} : {},
inspector: true,
timeout: 60, **remote_options
)
end

Expand Down

0 comments on commit bc2aedc

Please sign in to comment.