|
169 | 169 | <waitForPageLoad stepKey="waitForStorefront"/>
|
170 | 170 | <fillField selector="{{StorefrontQuickSearchSection.searchPhrase}}" userInput="$$createConfigProductAttributeSelectOption1.option[store_labels][0][label]$$" stepKey="searchStorefront1"/>
|
171 | 171 | <click selector="{{StorefrontQuickSearchSection.searchButton}}" stepKey="clickSearch1"/>
|
172 |
| - <seeElement selector="{{StorefrontCategoryProductSection.ProductTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct1"/> |
| 172 | + <seeElement selector="{{StorefrontCategoryProductSection.productTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct1"/> |
173 | 173 |
|
174 | 174 | <!-- Quick search the storefront for the second attribute option -->
|
175 | 175 | <fillField selector="{{StorefrontQuickSearchSection.searchPhrase}}" userInput="$$createConfigProductAttributeOption2Multiselect.option[store_labels][0][label]$$" stepKey="searchStorefront2"/>
|
176 | 176 | <click selector="{{StorefrontQuickSearchSection.searchButton}}" stepKey="clickSearch2"/>
|
177 |
| - <seeElement selector="{{StorefrontCategoryProductSection.ProductTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct2"/> |
| 177 | + <seeElement selector="{{StorefrontCategoryProductSection.productTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct2"/> |
178 | 178 |
|
179 | 179 | <!-- Quick search the storefront for the first product description -->
|
180 | 180 | <fillField selector="{{StorefrontQuickSearchSection.searchPhrase}}" userInput="'$$createConfigChildProduct1.custom_attributes[short_description]$$'" stepKey="searchStorefront3"/>
|
181 | 181 | <click selector="{{StorefrontQuickSearchSection.searchButton}}" stepKey="clickSearch3"/>
|
182 |
| - <seeElement selector="{{StorefrontCategoryProductSection.ProductTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct3"/> |
| 182 | + <seeElement selector="{{StorefrontCategoryProductSection.productTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct3"/> |
183 | 183 |
|
184 | 184 | <!-- Quick search the storefront for the first product name -->
|
185 | 185 | <fillField selector="{{StorefrontQuickSearchSection.searchPhrase}}" userInput="'$$createConfigChildProduct1.name$$'" stepKey="searchStorefront4"/>
|
186 | 186 | <click selector="{{StorefrontQuickSearchSection.searchButton}}" stepKey="clickSearch4"/>
|
187 |
| - <seeElement selector="{{StorefrontCategoryProductSection.ProductTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct4"/> |
| 187 | + <seeElement selector="{{StorefrontCategoryProductSection.productTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct4"/> |
188 | 188 | </test>
|
189 | 189 | </tests>
|
0 commit comments