Skip to content

Commit

Permalink
Configure selenium to use Chrome version 120 (mastodon#29038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored and ClearlyClaire committed Feb 1, 2024
1 parent 7bb5f6e commit f4416e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
options = Selenium::WebDriver::Chrome::Options.new
options.add_argument '--headless=new'
options.add_argument '--window-size=1680,1050'
options.browser_version = '120'

Capybara::Selenium::Driver.new(
app,
Expand Down

0 comments on commit f4416e6

Please sign in to comment.