File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 23
23
<before >
24
24
<magentoCLI command =" config:set {{AdminCaptchaLength3ConfigData.path}} {{AdminCaptchaLength3ConfigData.value}}" stepKey =" setCaptchaLength" />
25
25
<magentoCLI command =" config:set {{AdminCaptchaSymbols1ConfigData.path}} {{AdminCaptchaSymbols1ConfigData.value}}" stepKey =" setCaptchaSymbols" />
26
+ <magentoCLI command =" cache:clean config full_page" stepKey =" cleanInvalidatedCaches" />
26
27
</before >
27
28
<after >
28
29
<magentoCLI command =" config:set {{AdminCaptchaDefaultLengthConfigData.path}} {{AdminCaptchaDefaultLengthConfigData.value}}" stepKey =" setDefaultCaptchaLength" />
29
30
<magentoCLI command =" config:set {{AdminCaptchaDefaultSymbolsConfigData.path}} {{AdminCaptchaDefaultSymbolsConfigData.value}}" stepKey =" setDefaultCaptchaSymbols" />
31
+ <magentoCLI command =" cache:clean config full_page" stepKey =" cleanInvalidatedCaches" />
30
32
</after >
31
33
32
34
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdminWithWrongCredentialsFirstAttempt" >
Original file line number Diff line number Diff line change 20
20
<group value =" mtf_migrated" />
21
21
</annotations >
22
22
<before >
23
- <magentoCLI command =" config:set customer/captcha/enable 0 " stepKey =" disableCaptcha" />
23
+ <magentoCLI command =" config:set {{StorefrontCustomerCaptchaDisableConfigData.path}} {{StorefrontCustomerCaptchaDisableConfigData.value}} " stepKey =" disableCaptcha" />
24
24
<createData stepKey =" customer" entity =" Simple_US_Customer" />
25
25
</before >
26
26
<after >
27
+ <magentoCLI command =" config:set {{StorefrontCustomerCaptchaEnableConfigData.path}} {{StorefrontCustomerCaptchaEnableConfigData.value}}" stepKey =" enableCaptcha" />
27
28
<deleteData stepKey =" deleteCustomer" createDataKey =" customer" />
28
29
</after >
29
30
You can’t perform that action at this time.
0 commit comments