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 1e30bca8d3ca5ba3d0c60ab2eeb48f5615962592..c7f670a179777de827804885f97a1ab7787479f2 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 @@ -6,10 +6,11 @@ So that they will be disabled and not be able to use the site. @javascript @local @development @staging @production Scenario: Check if the Normal user user is not blocked and can login 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 + And I wait 2s And I press "Log in" And I wait Then I should see "Normal user" @@ -35,10 +36,11 @@ So that they will be disabled and not be able to use the site. @javascript @local @development @staging @production 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 + 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 + And I wait 2s And I press "Log in" And I wait Then I should see "The username Normal user has not been activated or is blocked."