nextcloud: update username field label in tests
This commit is contained in:
parent
1c3d57964c
commit
08456412a7
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ let
|
||||||
|
|
||||||
test.login = {
|
test.login = {
|
||||||
startUrl = "http://${config.test.fqdn}";
|
startUrl = "http://${config.test.fqdn}";
|
||||||
usernameFieldLabelRegex = "[Ee]mail";
|
usernameFieldLabelRegex = "Account name";
|
||||||
passwordFieldLabelRegex = "^ *[Pp]assword";
|
passwordFieldLabelRegex = "^ *[Pp]assword";
|
||||||
loginButtonNameRegex = "[Ll]og [Ii]n";
|
loginButtonNameRegex = "[Ll]og [Ii]n";
|
||||||
testLoginWith = [
|
testLoginWith = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue