We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3164e9b commit 4937255Copy full SHA for 4937255
dev/tests/functional/tests/app/Magento/Security/Test/TestCase/LockAdminUserWhenEditingUserTest.php
@@ -74,6 +74,7 @@ public function __inject(
74
$this->userEditPage = $userEdit;
75
$this->adminAuthLogin = $adminAuthLogin;
76
}
77
+
78
/**
79
* Runs Lock admin user when editing existing role test.
80
*
@@ -116,6 +117,7 @@ public function test(
116
117
$this->adminAuthLogin->getLoginBlock()->fill($customAdmin);
118
$this->adminAuthLogin->getLoginBlock()->submit();
119
120
121
122
* Clean data after running test.
123
@@ -128,4 +130,4 @@ public function tearDown()
128
130
['configData' => $this->configData, 'rollback' => true]
129
131
)->run();
132
-}
133
+}
0 commit comments