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 d1c0a7f commit d62a037Copy full SHA for d62a037
components/dash-core-components/tests/integration/loading/test_loading_component.py
@@ -586,7 +586,7 @@ def test_ldcp013_loading_component_display_show(dash_dcc):
586
)
587
dash_dcc.start_server(app)
588
589
- dash_dcc.find_elements(".loading .dash-spinner")
+ dash_dcc.find_element(".loading .dash-spinner")
590
# mounted but hidden, so looks like no text
591
dash_dcc.wait_for_text_to_equal("#div-1", "")
592
0 commit comments