Skip to content

Commit

Permalink
chore: bump Vaadin to 23.4.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Apr 4, 2024
1 parent 6b03207 commit 879d7a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
<spotless-maven-plugin.version>2.41.1</spotless-maven-plugin.version>

<vertx.version>4.3.8</vertx.version>
<vaadin.platform.version>23.3.30</vaadin.platform.version>
<vaadin.flow.version>23.3.24</vaadin.flow.version>
<hilla.version>1.3.30</hilla.version>
<vaadin.platform.version>23.4.0</vaadin.platform.version>
<vaadin.flow.version>23.4.0</vaadin.flow.version>
<hilla.version>1.4.0</hilla.version>

<javax.servlet.version>3.1.0</javax.servlet.version>
<byte-buddy.version>1.14.11</byte-buddy.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public void noTypescriptErrors() throws Exception {
Thread.sleep(2000); // Checking is async so it sometimes needs some time
Assert.assertFalse(
"There should be no error overlay",
$("vite-plugin-checker-error-overlay").exists());
$("vite-plugin-checker-error-overlay").first().$("main")
.exists());
}

@Test
Expand Down

0 comments on commit 879d7a7

Please sign in to comment.