Skip to content

Commit 4e03d16

Browse files
committed
Merge remote-tracking branch 'origin/MC-37500' into 2.4-develop-sidecar-pr8
2 parents 4cbcaa9 + d18291f commit 4e03d16

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

app/code/Magento/Sales/Test/Mftf/Page/AdminShipmentPage.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/PageObject.xsd">
1111
<page name="AdminShipmentPage" url="sales/shipment/" area="admin" module="Magento_Sales">
1212
<section name="AdminShipmentGridSection"/>
13+
<section name="AdminShipmentsGridFiltersSection"/>
1314
</page>
1415
</pages>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
11+
<section name="AdminShipmentsGridFiltersSection">
12+
<element name="orderNumber" type="input" selector="input[name='order_increment_id']"/>
13+
</section>
14+
</sections>

0 commit comments

Comments
 (0)