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 2c49a24 commit 870f443Copy full SHA for 870f443
1 file changed
components/dash-table/tests/selenium/test_derived_props.py
@@ -89,6 +89,8 @@ def test_tdrp001_select_rows(test):
89
target.row(0).select()
90
target.row(1).select()
91
92
+ time.sleep(1)
93
+
94
assert test.find_element("#active_cell").get_attribute("innerHTML") in [
95
"None",
96
json.dumps([]),
@@ -413,6 +415,8 @@ def test_tdrp005_filtered_and_sorted_row_select(test):
413
415
414
416
target.row(2).select()
417
418
419
420
421
422
0 commit comments