mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Fix test (json slightly different now for boolean operator in filter); update javalin for seleniums
This commit is contained in:
@ -128,7 +128,7 @@ public class QueryScreenTest extends QBaseSeleniumTest
|
||||
String expectedFilterContents1 = """
|
||||
{"fieldName":"firstName","operator":"CONTAINS","values":["Jam"]}""";
|
||||
String expectedFilterContents2 = """
|
||||
"booleanOperator":"OR"}""";
|
||||
"booleanOperator":"OR\"""";
|
||||
|
||||
qSeleniumJavalin.waitForCapturedPathWithBodyContaining("/data/person/query", expectedFilterContents0);
|
||||
qSeleniumJavalin.waitForCapturedPathWithBodyContaining("/data/person/query", expectedFilterContents1);
|
||||
|
Reference in New Issue
Block a user