Skip to content

Commit d62a037

Browse files
committed
fixed typo in test
1 parent d1c0a7f commit d62a037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-core-components/tests/integration/loading/test_loading_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def test_ldcp013_loading_component_display_show(dash_dcc):
586586
)
587587
dash_dcc.start_server(app)
588588

589-
dash_dcc.find_elements(".loading .dash-spinner")
589+
dash_dcc.find_element(".loading .dash-spinner")
590590
# mounted but hidden, so looks like no text
591591
dash_dcc.wait_for_text_to_equal("#div-1", "")
592592

0 commit comments

Comments
 (0)