File tree 2 files changed +44
-2
lines changed
app/code/Magento/MediaGalleryCatalogUi/Test/Mftf/Test
2 files changed +44
-2
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 =" AdminMediaGalleryCatalogUiEditCategoryFromGridPageTest" >
11
+ <annotations >
12
+ <features value =" MediaGalleryCatalogUi" />
13
+ <stories value =" Story 58: User sees entities where asset is used in" />
14
+ <title value =" User Edits Category from Category grid" />
15
+ <description value =" Edit Category from Media Gallery Category Grid" />
16
+ <testCaseId value =" https://studio.cucumber.io/projects/131313/test-plan/folders/1320712/scenarios/5034526" />
17
+ <useCaseId value =" https://github.com/magento/adobe-stock-integration/issues/1667" />
18
+ <severity value =" CRITICAL" />
19
+ <group value =" media_gallery_ui" />
20
+ </annotations >
21
+
22
+ <before >
23
+ <createData entity =" SimpleSubCategory" stepKey =" category" />
24
+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
25
+ </before >
26
+
27
+ <after >
28
+ <deleteData createDataKey =" category" stepKey =" deleteCategory" />
29
+ <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logoutFromAdmin" />
30
+ </after >
31
+
32
+ <actionGroup ref =" AdminOpenCategoryGridPageActionGroup" stepKey =" openCategoryPage" />
33
+ <actionGroup ref =" ClearFiltersAdminDataGridActionGroup" stepKey =" resetGridFilters" />
34
+ <actionGroup ref =" AdminEditCategoryInGridPageActionGroup" stepKey =" editCategoryItem" >
35
+ <argument name =" categoryName" value =" $category.name$" />
36
+ </actionGroup >
37
+ <actionGroup ref =" AdminAssertCategoryPageTitleActionGroup" stepKey =" assertCategoryByName" />
38
+ </test >
39
+ </tests >
Original file line number Diff line number Diff line change 7
7
-->
8
8
9
9
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
10
- <test name =" AdminMediaGalleryCatalogUiEditCategoryGridPageTest" >
10
+ <test name =" AdminMediaGalleryCatalogUiEditCategoryGridPageTest" deprecated = " Use AdminMediaGalleryCatalogUiEditCategoryFromGridPageTest instead " >
11
11
<annotations >
12
12
<features value =" AdminMediaGalleryCategoryGrid" />
13
13
<useCaseId value =" https://github.com/magento/adobe-stock-integration/issues/1667" />
14
- <title value =" User Edits Category from Category grid" />
14
+ <title value =" DEPRECATED. User Edits Category from Category grid" />
15
15
<stories value =" Story 58: User sees entities where asset is used in" />
16
16
<testCaseId value =" https://studio.cucumber.io/projects/131313/test-plan/folders/1320712/scenarios/5034526" />
17
17
<description value =" Edit Category from Media Gallery Category Grid" />
18
18
<severity value =" CRITICAL" />
19
19
<group value =" media_gallery_ui" />
20
+ <skip >
21
+ <issueId value =" DEPRECATED" >Use AdminMediaGalleryCatalogUiEditCategoryFromGridPageTest instead</issueId >
22
+ </skip >
20
23
</annotations >
21
24
<before >
22
25
<createData entity =" SimpleSubCategory" stepKey =" category" />
You can’t perform that action at this time.
0 commit comments