Fix authentication UI tests. (#1010)

* Fix authentication flow UI tests.

* Fix analytics prompt snapshot.
This commit is contained in:
Doug
2023-06-02 12:41:45 +01:00
committed by GitHub
parent 61f870def7
commit eb1f1baed6
3 changed files with 4 additions and 8 deletions

View File

@@ -74,7 +74,6 @@ struct A11yIdentifiers {
let emailUsername = "login-email_username"
let password = "login-password"
let `continue` = "login-continue"
let oidc = "login-oidc"
let unsupportedServer = "login-unsupported_server"
}