Skip to content

Commit 267936b

Browse files
committed
Increase scroll amount in dash-table test scrv004
1 parent f94a8de commit 267936b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-table/tests/selenium/test_scrolling2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_scrv004_virtualization_can_edit(test, props):
134134
test.send_keys("abc" + Keys.ENTER)
135135
wait.until(lambda: target.cell(1, 1).get_text() == "abc", 3)
136136

137-
scroll_table_by(test, 2000)
137+
scroll_table_by(test, 2500)
138138
target.cell(80, 1).click()
139139

140140
test.send_keys("def" + Keys.ENTER)

0 commit comments

Comments
 (0)