File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1919 <group value =" sales" />
2020 <group value =" mtf_migrated" />
2121 </annotations >
22+
2223 <before >
2324 <!-- Create customer -->
2425 <createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
25-
2626 <!-- Create product -->
2727 <createData entity =" SimpleProduct2" stepKey =" createProduct" />
28+ <magentoCron groups =" index" stepKey =" reindexInvalidatedIndices" />
2829 </before >
30+
2931 <after >
3032 <!-- Admin log out -->
3133 <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
32-
3334 <!-- Customer log out -->
3435 <actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" customerLogout" />
35-
3636 <!-- Delete customer -->
3737 <deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
38-
3938 <!-- Delete product -->
4039 <deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
4140 </after >
You can’t perform that action at this time.
0 commit comments