mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Missing }
This commit is contained in:
@ -171,5 +171,6 @@ public class SavedFiltersTest extends QBaseSeleniumTest
|
|||||||
capturedContext = qSeleniumJavalin.waitForCapturedPath("/data/person/query");
|
capturedContext = qSeleniumJavalin.waitForCapturedPath("/data/person/query");
|
||||||
assertTrue(capturedContext.getBody().matches("(?s).*id.*LESS_THAN.*10.*"));
|
assertTrue(capturedContext.getBody().matches("(?s).*id.*LESS_THAN.*10.*"));
|
||||||
qSeleniumJavalin.endCapture();
|
qSeleniumJavalin.endCapture();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user