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 1717 <argument name =" Image" />
1818 </arguments >
1919
20+ <waitForElement selector =" {{MediaGallerySection.BrowseUploadImage}}" stepKey =" waitForUploadImage" />
2021 <attachFile selector =" {{MediaGallerySection.BrowseUploadImage}}" userInput =" {{Image.value}}" stepKey =" uploadImage" />
2122 <waitForPageLoad stepKey =" waitForPageLoad" />
22- <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear" />
23+ <waitForPageLoad stepKey =" waitForLoadingMaskToDisappear" />
2324 <waitForElementVisible selector =" {{MediaGallerySection.imageOrImageCopy(Image.fileName, Image.extension)}}" stepKey =" waitForUploadImage" />
2425 </actionGroup >
2526</actionGroups >
Original file line number Diff line number Diff line change 1313 <description >Clicks on Insert File in the Media Gallery.</description >
1414 </annotations >
1515
16+ <waitForPageLoad stepKey =" waitForPageLoad1" />
17+ <waitForElementVisible selector =" {{MediaGallerySection.InsertFile}}" stepKey =" waitForInsertBtn" />
1618 <click selector =" {{MediaGallerySection.InsertFile}}" stepKey =" clickInsertBtn" />
1719 <waitForPageLoad stepKey =" waitForPageLoad" />
18- <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear" />
20+ <waitForPageLoad stepKey =" waitForLoadingMaskToDisappear" />
1921 </actionGroup >
2022</actionGroups >
You can’t perform that action at this time.
0 commit comments