|
| 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="AdminEnhancedMediaGalleryVerifyUpdatedTagsTest"> |
| 11 | + <annotations> |
| 12 | + <features value="MediaGallery"/> |
| 13 | + <useCaseId value="https://github.com/magento/adobe-stock-integration/issues/1703"/> |
| 14 | + <title value="User checks if the deleted tags are removed from Edit page, Tags field"/> |
| 15 | + <stories value="User checks if the deleted tags are removed from Edit page, Tags field"/> |
| 16 | + <testCaseId value="https://studio.cucumber.io/projects/131313/test-plan/folders/1337102/scenarios/5064888"/> |
| 17 | + <description value="User checks if changes made on the tags are updated from Edit page, Tags field"/> |
| 18 | + <severity value="CRITICAL"/> |
| 19 | + <group value="media_gallery_ui"/> |
| 20 | + </annotations> |
| 21 | + <before> |
| 22 | + <actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/> |
| 23 | + <actionGroup ref="AdminOpenStandaloneMediaGalleryActionGroup" stepKey="openMediaGallery"/> |
| 24 | + </before> |
| 25 | + <after> |
| 26 | + <actionGroup ref="AdminEnhancedMediaGalleryImageDetailsDeleteActionGroup" stepKey="deleteImage"/> |
| 27 | + </after> |
| 28 | + <actionGroup ref="AdminEnhancedMediaGalleryUploadImageActionGroup" stepKey="uploadImage"> |
| 29 | + <argument name="image" value="ImageUpload"/> |
| 30 | + </actionGroup> |
| 31 | + <actionGroup ref="AdminEnhancedMediaGalleryImageDetailsEditActionGroup" stepKey="editImage"/> |
| 32 | + <actionGroup ref="AdminMediaGalleryEditAssetAddKeywordActionGroup" stepKey="setKeywords"> |
| 33 | + <argument name="keyword" value="UpdatedImageDetails.keyword"/> |
| 34 | + </actionGroup> |
| 35 | + <actionGroup ref="AdminEnhancedMediaGalleryImageDetailsSaveActionGroup" stepKey="saveImage"> |
| 36 | + <argument name="image" value="UpdatedImageDetails"/> |
| 37 | + </actionGroup> |
| 38 | + <actionGroup ref="AdminEnhancedMediaGalleryVerifyImageKeywordsActionGroup" stepKey="verifyAddedKeywords"> |
| 39 | + <argument name="keywords" value="UpdatedImageDetails.keyword"/> |
| 40 | + </actionGroup> |
| 41 | + <actionGroup ref="AdminEnhancedMediaGalleryVerifyImageKeywordsActionGroup" stepKey="verifyMetadataKeywords"> |
| 42 | + <argument name="keywords" value="ImageMetadata.keywords"/> |
| 43 | + </actionGroup> |
| 44 | + </test> |
| 45 | +</tests> |
0 commit comments