Skip to content

Commit a07160e

Browse files
committed
MC-37500: Create automated test for "Shipment Sales Archive"
1 parent 6d56b4d commit a07160e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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>

app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentsGridFiltersSection.xml renamed to app/code/Magento/Sales/Test/Mftf/Section/AdminShipmentsGridFiltersSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminShipmentsGridFiltersSection">
12-
<element name="orderNum" type="input" selector="input[name='order_increment_id']"/>
12+
<element name="orderNumber" type="input" selector="input[name='order_increment_id']"/>
1313
</section>
1414
</sections>

0 commit comments

Comments
 (0)