Skip to content

Commit

Permalink
Prøv med --no-sandbox option
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewel committed Feb 9, 2025
1 parent 6ee7b91 commit 07b4fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions members/tests/test_functional/test_admin_union.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def setUp(self):
}
chrome_options.add_experimental_option("prefs", prefs)
chrome_options.add_argument("--disable-dev-shm-usage")
chrome_options.add_argument("--no-sandbox")

self.browser = webdriver.Remote(
command_executor="http://selenium:4444/wd/hub",
Expand Down

0 comments on commit 07b4fc0

Please sign in to comment.