Skip to content

Commit 9c10eb1

Browse files
committed
remove experimental selenium flags
1 parent 8f15043 commit 9c10eb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/selenium/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ def __init__(self):
2323
options.add_argument("--no-sandbox")
2424
options.add_argument("--disable-dev-shm-usage")
2525
options.add_argument("--disable-gpu")
26-
options.add_argument("--headless=new")
26+
options.add_argument("--headless")
2727
options.add_argument("--window-size=1024,768")
28-
options.add_argument("--test-type")
2928
super().__init__(options=options)
3029

3130
def get_file(self, filepath):

0 commit comments

Comments
 (0)