File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 28
28
<fillField selector =" {{MediaGallerySection.FolderName}}" userInput =" {{ImageFolder.name}}" stepKey =" fillFolderName" />
29
29
<click selector =" {{MediaGallerySection.AcceptFolderName}}" stepKey =" acceptFolderName" />
30
30
<waitForLoadingMaskToDisappear stepKey =" waitForLoading3" />
31
- <conditionalClick selector =" {{MediaGallerySection.StorageRootArrow}}" dependentSelector =" {{MediaGallerySection.checkIfArrowExpand}}" stepKey =" clickArrowIfCloses" visible =" true" />
31
+ <waitForPageLoad stepKey =" waitForLoadingArrowToExpand" time =" 15" />
32
+ <conditionalClick selector =" {{MediaGallerySection.StorageRootArrow}}" dependentSelector =" {{MediaGallerySection.checkIfArrowExpand}}" stepKey =" clickArrowIfClosed" visible =" true" />
33
+ <conditionalClick selector =" {{MediaGallerySection.WysiwygArrow}}" dependentSelector =" {{MediaGallerySection.checkIfWysiwygArrowExpand}}" stepKey =" clickWysiwygArrowIfClosed" visible =" true" />
32
34
<waitForText userInput =" {{ImageFolder.name}}" stepKey =" waitForNewFolder" />
33
35
<click userInput =" {{ImageFolder.name}}" stepKey =" clickOnCreatedFolder" />
34
36
<waitForLoadingMaskToDisappear stepKey =" waitForLoading5" />
Original file line number Diff line number Diff line change 51
51
<element name =" AcceptFolderName" type =" button" selector =" .action-primary.action-accept" />
52
52
<element name =" StorageRootArrow" type =" button" selector =" #root > .jstree-icon" />
53
53
<element name =" checkIfArrowExpand" type =" button" selector =" //li[@id='root' and contains(@class,'jstree-closed')]" />
54
+ <element name =" WysiwygArrow" type =" button" selector =" #d3lzaXd5Zw-- > .jstree-icon" />
55
+ <element name =" checkIfWysiwygArrowExpand" type =" button" selector =" //li[@id='d3lzaXd5Zw--' and contains(@class,'jstree-closed')]" />
54
56
<element name =" confirmDelete" type =" button" selector =" .action-primary.action-accept" />
55
57
</section >
56
58
<section name =" VariableSection" >
You can’t perform that action at this time.
0 commit comments