Skip to content

Commit 60e3406

Browse files
committed
ACQE-7310: Verify catalog when Display out of stock products is enabled
- Removed createCustomer from Testcase file
1 parent 753b944 commit 60e3406

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontAssertStockStatusForDisplayOutOfStockEnabledTest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
<testCaseId value="AC-6393"/>
1919
</annotations>
2020
<before>
21-
<!--Precondition Step: Create Customer-->
22-
<createData entity="Simple_US_Customer_CA" stepKey="createCustomer"/>
2321
<!--Create Category-->
2422
<createData entity="CategoryB" stepKey="createCategory"/>
2523
<!--Create Simple Product-->
@@ -53,7 +51,6 @@
5351
<deleteData createDataKey="createSimpleOutStockProduct" stepKey="deleteSecondProduct"/>
5452
<deleteData createDataKey="createProductNoQuantity" stepKey="deleteThirdProduct"/>
5553
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
56-
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
5754
<!-- Logout From Customer and Admin -->
5855
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer" />
5956
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
@@ -66,9 +63,6 @@
6663
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanInvalidatedCaches">
6764
<argument name="tags" value="config full_page"/>
6865
</actionGroup>
69-
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="loginCustomerOnStorefront">
70-
<argument name="Customer" value="$$createCustomer$$"/>
71-
</actionGroup>
7266
<!-- Go to storefront category page -->
7367
<actionGroup ref="GoToStorefrontCategoryPageByParametersActionGroup" stepKey="GoToStorefrontCategoryPage3">
7468
<argument name="category" value="$$createCategory.custom_attributes[url_key]$$"/>

0 commit comments

Comments
 (0)