Fix SAML tests

This commit is contained in:
mhajas 2016-01-29 11:14:35 +01:00
parent 1b0ccae4ac
commit c5719b4604

View file

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