|
75 | 75 | </after>
|
76 | 76 | <!--Navigate to home page-->
|
77 | 77 | <actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToHomePage"/>
|
78 |
| - <!--Search for word "5127S"--> |
| 78 | + <!--Search for word "5127AB"--> |
79 | 79 | <actionGroup ref="StorefrontCheckQuickSearchStringActionGroup" stepKey="search1">
|
80 |
| - <argument name="phrase" value="5127S"/> |
| 80 | + <argument name="phrase" value="5127AB"/> |
81 | 81 | </actionGroup>
|
82 | 82 | <!--Assert that product1 is present in the search result-->
|
83 |
| - <actionGroup ref="StorefrontAssertProductNameOnProductMainPageActionGroup" stepKey="seeProduct1"> |
| 83 | + <comment userInput="BIC workaround" stepKey="seeProduct1"/> |
| 84 | + <actionGroup ref="AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey="dontSeeProduct1inAB"> |
84 | 85 | <argument name="productName" value="$$product1.name$$"/>
|
85 | 86 | </actionGroup>
|
86 | 87 | <!--Assert that product2 is not present in the search result-->
|
87 | 88 | <actionGroup ref="AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey="dontSeeProduct2">
|
88 | 89 | <argument name="productName" value="$$product2.name$$"/>
|
89 | 90 | </actionGroup>
|
90 | 91 | <!--Assert that product2 is not present in the search result-->
|
91 |
| - <actionGroup ref="AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey="dontSeeProduct3"> |
| 92 | + <comment userInput="BIC workaround" stepKey="dontSeeProduct3"/> |
| 93 | + <actionGroup ref="StorefrontAssertProductNameOnProductMainPageActionGroup" stepKey="seeProduct3inAB"> |
92 | 94 | <argument name="productName" value="$$product3.name$$"/>
|
93 | 95 | </actionGroup>
|
94 | 96 | <!--Assert that product4 is present in the search result-->
|
95 |
| - <actionGroup ref="StorefrontAssertProductNameOnProductMainPageActionGroup" stepKey="seeProduct4"> |
| 97 | + <comment userInput="BIC workaround" stepKey="seeProduct4"/> |
| 98 | + <actionGroup ref="AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey="dontSeeProduct4inAB"> |
96 | 99 | <argument name="productName" value="$$product4.name$$"/>
|
97 | 100 | </actionGroup>
|
98 | 101 | <!--Assert that product5 is not present in the search result-->
|
99 | 102 | <actionGroup ref="AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey="dontSeeProduct5">
|
100 | 103 | <argument name="productName" value="$$product5.name$$"/>
|
101 | 104 | </actionGroup>
|
102 | 105 | <!--Assert that product6 is not present in the search result-->
|
103 |
| - <actionGroup ref="AssertStorefrontProductNameIsNotOnProductMainPageActionGroup" stepKey="dontSeeProduct6"> |
| 106 | + <comment userInput="BIC workaround" stepKey="dontSeeProduct6"/> |
| 107 | + <actionGroup ref="StorefrontAssertProductNameOnProductMainPageActionGroup" stepKey="seeProduct6inAB"> |
104 | 108 | <argument name="productName" value="$$product6.name$$"/>
|
105 | 109 | </actionGroup>
|
106 | 110 |
|
|
0 commit comments