Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #284 from alphagov/fix-e2e-chrome-not-running
Browse files Browse the repository at this point in the history
Fix E2E tests not working with Chrome 73.0.3683.75
  • Loading branch information
benthorner committed Mar 19, 2019
2 parents f63e7ed + 2d7babb commit 4adfce1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,7 @@ services:
- "3190"

publishing-e2e-tests:
shm_size: 2G
build: .
depends_on:
- specialist-publisher
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
acceptInsecureCerts: true,
chromeOptions: {
args: %w(
--disable-dev-shm-usage
--disable-gpu
--disable-web-security
--disable-infobars
Expand Down

0 comments on commit 4adfce1

Please sign in to comment.