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 250e1b5 commit 2521ee8Copy full SHA for 2521ee8
tests/integration/clientside/test_clientside.py
@@ -863,11 +863,8 @@ def test_clsd020_clientside_callback_context_triggered_id(dash_duo):
863
864
dash_duo.find_element("button[id*='btn1\":0']").click()
865
866
- dash_duo.wait_for_text_to_equal("#output-clientside", '0')
+ dash_duo.wait_for_text_to_equal("#output-clientside", "0")
867
868
dash_duo.find_element("button[id*='btn1\":2']").click()
869
870
- dash_duo.wait_for_text_to_equal(
871
- "#output-clientside",
872
- '2'
873
- )
+ dash_duo.wait_for_text_to_equal("#output-clientside", "2")
0 commit comments