File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 15
15
<waitForElementVisible selector =" {{MediaGallerySection.Browse}}" stepKey =" waitForBrowseImage" />
16
16
<click selector =" {{MediaGallerySection.Browse}}" stepKey =" clickBrowseImage" />
17
17
<waitForElementVisible selector =" {{MediaGallerySection.StorageRootArrow}}" stepKey =" waitForAttacheFiles" />
18
+ <waitForLoadingMaskToDisappear stepKey =" waitForStorageRootLoadingMaskDisappear" />
18
19
<click selector =" {{MediaGallerySection.StorageRootArrow}}" stepKey =" clickRoot" />
19
20
<waitForPageLoad stepKey =" waitForPageLoad" />
20
21
<attachFile selector =" {{MediaGallerySection.BrowseUploadImage}}" userInput =" {{image.file}}" stepKey =" attachLogo" />
21
22
<waitForElementVisible selector =" {{MediaGallerySection.InsertFile}}" stepKey =" waitForAddSelected" />
23
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskDisappear" />
22
24
<click selector =" {{MediaGallerySection.InsertFile}}" stepKey =" clickAddSelected" />
23
25
<waitForElementVisible selector =" {{MediaGallerySection.OkBtn}}" stepKey =" waitForOkButton" />
26
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear2" />
24
27
<click selector =" {{MediaGallerySection.OkBtn}}" stepKey =" clickOk" />
25
28
</actionGroup >
26
29
</actionGroups >
You can’t perform that action at this time.
0 commit comments