File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
app/code/Magento/MediaGalleryUi/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
10
+ <test name =" AdminMediaGallerySortingTest" >
11
+ <annotations >
12
+ <features value =" MediaGallery" />
13
+ <useCaseId value =" https://github.com/magento/adobe-stock-integration/issues/1776" />
14
+ <title value =" User uses Sorting in Standalone Media Gallery" />
15
+ <stories value =" User uses Sorting in Standalone Media Gallery" />
16
+ <testCaseId value =" https://github.com/magento/adobe-stock-integration/issues/1776" />
17
+ <description value =" User uses Sorting in Standalone Media Gallery" />
18
+ <severity value =" CRITICAL" />
19
+ <group value =" media_gallery_ui" />
20
+ </annotations >
21
+ <before >
22
+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
23
+ </before >
24
+ <actionGroup ref =" AdminOpenStandaloneMediaGalleryActionGroup" stepKey =" openStandaloneMediaGalleryPage" />
25
+ <actionGroup ref =" AdminMediaGalleryOpenNewFolderFormActionGroup" stepKey =" openNewFolderForm" />
26
+ <actionGroup ref =" AdminMediaGalleryCreateNewFolderActionGroup" stepKey =" createNewFolder" >
27
+ <argument name =" name" value =" a" />
28
+ </actionGroup >
29
+ <actionGroup ref =" AdminMediaGalleryAssertFolderNameActionGroup" stepKey =" assertNewFolderCreated" />
30
+ </test >
31
+ </tests >
You can’t perform that action at this time.
0 commit comments