Skip to content

Commit 5ef4711

Browse files
committed
MC-38589: [MFTF] AdminEnhancedMediaGalleryVerifyAssetFilterTest failed because of bad design
1 parent 0b2e2db commit 5ef4711

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/MediaGalleryUi/Test/Mftf/ActionGroup/AdminMediaGalleryClickAddSelectedActionGroup.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminMediaGalleryClickAddSelectedActionGroup">
1212
<waitForElementVisible selector="{{AdminMediaGalleryHeaderButtonsSection.addSelected}}" stepKey="waitForAddSelectedButton"/>
13-
<click selector="{{AdminMediaGalleryHeaderButtonsSection.addSelected}}" stepKey="clickAddSelected"/>
14-
<waitForPageLoad stepKey="waitForPageLoad"/>
15-
<waitForElementVisible selector="{{MediaGallerySection.insertEditImageModalWindow}}" stepKey="waitForInsertEditImageWindow"/>
13+
<click selector="{{AdminMediaGalleryHeaderButtonsSection.addSelected}}" stepKey="ClickAddSelected"/>
14+
<waitForPageLoad stepKey="waitForImageToBeAdded"/>
15+
<waitForElementVisible selector="{{MediaGallerySection.insertEditImageModalWindow}}" stepKey="waitForLoadingMaskDisappear"/>
1616
</actionGroup>
1717
</actionGroups>

0 commit comments

Comments
 (0)