Skip to content

Commit 5ce2373

Browse files
committed
B2B-1703: Add MFTF test for MC-38558
- Fixing broken test
1 parent 92e3340 commit 5ce2373

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Search/Test/Mftf/Test/StorefrontVerifySearchSuggestionByProductDescriptionTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<before>
2121
<!-- Login as admin -->
2222
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
23+
<!-- Delete all existing products -->
24+
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="navigateToProductIndexPage"/>
25+
<actionGroup ref="DeleteProductsIfTheyExistActionGroup" stepKey="deleteAllProducts"/>
2326
<!-- Create product with description -->
2427
<createData entity="SimpleProductWithDescription" stepKey="simpleProduct"/>
2528

0 commit comments

Comments
 (0)