Fix SAML tests
This commit is contained in:
parent
1b0ccae4ac
commit
c5719b4604
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ public abstract class SAMLServletWithLogout extends AbstractPageWithInjectedUrl
|
|||
|
||||
public void logout() {
|
||||
driver.navigate().to(getUriBuilder().queryParam("GLO", "true").build().toASCIIString());
|
||||
getUriBuilder().replaceQueryParam("GLO", new Object());
|
||||
getUriBuilder().replaceQueryParam("GLO", null);
|
||||
pause(300);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue