Skip to content

Commit 7902dde

Browse files
committed
fix failing tests
1 parent 8700c5f commit 7902dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_infinite_scroll.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ def infinite_scroll(request):
152152
grid.get_header_cell(0).click()
153153
grid.wait_for_cell_text(0, 0, "9999")
154154
grid.get_header_cell(1).click()
155-
grid.wait_for_cell_text(1, 0, "3600")
155+
grid.wait_for_cell_text(0, 1, "0-0-0")
156156
grid.get_header_cell(1).click()
157-
grid.wait_for_cell_text(0, 0, "7263")
157+
grid.wait_for_cell_text(0, 1, "4-6-7")
158158

159159

160160
def test_is002_infinite_scroll_styling(dash_duo):

0 commit comments

Comments
 (0)