File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/CatalogSearch/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-3
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 =" SimpleProductBeforeUpdate " stepKey =" product2" >
30
+ <createData entity =" SimpleProduct " stepKey =" product2" >
31
31
<requiredEntity createDataKey =" newCategory" />
32
32
</createData >
33
33
<!-- Create product3-->
114
114
<actionGroup ref =" StorefrontCheckQuickSearchStringActionGroup" stepKey =" search2" >
115
115
<argument name =" phrase" value =" simple" />
116
116
</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" >
119
120
<argument name =" productName" value =" $$product1.name$$" />
120
121
</actionGroup >
121
122
<!-- Assert that product2 is present in the search result-->
You can’t perform that action at this time.
0 commit comments