Skip to content

Commit 5be6742

Browse files
committed
Fix CI
1 parent c3a20f4 commit 5be6742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_cell_data_type_override.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
def test_cd001_cell_data_types_override(dash_duo):
1717
os.environ['LANGUAGE'] = 'en-US'
1818
chrome_options = Options()
19+
chrome_options.add_argument("--headless")
20+
chrome_options.add_argument("--user-data-dir=/tmp/user-data")
21+
chrome_options.add_argument("--no-sandbox")
1922
driver = webdriver.Chrome(options=chrome_options) # run this test with a Chrome driver to control the locale
2023

2124
app = Dash(__name__)

0 commit comments

Comments
 (0)