File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
AdobeStockImageAdminUi/Test/Mftf Expand file tree Collapse file tree 2 files changed +25
-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+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11+ <actionGroup name =" AdminAdobeStockMediaGallerySearchByKeywordActionGroup" >
12+ <annotations >
13+ <description >Fills 'Search by keyword' on media galllery grid page page. Clicks on Submit Search.</description >
14+ </annotations >
15+ <arguments >
16+ <argument name =" keyword" />
17+ </arguments >
18+
19+ <conditionalClick selector =" {{AdminEnhancedMediaGalleryActionsSection.clearFilters}}" dependentSelector =" {{AdminEnhancedMediaGalleryActionsSection.clearFilters}}" visible =" true" stepKey =" clearExistingOrderFilters" />
20+ <fillField selector =" {{AdminDataGridHeaderSection.search}}" userInput =" {{keyword}}" stepKey =" fillKeywordSearchField" />
21+ <click selector =" {{AdminDataGridHeaderSection.submitSearch}}" stepKey =" clickKeywordSearch" />
22+ </actionGroup >
23+ </actionGroups >
Original file line number Diff line number Diff line change 3636 <grabValueFrom selector =" {{AdminAdobeStockImagePreviewSection.imageNameField}}" stepKey =" grabImageFileName" />
3737 <click selector =" {{AdminAdobeStockImagePreviewSection.confirm}}" stepKey =" clickOnPopupConfirm" />
3838 <waitForPageLoad stepKey =" waitForMediaGalleryOpen" />
39- <actionGroup ref =" SearchStandaloneMediaGalleryAdminDataGridByKeywordActionGroup " stepKey =" searchImage" >
39+ <actionGroup ref =" AdminAdobeStockMediaGallerySearchByKeywordActionGroup " stepKey =" searchImage" >
4040 <argument name =" keyword" value =" $grabImageName" />
4141 </actionGroup >
4242 <actionGroup ref =" AdminAssertImageInStandaloneMediaGalleryActionGroup" stepKey =" assertImageIsAvailableInStandaloneGridUsingImageName" >
4343 <argument name =" imageName" value =" $grabImageFileName" />
4444 </actionGroup >
4545 <actionGroup ref =" ResetAdminDataGridToDefaultViewActionGroup" stepKey =" resetAdminDataGridToDefaultView" />
46- <actionGroup ref =" SearchStandaloneMediaGalleryAdminDataGridByKeywordActionGroup " stepKey =" searchImageByKeyword" >
46+ <actionGroup ref =" AdminAdobeStockMediaGallerySearchByKeywordActionGroup " stepKey =" searchImageByKeyword" >
4747 <argument name =" keyword" value =" $grabKeyword" />
4848 </actionGroup >
4949 <actionGroup ref =" AdminAssertImageInStandaloneMediaGalleryActionGroup" stepKey =" assertImageIsAvailableInStandaloneGridUsingKeyword" >
You can’t perform that action at this time.
0 commit comments