MOBILE-4270 login: Fix signup tests for 3.9

main
Noel De Martin 2023-05-24 16:14:00 +02:00
parent d6f9b5e7c4
commit 1f27a8f211
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
Feature: Test signup in app
I need basic signup functionality to work
# These scenarios are duplicated from main because the error message about
# non alpha-numeric characters has changed.
Background:
Given the following config values are set as admin:
| registerauth | email |
@ -27,7 +29,7 @@ Feature: Test signup in app
| Email address | u1@u1.com |
| Email (again) | u1@u1.com |
| First name | User |
| Surname | Test |
| Last name | Test |
| City/town | Barcelona |
| Country | Spain |
And I press "Create my new account" in the app