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 19
19
<group value =" sales" />
20
20
<group value =" mtf_migrated" />
21
21
</annotations >
22
+
22
23
<before >
23
24
<!-- Create customer -->
24
25
<createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
25
-
26
26
<!-- Create product -->
27
27
<createData entity =" SimpleProduct2" stepKey =" createProduct" />
28
+ <magentoCron groups =" index" stepKey =" reindexInvalidatedIndices" />
28
29
</before >
30
+
29
31
<after >
30
32
<!-- Admin log out -->
31
33
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
32
-
33
34
<!-- Customer log out -->
34
35
<actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" customerLogout" />
35
-
36
36
<!-- Delete customer -->
37
37
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
38
-
39
38
<!-- Delete product -->
40
39
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
41
40
</after >
You can’t perform that action at this time.
0 commit comments