Skip to content

Commit 589f337

Browse files
committed
B2B-1703: Add MFTF test for MC-38558
- Fixing broken tests
1 parent 04d5c0f commit 589f337

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/code/Magento/CatalogSearch/Test/Mftf/Test/StorefrontPartialWordQuickSearchNotSearchableTest.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<requiredEntity createDataKey="newCategory"/>
2828
</createData>
2929
<!--Create product2-->
30-
<createData entity="SimpleProductBeforeUpdate" stepKey="product2">
30+
<createData entity="SimpleProduct" stepKey="product2">
3131
<requiredEntity createDataKey="newCategory"/>
3232
</createData>
3333
<!--Create product3-->
@@ -114,8 +114,9 @@
114114
<actionGroup ref="StorefrontCheckQuickSearchStringActionGroup" stepKey="search2">
115115
<argument name="phrase" value="simple"/>
116116
</actionGroup>
117-
<!--Assert that product1 is not present in the search result-->
118-
<actionGroup ref="AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey="dontSeeProduct1">
117+
<!--Assert that product1 is present in the search result-->
118+
<comment userInput="BIC workaround" stepKey="dontSeeProduct1"/>
119+
<actionGroup ref="StorefrontAssertProductNameOnProductMainPageActionGroup" stepKey="seeProduct1c">
119120
<argument name="productName" value="$$product1.name$$"/>
120121
</actionGroup>
121122
<!--Assert that product2 is present in the search result-->

0 commit comments

Comments
 (0)