mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Fix test (json slightly different now for boolean operator in filter); update javalin for seleniums
This commit is contained in:
2
pom.xml
2
pom.xml
@ -85,7 +85,7 @@
|
||||
<dependency>
|
||||
<groupId>io.javalin</groupId>
|
||||
<artifactId>javalin</artifactId>
|
||||
<version>5.1.4</version>
|
||||
<version>5.4.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -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