Skip to content

Commit 6d56c39

Browse files
committed
wait for input false first
1 parent 11166ee commit 6d56c39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/dash-core-components/tests/integration/input/test_number_input.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def update_output(val):
238238

239239
def test_inni010_valid_numbers(dash_dcc, ninput_app):
240240
dash_dcc.start_server(ninput_app)
241+
elem = dash_dcc.wait_for_element("#input_false")
241242
for num, op in (
242243
("1.0", lambda x: int(float(x))), # limitation of js/json
243244
("10e10", lambda x: int(float(x))),

0 commit comments

Comments
 (0)