From 6d29b84cf96e3d7f01d918adba259a5ada6dfe10 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sun, 26 Dec 2021 16:11:07 +0200
Subject: [PATCH] Issue #3255633: Switch default Automated Functional Testing
 users creation to use drush user:create and drush user:role:add and use the
 default manual testing user names and emails

---
 .../02-user-management/02-01-request-new-password.feature  | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tests/features/varbase/02-user-management/02-01-request-new-password.feature b/tests/features/varbase/02-user-management/02-01-request-new-password.feature
index 20f54ae6..880c0d97 100644
--- a/tests/features/varbase/02-user-management/02-01-request-new-password.feature
+++ b/tests/features/varbase/02-user-management/02-01-request-new-password.feature
@@ -15,15 +15,16 @@ So that I can reset my password for the account
   @javascript @local @development @staging @production
   Scenario: Verify that the system cannot send an email to non-existing users or emails
      When I go to "/user/password"
-      And I wait
+      And I wait 6s
      Then I should see "Username or email address"
      When I fill in "not.existing.email@vardot.com" for "Username"
       And I scroll to the bottom
-      And I press the "edit-submit" button
+      And I wait 2s
+      And I press the "Submit" button
       And I wait
       And I scroll to the bottom
       And I fill in "not.existing.email@vardot.com" for "Username"
       And I wait 8 seconds
-      And I press the "edit-submit" button
+      And I press the "Submit" button
       And I wait
      Then I should see "Login with"
-- 
GitLab