|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
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 | + */ |
7 | 21 | --> |
8 | 22 |
|
9 | 23 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> |
|
77 | 91 | <actionGroup ref="AdminGridAssertCurrentPageNumberActionGroup" stepKey="assertSecondPageNumber"> |
78 | 92 | <argument name="expectedCurrentPageNumber" value="{{GridPageNumberData.page2}}"/> |
79 | 93 | </actionGroup> |
80 | | - |
81 | 94 | <!-- User change the page number to custom value --> |
82 | 95 | <actionGroup ref="AdminGridGoToCustomPageNumberActionGroup" stepKey="goToFourthPage"> |
83 | 96 | <argument name="pageNumber" value="{{GridPageNumberData.page4}}"/> |
84 | 97 | </actionGroup> |
| 98 | + <actionGroup ref="CliCacheCleanActionGroup" stepKey="cacheClean"> |
| 99 | + <argument name="tags" value=""/> |
| 100 | + </actionGroup> |
85 | 101 | <actionGroup ref="AdminGridAssertCurrentPageNumberActionGroup" stepKey="assertFourthPageNumber"> |
86 | 102 | <argument name="expectedCurrentPageNumber" value="{{GridPageNumberData.page4}}"/> |
87 | 103 | </actionGroup> |
|
0 commit comments