Skip to content

Commit acd36f8

Browse files
Merge pull request #149 from magento-cia/cia-pre-release-develop-sync-04292025
Cia pre release develop sync 04292025
2 parents 91b6050 + 3d08c60 commit acd36f8

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

AdobeStockImageAdminUi/Test/Mftf/Test/AdminAdobeStockMediaGalleryPaginationTest.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
3+
/************************************************************************
4+
*
5+
* ADOBE CONFIDENTIAL
6+
* ___________________
7+
*
8+
* Copyright 2025 Adobe
9+
* All Rights Reserved.
10+
*
11+
* NOTICE: All information contained herein is, and remains
12+
* the property of Adobe and its suppliers, if any. The intellectual
13+
* and technical concepts contained herein are proprietary to Adobe
14+
* and its suppliers and are protected by all applicable intellectual
15+
* property laws, including trade secret and copyright laws.
16+
* Dissemination of this information or reproduction of this material
17+
* is strictly forbidden unless prior written permission is obtained
18+
* from Adobe.
19+
* ************************************************************************
20+
*/
721
-->
822

923
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
@@ -77,11 +91,13 @@
7791
<actionGroup ref="AdminGridAssertCurrentPageNumberActionGroup" stepKey="assertSecondPageNumber">
7892
<argument name="expectedCurrentPageNumber" value="{{GridPageNumberData.page2}}"/>
7993
</actionGroup>
80-
8194
<!-- User change the page number to custom value -->
8295
<actionGroup ref="AdminGridGoToCustomPageNumberActionGroup" stepKey="goToFourthPage">
8396
<argument name="pageNumber" value="{{GridPageNumberData.page4}}"/>
8497
</actionGroup>
98+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cacheClean">
99+
<argument name="tags" value=""/>
100+
</actionGroup>
85101
<actionGroup ref="AdminGridAssertCurrentPageNumberActionGroup" stepKey="assertFourthPageNumber">
86102
<argument name="expectedCurrentPageNumber" value="{{GridPageNumberData.page4}}"/>
87103
</actionGroup>

0 commit comments

Comments
 (0)