We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a20f4 commit ee5c3c4Copy full SHA for ee5c3c4
tests/test_cell_data_type_override.py
@@ -16,6 +16,7 @@
16
def test_cd001_cell_data_types_override(dash_duo):
17
os.environ['LANGUAGE'] = 'en-US'
18
chrome_options = Options()
19
+ chrome_options.add_argument("--headless")
20
driver = webdriver.Chrome(options=chrome_options) # run this test with a Chrome driver to control the locale
21
22
app = Dash(__name__)
0 commit comments