Update tests to new schema

This commit is contained in:
2024-12-08 15:29:01 +01:00
parent a18f257378
commit 40808639cc
3 changed files with 15 additions and 12 deletions

View File

@@ -4,7 +4,9 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
include ActionView::Helpers::UrlHelper
# NOTE: geckodriver installed with Firefox, ignore incompatibility warning
Selenium::WebDriver.logger.ignore(:selenium_manager)
Selenium::WebDriver.logger
.ignore(:selenium_manager, :clear_session_storage, :clear_local_storage)
Capybara.configure do |config|
config.save_path = "#{Rails.root}/tmp/screenshots/"
end