File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/User/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 19
19
</annotations >
20
20
21
21
<before >
22
+ <magentoCLI command =" config:set admin/captcha/enable 0" stepKey =" disableAdminCaptcha" />
23
+ <magentoCLI command =" cache:clean config full_page" stepKey =" cleanInvalidatedCaches1" />
22
24
<actionGroup ref =" LoginAsAdmin" stepKey =" logIn" />
23
25
</before >
24
26
<after >
27
+ <magentoCLI command =" config:set admin/captcha/enable 1" stepKey =" enableAdminCaptcha" />
28
+ <magentoCLI command =" cache:clean config full_page" stepKey =" cleanInvalidatedCaches" />
25
29
<actionGroup ref =" logout" stepKey =" logOut" />
26
30
</after >
27
31
36
40
<actionGroup ref =" AdminOpenConfigAdminPageActionGroup" stepKey =" goToConfigAdminSectionPage" />
37
41
<actionGroup ref =" AdminExpandSecurityTabActionGroup" stepKey =" openSecurityTab" />
38
42
<actionGroup ref =" AdminSetMaximumLoginFailuresToLockoutAccountActionGroup" stepKey =" setMaximumLoginFailures" >
39
- <argument name =" qty" value =" 2" />
43
+ <argument name =" qty" value =" 2" />
40
44
</actionGroup >
41
45
<actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveChanges" />
42
46
You can’t perform that action at this time.
0 commit comments