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

Fix E2E tests not working with Chrome 73.0.3683.75 #284

Merged
merged 1 commit into from
Mar 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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