File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
jbrowse/test/src/org/labkey/test/tests/external/labModules Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1506,8 +1506,9 @@ private void testVariantTableComparators() throws Exception {
15061506 }
15071507
15081508 private void clearFilterDialog (String filter_text ) {
1509- waitForElement (Locator .tagWithText ("button" , filter_text )).click ();
1510- waitForElement (Locator .tagWithText ("button" , "Remove Filter" )).click ();
1509+ waitForElementToDisappear (Locator .tagWithClass ("div" , "MuiBackdrop-root" ).notHidden ());
1510+ waitAndClick (Locator .tagWithText ("button" , filter_text ));
1511+ waitAndClick (Locator .tagWithText ("button" , "Remove Filter" ));
15111512 waitAndClick (Locator .tagWithText ("button" , "Search" ).index (1 ));
15121513 waitForElement (Locator .tagWithText ("span" , "2" ));
15131514 }
You can’t perform that action at this time.
0 commit comments