We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4776d commit 320aee9Copy full SHA for 320aee9
app/code/Magento/MediaGalleryUi/Test/Mftf/ActionGroup/AdminMediaGalleryClickAddSelectedActionGroup.xml
@@ -12,6 +12,6 @@
12
<waitForElementVisible selector="{{AdminMediaGalleryHeaderButtonsSection.addSelected}}" stepKey="waitForAddSelectedButton"/>
13
<click selector="{{AdminMediaGalleryHeaderButtonsSection.addSelected}}" stepKey="ClickAddSelected"/>
14
<waitForPageLoad stepKey="waitForImageToBeAdded"/>
15
- <waitForElementVisible selector="{{MediaGallerySection.insertEditImageModalWindow}}" stepKey="waitForLoadingMaskDisappear"/>
+ <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskDisappear"/>
16
</actionGroup>
17
</actionGroups>
0 commit comments