Skip to content

Commit 04d5c0f

Browse files
committed
B2B-1703: Add MFTF test for MC-38558
- Fixing incorrect data references
1 parent 24ad7b3 commit 04d5c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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="SimpleProduct" stepKey="product2">
30+
<createData entity="SimpleProductBeforeUpdate" stepKey="product2">
3131
<requiredEntity createDataKey="newCategory"/>
3232
</createData>
3333
<!--Create product3-->
@@ -105,7 +105,7 @@
105105
<actionGroup ref="AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey="dontSeeProduct2">
106106
<argument name="productName" value="$$product2.name$$"/>
107107
</actionGroup>
108-
<!--Assert that product2 is not present in the search result-->
108+
<!--Assert that product3 is not present in the search result-->
109109
<actionGroup ref="AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey="dontSeeProduct3">
110110
<argument name="productName" value="$$product3.name$$"/>
111111
</actionGroup>

0 commit comments

Comments
 (0)