Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Aug 25, 2024
1 parent aeded26 commit 1e15ebc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
APP_ADMIN_EMAIL=[email protected]
APP_ADMIN_PASSWORD=secret
APP_EMAIL=[email protected]
APP_HOST=example.org
AWS_ACCESS_KEY_ID=my-access-key
AWS_SECRET_ACCESS_KEY=my-secret
AWS_BUCKET=my-bucket
AWS_REGION=eu-central-1
4 changes: 2 additions & 2 deletions spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

config.before :each, type: :system, js: true do
driven_by :selenium, using: :headless_chrome do |driver_option|
# Chrome 120 compatibility
driver_option.add_argument '--headless=new'
# Chrome 127 compatibility
driver_option.add_argument '--disable-search-engine-choice-screen'
end
end

Expand Down

0 comments on commit 1e15ebc

Please sign in to comment.