We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fabb9 commit b494ad3Copy full SHA for b494ad3
components/dash-table/tests/selenium/conftest.py
@@ -341,6 +341,7 @@ def select(self, row=0):
341
@preconditions(_validate_row)
342
def sort(self, row=0):
343
self.find_inside(row, ".column-header--sort").click()
344
+ self.mixin._wait_for_table(self.id)
345
346
def filter(self):
347
return (
0 commit comments