File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
<actionGroup ref =" AdminSelectDisableFundingActionGroup" stepKey =" selectVenmoOption" />
36
36
<click selector =" {{AdminConfigSection.saveButton}}" stepKey =" saveConfig1" />
37
37
<waitForElementVisible selector =" {{AdminMessagesSection.success}}" stepKey =" waitForSuccessMessage" />
38
- <magentoCLI command =" cache:flush " stepKey =" cleanCache1 " />
38
+ <magentoCLI command =" cache:clean config " stepKey =" cleanCacheAfterOptionSelected " />
39
39
40
40
<!-- Open PayPal Advanced->Frontend Experience->Features configuration page again -->
41
41
<amOnPage url =" {{AdminConfigPaymentMethodsPage.url}}" stepKey =" navigateToPaymentConfigurationPage2" />
46
46
<actionGroup ref =" AdminUnselectDisableFundingActionGroup" stepKey =" unselectVenmoOption" />
47
47
<click selector =" {{AdminConfigSection.saveButton}}" stepKey =" saveConfig2" />
48
48
<waitForElementVisible selector =" {{AdminMessagesSection.success}}" stepKey =" waitForSuccessMessage2" />
49
- <magentoCLI command =" cache:flush " stepKey =" cleanCache1 " />
49
+ <magentoCLI command =" cache:clean config " stepKey =" cleanCacheAfterOptionUnselected " />
50
50
51
51
</test >
52
52
</tests >
You can’t perform that action at this time.
0 commit comments