Skip to content

Commit 3ed2c30

Browse files
committed
fix wildcards test
1 parent 4ac2669 commit 3ed2c30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/integration/callbacks/test_wildcards.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,19 @@ def test_jlcbwc003_same_keys(dashjl):
144144
dashjl.start_server(fp)
145145

146146
dashjl.wait_for_text_to_equal("#add-filter", "Add Filter", timeout = 10)
147+
dashjl.wait_for_text_to_equal(
148+
'#\\{\\"index\\"\\:0\\,\\"type\\"\\:\\"output\\"\\}', "Dropdown 0 = nothing", timeout = 10
149+
)
147150
dashjl.select_dcc_dropdown(
148151
'#\\{\\"index\\"\\:0\\,\\"type\\"\\:\\"dropdown\\"\\}', "LA"
149152
)
150153
dashjl.wait_for_text_to_equal(
151154
'#\\{\\"index\\"\\:0\\,\\"type\\"\\:\\"output\\"\\}', "Dropdown 0 = LA", timeout = 10
152155
)
153156
dashjl.find_element("#add-filter").click()
157+
dashjl.wait_for_text_to_equal(
158+
'#\\{\\"index\\"\\:1\\,\\"type\\"\\:\\"output\\"\\}', "Dropdown 1 = nothing", timeout = 10
159+
)
154160
dashjl.select_dcc_dropdown(
155161
'#\\{\\"index\\"\\:1\\,\\"type\\"\\:\\"dropdown\\"\\}', "MTL"
156162
)

0 commit comments

Comments
 (0)