This repository was archived by the owner on Dec 19, 2019. It is now read-only.
File tree 1 file changed +3
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/Test
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 106
106
107
107
<!-- Go to Product Page and see Default Store View-->
108
108
<amOnPage url =" {{StorefrontProductPage.url($$createSimpleProduct.custom_attributes[url_key]$$)}}" stepKey =" goToDefaultStorefrontProductPage" />
109
+ <waitForElementVisible selector =" {{StorefrontProductMediaSection.productImageActive(TestImageNew.filename)}}" time =" 30" stepKey =" waitImageToBeLoaded" />
109
110
<seeElement selector =" {{StorefrontProductMediaSection.productImageActive(TestImageNew.filename)}}" stepKey =" seeActiveImageDefault" />
110
111
111
112
<!-- English Switch Store View and see English Store View -->
117
118
<seeElement selector =" {{StorefrontCategoryProductSection.ProductImageBySrc(ProductImage.fileName)}}" stepKey =" seeThumb" />
118
119
<click selector =" {{StorefrontCategoryProductSection.ProductTitleByName($$createSimpleProduct.name$$)}}" stepKey =" openProductPage" />
119
120
<waitForPageLoad time =" 30" stepKey =" waitForProductPage" />
121
+ <waitForElementVisible selector =" {{StorefrontProductMediaSection.productImageActive(ProductImage.filename)}}" time =" 30" stepKey =" waitImageToBeLoaded2" />
120
122
<seeElement selector =" {{StorefrontProductMediaSection.productImageActive(ProductImage.filename)}}" stepKey =" seeActiveImageEnglish" />
121
123
122
124
<!-- Switch France Store View and see France Store View -->
128
130
<seeElement selector =" {{StorefrontCategoryProductSection.ProductImageBySrc(Magento3.fileName)}}" stepKey =" seeThumb1" />
129
131
<click selector =" {{StorefrontCategoryProductSection.ProductTitleByName($$createSimpleProduct.name$$)}}" stepKey =" openProductPage1" />
130
132
<waitForPageLoad time =" 30" stepKey =" waitForProductPage1" />
133
+ <waitForElementVisible selector =" {{StorefrontProductMediaSection.productImageActive(Magento3.filename)}}" time =" 30" stepKey =" waitImageToBeLoaded3" />
131
134
<seeElement selector =" {{StorefrontProductMediaSection.productImageActive(Magento3.filename)}}" stepKey =" seeActiveImageFrance" />
132
135
</test >
133
136
</tests >
You can’t perform that action at this time.
0 commit comments