mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Wrap #clearFiltersButton.click in a tryMultiple
This commit is contained in:
@ -94,7 +94,7 @@ public class QueryScreenTest extends QBaseSeleniumTest
|
|||||||
// click the 'x' clear icon, then yes, then expect another query //
|
// click the 'x' clear icon, then yes, then expect another query //
|
||||||
///////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////
|
||||||
qSeleniumJavalin.beginCapture();
|
qSeleniumJavalin.beginCapture();
|
||||||
qSeleniumLib.waitForSelector("#clearFiltersButton").click();
|
qSeleniumLib.tryMultiple(3, () -> qSeleniumLib.waitForSelector("#clearFiltersButton").click());
|
||||||
qSeleniumLib.waitForSelectorContaining("BUTTON", "Yes").click();
|
qSeleniumLib.waitForSelectorContaining("BUTTON", "Yes").click();
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user