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 160add9 commit 5b9ed63Copy full SHA for 5b9ed63
app/code/Magento/Checkout/Test/Mftf/Test/StorefrontGuestCheckoutTest.xml
@@ -113,7 +113,8 @@
113
</createData>
114
<magentoCLI stepKey="allowSpecificValue" command="config:set payment/checkmo/allowspecific 1" />
115
<magentoCLI stepKey="specificCountryValue" command="config:set payment/checkmo/specificcountry GB" />
116
-
+ <!-- Clear page cache -->
117
+ <magentoCLI command="cache:flush" arguments="full_page" stepKey="flushCache"/>
118
</before>
119
<after>
120
<actionGroup ref="logout" stepKey="adminLogout"/>
0 commit comments