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