Skip to content

Commit 28b7e9a

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-77742' into 2.2-develop-pr37
# Conflicts: # app/code/Magento/Catalog/Test/Mftf/Data/ProductData.xml
2 parents 6aedee2 + 5b2b63b commit 28b7e9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontConfigurableProductChildSearchTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,21 +169,21 @@
169169
<waitForPageLoad stepKey="waitForStorefront"/>
170170
<fillField selector="{{StorefrontQuickSearchSection.searchPhrase}}" userInput="$$createConfigProductAttributeSelectOption1.option[store_labels][0][label]$$" stepKey="searchStorefront1"/>
171171
<click selector="{{StorefrontQuickSearchSection.searchButton}}" stepKey="clickSearch1"/>
172-
<seeElement selector="{{StorefrontCategoryProductSection.ProductTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct1"/>
172+
<seeElement selector="{{StorefrontCategoryProductSection.productTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct1"/>
173173

174174
<!-- Quick search the storefront for the second attribute option -->
175175
<fillField selector="{{StorefrontQuickSearchSection.searchPhrase}}" userInput="$$createConfigProductAttributeOption2Multiselect.option[store_labels][0][label]$$" stepKey="searchStorefront2"/>
176176
<click selector="{{StorefrontQuickSearchSection.searchButton}}" stepKey="clickSearch2"/>
177-
<seeElement selector="{{StorefrontCategoryProductSection.ProductTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct2"/>
177+
<seeElement selector="{{StorefrontCategoryProductSection.productTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct2"/>
178178

179179
<!-- Quick search the storefront for the first product description -->
180180
<fillField selector="{{StorefrontQuickSearchSection.searchPhrase}}" userInput="'$$createConfigChildProduct1.custom_attributes[short_description]$$'" stepKey="searchStorefront3"/>
181181
<click selector="{{StorefrontQuickSearchSection.searchButton}}" stepKey="clickSearch3"/>
182-
<seeElement selector="{{StorefrontCategoryProductSection.ProductTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct3"/>
182+
<seeElement selector="{{StorefrontCategoryProductSection.productTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct3"/>
183183

184184
<!-- Quick search the storefront for the first product name -->
185185
<fillField selector="{{StorefrontQuickSearchSection.searchPhrase}}" userInput="'$$createConfigChildProduct1.name$$'" stepKey="searchStorefront4"/>
186186
<click selector="{{StorefrontQuickSearchSection.searchButton}}" stepKey="clickSearch4"/>
187-
<seeElement selector="{{StorefrontCategoryProductSection.ProductTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct4"/>
187+
<seeElement selector="{{StorefrontCategoryProductSection.productTitleByName('$$createConfigProduct.name$$')}}" stepKey="seeProduct4"/>
188188
</test>
189189
</tests>

0 commit comments

Comments
 (0)