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 6a963d2 commit 0f1eb40Copy full SHA for 0f1eb40
test/integration/base/test_render.py
@@ -31,7 +31,7 @@ def test_jltr001r_undo_redo(dashjl):
31
input1 = dashjl.find_element("#a")
32
input1.send_keys("xyz")
33
dashjl.wait_for_text_to_equal(
34
- "#b", "xyz", timeout=2
+ "#b", "xyz", timeout=4
35
)
36
click_undo(dashjl)
37
0 commit comments