Skip to content

Commit 5f8ab09

Browse files
ACQE-8273: Products. Initial list of tests which do not delete products
- Added product deletion code in test files where products were not being properly removed.
1 parent 0e4ca1e commit 5f8ab09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCatalogProductPageBuilderTest/PageBuilderCatalogProductCreateProductWithFullWidthPageBuilderAttributeTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
3131
</before>
3232
<after>
33+
<!-- Delete product created via UI -->
34+
<helper class="Magento\Catalog\Test\Mftf\Helper\ProductApiHelper" method="deleteAllProductsApi" stepKey="deleteAllProductsViaApi"/>
3335
<deleteData createDataKey="createWysiwygAttribute" stepKey="deletePreReqProductAttribute"/>
3436
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
3537
<argument name="indices" value=""/>

0 commit comments

Comments
 (0)