Skip to content

Commit eef0eaa

Browse files
committed
Try to fix test
1 parent 3d5ef8a commit eef0eaa

File tree

1 file changed

+2
-0
lines changed
  • demo/integration-tests/webapp-vaadin-it/src/test/java/software/xdev/sse/demo/vaadin/cases

1 file changed

+2
-0
lines changed

demo/integration-tests/webapp-vaadin-it/src/test/java/software/xdev/sse/demo/vaadin/cases/LoginOIDCTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ void checkReLoginShouldKeepUrl(final TestBrowser browser)
6060
this.loginAndGotoMainSite();
6161
this.navigateTo("another");
6262

63+
this.waitUntil(ExpectedConditions.urlToBe(this.getWebAppBaseUrl() + "/another"));
64+
6365
// Delete all cookies of the CURRENT domain
6466
this.ensureAllCookiesDeleted();
6567
this.getWebDriver().navigate().refresh();

0 commit comments

Comments
 (0)