We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf0433 commit 6d56b4dCopy full SHA for 6d56b4d
app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentsGridFiltersSection.xml
@@ -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="orderNum" type="input" selector="input[name='order_increment_id']"/>
13
+ </section>
14
+</sections>
0 commit comments