Skip to content

Commit 9828790

Browse files
authored
MC-38416: Stabilize CMS tests on S3 (#6309)
1 parent 458ac64 commit 9828790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Cms/Test/Mftf/ActionGroup/NavigateToMediaFolderActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
<arguments>
1616
<argument name="FolderName" type="string"/>
1717
</arguments>
18-
18+
1919
<conditionalClick selector="{{MediaGallerySection.StorageRootArrow}}" dependentSelector="{{MediaGallerySection.checkIfArrowExpand}}" stepKey="clickArrowIfClosed" visible="true"/>
20+
<waitForPageLoad time="10" stepKey="waitForDirectoriesTreeBuilding"/>
2021
<waitForText userInput="{{FolderName}}" stepKey="waitForNewFolder"/>
2122
<click userInput="{{FolderName}}" stepKey="clickOnCreatedFolder"/>
2223
<waitForLoadingMaskToDisappear stepKey="waitForLoading"/>

0 commit comments

Comments
 (0)