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 11166ee commit 6d56c39Copy full SHA for 6d56c39
1 file changed
components/dash-core-components/tests/integration/input/test_number_input.py
@@ -238,6 +238,7 @@ def update_output(val):
238
239
def test_inni010_valid_numbers(dash_dcc, ninput_app):
240
dash_dcc.start_server(ninput_app)
241
+ elem = dash_dcc.wait_for_element("#input_false")
242
for num, op in (
243
("1.0", lambda x: int(float(x))), # limitation of js/json
244
("10e10", lambda x: int(float(x))),
0 commit comments