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 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-->
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-->
You can’t perform that action at this time.
0 commit comments