Merge pull request #51141 from peterberkenbosch/update-test-case-generator-to-codestyle

Fix linting error for generated system test case.
This commit is contained in:
Rafael Mendonça França 2024-02-20 15:16:12 -05:00 committed by GitHub
commit c6c8d1d3c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,7 +9,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :headless_chrome, screen_size: [ 1400, 1400 ], options: {
browser: :remote,
url: "http://#{ENV["SELENIUM_HOST"]}:4444",
url: "http://#{ENV["SELENIUM_HOST"]}:4444"
}
else
driven_by :selenium, using: :headless_chrome, screen_size: [ 1400, 1400 ]