Skip to content
Snippets Groups Projects
Verified Commit 74e3f0da authored by William Desportes's avatar William Desportes :sailboat:
Browse files

Remove --headless used twice

parent 310c7948
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ class TestphpLDAPadminWeb(unittest.TestCase):
options = webdriver.ChromeOptions()
options.add_argument('--headless')
options.add_argument('--no-sandbox')
options.add_argument('--headless')
options.add_argument('--disable-gpu')
options.add_argument('--disable-dev-shm-usage')
service = Service(executable_path=r'/usr/bin/chromedriver')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment