File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/CatalogSearch/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
<requiredEntity createDataKey =" newCategory" />
28
28
</createData >
29
29
<!-- Create product2-->
30
- <createData entity =" SimpleProduct " stepKey =" product2" >
30
+ <createData entity =" SimpleProductBeforeUpdate " stepKey =" product2" >
31
31
<requiredEntity createDataKey =" newCategory" />
32
32
</createData >
33
33
<!-- Create product3-->
105
105
<actionGroup ref =" AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey =" dontSeeProduct2" >
106
106
<argument name =" productName" value =" $$product2.name$$" />
107
107
</actionGroup >
108
- <!-- Assert that product2 is not present in the search result-->
108
+ <!-- Assert that product3 is not present in the search result-->
109
109
<actionGroup ref =" AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey =" dontSeeProduct3" >
110
110
<argument name =" productName" value =" $$product3.name$$" />
111
111
</actionGroup >
You can’t perform that action at this time.
0 commit comments