Skip to content

Commit

Permalink
Merge pull request #2600 from ClearlyClaire/glitch-soc/fixes/failures
Browse files Browse the repository at this point in the history
Configure selenium to use Chrome version 120 (mastodon#29038)
  • Loading branch information
ClearlyClaire authored Feb 1, 2024
2 parents 7bb5f6e + f4416e6 commit 626ff32
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 626ff32

Please sign in to comment.