From c1489a81a17c7598b2874987d753e038ad610651 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sun, 26 Dec 2021 13:45:59 +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

---
 .../varbase/02-user-management/02-03-user-login.feature       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/features/varbase/02-user-management/02-03-user-login.feature b/tests/features/varbase/02-user-management/02-03-user-login.feature
index 5ba4fc80..3ee8f1b3 100644
--- a/tests/features/varbase/02-user-management/02-03-user-login.feature
+++ b/tests/features/varbase/02-user-management/02-03-user-login.feature
@@ -6,7 +6,7 @@ So that I will be able to view/add/edit/ or delete content in the site
   @javascript @local @development @staging @production
   Scenario: Check if a visitor can login with a valid username and password
     Given I am on "user/login"
-      And I wait
+      And I wait 6s
      When I fill in "Normal user" for "Username"
       And I fill in "dD.123123ddd" for "Password"
       And I scroll to bottom
@@ -18,7 +18,7 @@ So that I will be able to view/add/edit/ or delete content in the site
   @javascript @local @development @staging @production
   Scenario: Verify a form error after not entering the username or password when we login
     Given I am on "user/login"
-      And I wait
+      And I wait 6s
      When I fill in " " for "Username"
       And I fill in " " for "Password"
       And I scroll to bottom
-- 
GitLab