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.
2 parents aedc32b + 9bf5aa6 commit 580176fCopy full SHA for 580176f
app/code/Magento/Checkout/Test/Mftf/Test/OnePageCheckoutUsingSignInLinkTest.xml
@@ -31,6 +31,12 @@
31
32
<!-- Create customer -->
33
<createData entity="Simple_US_Customer_With_Different_Billing_Shipping_Addresses" stepKey="createCustomer"/>
34
+ <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexConfig">
35
+ <argument name="indices" value=""/>
36
+ </actionGroup>
37
+ <actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCacheConfig">
38
+ <argument name="tags" value="config full_page"/>
39
40
</before>
41
<after>
42
<!-- Admin log out -->
0 commit comments