Skip to content

Commit 7f6018b

Browse files
committed
fixing for lint
1 parent 94123b3 commit 7f6018b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/integration/renderer/test_children_reorder.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import time
21
from dash import Dash, Input, Output, html, dcc, State, ALL
32

43

@@ -82,3 +81,9 @@ def swap_button_action(n_clicks, children):
8281
f".dropdown_{i} .Select-multi-value-wrapper", "×A\n ×B\n ×C\n "
8382
)
8483
dash_duo.find_element(f".swap_button_{i}").click()
84+
dash_duo.wait_for_text_to_equal(
85+
f".dropdown_{0} .Select-multi-value-wrapper", "×A\n ×B\n ×C\n "
86+
)
87+
dash_duo.wait_for_text_to_equal(
88+
f".dropdown_{1} .Select-multi-value-wrapper", "×A\n ×B\n ×C\n "
89+
)

0 commit comments

Comments
 (0)