We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7aa123 commit 261fbbdCopy full SHA for 261fbbd
tests/test_infinite_scroll.py
@@ -149,15 +149,12 @@ def infinite_scroll(request):
149
## testing sorting with responses
150
grid.get_header_cell(0).click()
151
grid.wait_for_cell_text(0, 0, "0")
152
- time.sleep(.2)
153
154
grid.wait_for_cell_text(0, 0, "9999")
155
156
grid.get_header_cell(1).click()
157
- grid.wait_for_cell_text(1, 0, "3600")
158
+ grid.wait_for_cell_text(0, 1, "0-0-0")
159
160
- grid.wait_for_cell_text(0, 0, "7263")
+ grid.wait_for_cell_text(0, 1, "4-6-7")
161
162
163
def test_is002_infinite_scroll_styling(dash_duo):
0 commit comments