0
0
Fork 0

Extract capybara config and improve headless_chrome driver config (#28681)

This commit is contained in:
Matt Jankowski 2024-01-10 09:54:11 -05:00 committed by GitHub
parent 543d7890fd
commit 8422b8ded0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 2 deletions

View file

@ -108,8 +108,6 @@ RSpec.configure do |config|
end
config.around :each, type: :system do |example|
driven_by :selenium, using: :headless_chrome, screen_size: [1600, 1200]
# The streaming server needs access to the database
# but with use_transactional_tests every transaction
# is rolled-back, so the streaming server never sees the data