Skip to content

Commit 0db72cf

Browse files
committed
Merge remote-tracking branch 'origin/MC-36513' into 2.4-develop-pr68
2 parents e0f517b + c6bab12 commit 0db72cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Swatches/Test/Mftf/Test/StorefrontFilterByImageSwatchTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
</actionGroup>
5454
<click selector="{{AdminManageSwatchSection.nthUploadFile('1')}}" stepKey="clickUploadFile1"/>
5555
<attachFile selector="input[name='datafile']" userInput="adobe-thumb.jpg" stepKey="attachFile1"/>
56+
<waitForPageLoad stepKey="waitFileAttached1"/>
5657
<fillField selector="{{AdminManageSwatchSection.adminInputByIndex('0')}}" userInput="adobe-thumb" stepKey="fillAdmin1"/>
57-
<click selector="{{AdminManageSwatchSection.swatchWindow('0')}}" stepKey="clicksWatchWindow1"/>
5858

5959
<!-- Set swatch #2 image using the file upload -->
6060
<click selector="{{AdminManageSwatchSection.addSwatch}}" stepKey="clickAddSwatch2"/>
@@ -63,6 +63,7 @@
6363
</actionGroup>
6464
<click selector="{{AdminManageSwatchSection.nthUploadFile('2')}}" stepKey="clickUploadFile2"/>
6565
<attachFile selector="input[name='datafile']" userInput="adobe-small.jpg" stepKey="attachFile2"/>
66+
<waitForPageLoad stepKey="waitFileAttached2"/>
6667
<fillField selector="{{AdminManageSwatchSection.adminInputByIndex('1')}}" userInput="adobe-small" stepKey="fillAdmin2"/>
6768

6869
<!-- Set scope to global -->

0 commit comments

Comments
 (0)