Skip to content

Commit 1f92108

Browse files
committed
MQE-1069: Migrate Sample Data tests from MTF to MFTF
1 parent 5955ded commit 1f92108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Section/StorefrontProductMediaSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="StorefrontProductMediaSection">
12-
<element name="gallerySpinner" type="block" selector="[data-gallery-role='gallery-placeholder'] div.loader>img" />
12+
<element name="gallerySpinner" type="block" selector="#maincontent .fotorama__spinner--show" />
1313
<element name="gallery" type="block" selector="[data-gallery-role='gallery']" />
1414
<element name="productImage" type="text" selector="//*[@data-gallery-role='gallery' and not(contains(@class, 'fullscreen'))]//img[contains(@src, '{{filename}}') and not(contains(@class, 'full'))]" parameterized="true" />
1515
<element name="productImageFullscreen" type="text" selector="//*[@data-gallery-role='gallery' and contains(@class, 'fullscreen')]//img[contains(@src, '{{filename}}') and contains(@class, 'full')]" parameterized="true" />

0 commit comments

Comments
 (0)