File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
11
<test name =" EndToEndB2CLoggedInUserTest" >
12
12
<before >
13
+ <actionGroup ref =" DeleteAllProductsUsingProductGridActionGroup" after =" loginAsAdmin" stepKey =" deleteAllProducts" />
14
+
13
15
<createData entity =" ApiCategory" stepKey =" createCategory" />
14
16
15
17
<createData entity =" ApiSimpleProduct" stepKey =" createSimpleProduct1" >
Original file line number Diff line number Diff line change 21
21
</annotations >
22
22
<before >
23
23
<resetCookie userInput =" PHPSESSID" stepKey =" resetCookieForCart" />
24
+ <actionGroup ref =" AdminLoginActionGroup" after =" resetCookieForCart" stepKey =" loginAsAdmin" />
24
25
</before >
25
26
<after >
26
27
<actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" logoutCustomer" />
27
- <actionGroup ref = " AdminLoginActionGroup " stepKey =" loginAsAdmin" />
28
+ <comment userInput = " No need this since it done in before section " stepKey =" loginAsAdmin" />
28
29
<actionGroup ref =" DeleteCustomerFromAdminActionGroup" stepKey =" deleteCustomerFromAdmin" />
29
30
<actionGroup ref =" ClearFiltersAdminDataGridActionGroup" stepKey =" clearProductsGridFilters" />
30
31
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
11
<test name =" EndToEndB2CLoggedInUserTest" >
12
12
<before >
13
+ <actionGroup ref =" AdminCartPriceRuleDeleteAllActionGroup" after =" loginAsAdmin" stepKey =" deleteCartPriceRule" />
13
14
<createData entity =" ApiSalesRule" stepKey =" createSalesRule" />
14
15
<createData entity =" ApiSalesRuleCoupon" stepKey =" createSalesRuleCoupon" >
15
16
<requiredEntity createDataKey =" createSalesRule" />
You can’t perform that action at this time.
0 commit comments