Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
return headless mode
Browse files Browse the repository at this point in the history
l0uden committed Nov 18, 2024
1 parent 73ba50a commit 1bc78c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-ai/tests/vizro_ai_ui/conftest.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
def chromedriver(request):
"""Fixture for starting chromedriver."""
options = Options()
# options.add_argument("--headless")
options.add_argument("--headless")
options.add_argument("--window-size=1920,1080")
options.add_argument("--disable-search-engine-choice-screen")
driver = webdriver.Chrome(options=options)

0 comments on commit 1bc78c8

Please sign in to comment.