From ef455e6d37c2d3463de958482592a7795aa69cac Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 7 Feb 2024 11:03:53 +0100 Subject: [PATCH] MOBILE-4470 behat: Fix signup tests This test started failing after MDL-72703 was integrated --- src/core/features/login/tests/behat/signup.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/features/login/tests/behat/signup.feature b/src/core/features/login/tests/behat/signup.feature index 4546b182eac..1a56ac5e0ab 100755 --- a/src/core/features/login/tests/behat/signup.feature +++ b/src/core/features/login/tests/behat/signup.feature @@ -121,13 +121,13 @@ Feature: Test signup in app | menu | team | Are you a developer? | 1 | 1 | Yes | And the following "custom profile fields" exist: | datatype | shortname | name | required | signup | param1 | param2 | param3 | defaultdata | - | text | food | Favourite food | 1 | 1 | | | | Pasta | + | text | food | Favourite food | 1 | 1 | | 2040 | | Pasta | | checkbox | vegetarian | Are you vegetarian? | 0 | 1 | | | | | | datetime | birthday | Birthday | 1 | 1 | 1900 | 2040 | 0 | | | datetime | time | Date and time | 0 | 1 | 1900 | 2040 | 1 | | | textarea | description | Describe yourself | 0 | 1 | | | | Sample text | | social | website | url | 0 | 1 | url | | | | - | text | beverage | Favourite beverage | 0 | 0 | | | | | + | text | beverage | Favourite beverage | 0 | 0 | | 2040 | | | When I launch the app And I set the field "Your site" to "$WWWROOT" in the app