File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
dev/tests/functional/tests/app/Magento/Security/Test/TestCase Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 20
20
*
21
21
* Steps:
22
22
* 1. Log in to backend as admin user.
23
- * 2. Navigate to System > User Roles .
24
- * 3. Start to create new User Role .
23
+ * 2. Navigate to System > All Users .
24
+ * 3. Click on Add New User.
25
25
* 4. Fill in all data according to data set (password is incorrect).
26
26
* 5. Perform action 4 specified number of times.
27
27
* 6. "You have entered an invalid password for current user." appears after each attempt.
@@ -91,7 +91,7 @@ public function test(
91
91
$ attempts ,
92
92
User $ customAdmin ,
93
93
User $ user ,
94
- $ configData = null
94
+ $ configData
95
95
) {
96
96
$ this ->configData = $ configData ;
97
97
@@ -110,7 +110,6 @@ public function test(
110
110
$ this ->userIndexPage ->getPageActions ()->addNew ();
111
111
for ($ i = 0 ; $ i < $ attempts ; $ i ++) {
112
112
$ this ->userEditPage ->getUserForm ()->fill ($ user );
113
- sleep (3 );
114
113
$ this ->userEditPage ->getPageActions ()->save ();
115
114
}
116
115
You can’t perform that action at this time.
0 commit comments