Prepare system testing

This commit is contained in:
2023-04-11 20:50:13 +02:00
parent 7c77d87213
commit 51985bc88e
6 changed files with 31 additions and 59 deletions

View File

@@ -1,5 +1,8 @@
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
# NOTE: remove when capabilities no longer used by Rails
Selenium::WebDriver.logger.ignore(:capabilities)
driven_by :selenium, using: :headless_firefox, screen_size: [1600, 900]
end