Fix WebAuthn tests
This commit is contained in:
parent
64738ea708
commit
abf765185d
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ import org.openqa.selenium.firefox.FirefoxDriver;
|
|||
import org.openqa.selenium.virtualauthenticator.Credential;
|
||||
import org.openqa.selenium.virtualauthenticator.VirtualAuthenticatorOptions;
|
||||
|
||||
import javax.ws.rs.core.Response;
|
||||
import jakarta.ws.rs.core.Response;
|
||||
import java.security.spec.PKCS8EncodedKeySpec;
|
||||
import java.util.Base64;
|
||||
import java.util.HashMap;
|
||||
|
|
|
@ -47,7 +47,7 @@ import org.keycloak.testsuite.webauthn.pages.WebAuthnLoginPage;
|
|||
import org.keycloak.testsuite.webauthn.pages.WebAuthnRegisterPage;
|
||||
import org.openqa.selenium.virtualauthenticator.VirtualAuthenticatorOptions;
|
||||
|
||||
import javax.ws.rs.ClientErrorException;
|
||||
import jakarta.ws.rs.ClientErrorException;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.is;
|
||||
import static org.hamcrest.CoreMatchers.notNullValue;
|
||||
|
|
Loading…
Reference in a new issue