From a6a8b0a38e5374df97abce5033138418fd039f45 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Tue, 11 Jan 2022 02:09:15 +0200
Subject: [PATCH] Issue #3256661 by Alaa Jwiehan, RajabNatshah: Add Automated
 Testing Gherkin features for the Varbase Landing (Layout Builder) content
 type

---
 .../03-03-admins-can-disable-users.feature                    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/features/varbase/03-admin-management/03-03-admins-can-disable-users.feature b/tests/features/varbase/03-admin-management/03-03-admins-can-disable-users.feature
index c7f670a1..19588bae 100644
--- a/tests/features/varbase/03-admin-management/03-03-admins-can-disable-users.feature
+++ b/tests/features/varbase/03-admin-management/03-03-admins-can-disable-users.feature
@@ -7,7 +7,7 @@ So that they will be disabled and not be able to use the site.
   Scenario: Check if the Normal user user is not blocked and can login
     Given I am on "/user/login"
       And I wait 6s
-     When I fill in "Normal user" for "Username"
+     When I fill in "Normal user" for "Email or username"
       And I fill in "dD.123123ddd" for "Password"
       And I scroll to bottom
       And I wait 2s
@@ -37,7 +37,7 @@ So that they will be disabled and not be able to use the site.
   Scenario: Check if the blocked user with user id of Test Blocked User ID can or can not login
     Given I am on "/user/login"
       And I wait 6s
-     When I fill in "Normal user" for "Username"
+     When I fill in "Normal user" for "Email or username"
       And I fill in "dD.123123ddd" for "Password"
       And I scroll to bottom
       And I wait 2s
-- 
GitLab