Skip to content

Commit ee5c3c4

Browse files
committed
Fix CI
1 parent c3a20f4 commit ee5c3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cell_data_type_override.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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")
1920
driver = webdriver.Chrome(options=chrome_options) # run this test with a Chrome driver to control the locale
2021

2122
app = Dash(__name__)

0 commit comments

Comments
 (0)