We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8700c5f commit 7902ddeCopy full SHA for 7902dde
tests/test_infinite_scroll.py
@@ -152,9 +152,9 @@ def infinite_scroll(request):
152
grid.get_header_cell(0).click()
153
grid.wait_for_cell_text(0, 0, "9999")
154
grid.get_header_cell(1).click()
155
- grid.wait_for_cell_text(1, 0, "3600")
+ grid.wait_for_cell_text(0, 1, "0-0-0")
156
157
- grid.wait_for_cell_text(0, 0, "7263")
+ grid.wait_for_cell_text(0, 1, "4-6-7")
158
159
160
def test_is002_infinite_scroll_styling(dash_duo):
0 commit comments