Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Mar 27, 2024
1 parent 2ede2b8 commit c67f9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ services:
- "6379:6379"

chrome:
image: seleniarm/standalone-chromium:latest
volumes:
- /dev/shm:/dev/shm
image: selenium/standalone-chrome:latest
shm_size: 2gb
depends_on:
- web
ports:
Expand Down
1 change: 0 additions & 1 deletion features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def before_feature(context, feature):
if settings.USE_REMOTE_CHROME:
options = webdriver.ChromeOptions()
options.add_argument("--headless=new")
options.add_argument("--disable-dev-shm-usage")
context.browser = webdriver.Remote(
command_executor="http://{}:4444".format(settings.SELENIUM_ADDRESS),
options=options,
Expand Down

0 comments on commit c67f9c8

Please sign in to comment.