Skip to content

Commit 261fbbd

Browse files
committed
adjusting the expected cells and values
1 parent b7aa123 commit 261fbbd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/test_infinite_scroll.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,12 @@ def infinite_scroll(request):
149149
## testing sorting with responses
150150
grid.get_header_cell(0).click()
151151
grid.wait_for_cell_text(0, 0, "0")
152-
time.sleep(.2)
153152
grid.get_header_cell(0).click()
154153
grid.wait_for_cell_text(0, 0, "9999")
155-
time.sleep(.2)
156154
grid.get_header_cell(1).click()
157-
grid.wait_for_cell_text(1, 0, "3600")
158-
time.sleep(.2)
155+
grid.wait_for_cell_text(0, 1, "0-0-0")
159156
grid.get_header_cell(1).click()
160-
grid.wait_for_cell_text(0, 0, "7263")
157+
grid.wait_for_cell_text(0, 1, "4-6-7")
161158

162159

163160
def test_is002_infinite_scroll_styling(dash_duo):

0 commit comments

Comments
 (0)