File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 17
17
<argument name =" Image" />
18
18
</arguments >
19
19
20
+ <waitForElement selector =" {{MediaGallerySection.BrowseUploadImage}}" stepKey =" waitForUploadImage" />
20
21
<attachFile selector =" {{MediaGallerySection.BrowseUploadImage}}" userInput =" {{Image.value}}" stepKey =" uploadImage" />
21
22
<waitForPageLoad stepKey =" waitForPageLoad" />
22
- <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear" />
23
+ <waitForPageLoad stepKey =" waitForLoadingMaskToDisappear" />
23
24
<waitForElementVisible selector =" {{MediaGallerySection.imageOrImageCopy(Image.fileName, Image.extension)}}" stepKey =" waitForUploadImage" />
24
25
</actionGroup >
25
26
</actionGroups >
Original file line number Diff line number Diff line change 13
13
<description >Clicks on Insert File in the Media Gallery.</description >
14
14
</annotations >
15
15
16
+ <waitForPageLoad stepKey =" waitForPageLoad1" />
17
+ <waitForElementVisible selector =" {{MediaGallerySection.InsertFile}}" stepKey =" waitForInsertBtn" />
16
18
<click selector =" {{MediaGallerySection.InsertFile}}" stepKey =" clickInsertBtn" />
17
19
<waitForPageLoad stepKey =" waitForPageLoad" />
18
- <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear" />
20
+ <waitForPageLoad stepKey =" waitForLoadingMaskToDisappear" />
19
21
</actionGroup >
20
22
</actionGroups >
You can’t perform that action at this time.
0 commit comments