Fix test (json slightly different now for boolean operator in filter); update javalin for seleniums

This commit is contained in:
2023-04-26 12:10:44 -05:00
parent 4d297de91d
commit 4f90b50001
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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);