Skip to content

Commit b130bd0

Browse files
committed
Fix invalid URL for order_shipment page
1 parent ea4a31e commit b130bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Shipping/Test/Mftf/Page/AdminShipmentNewPage.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/PageObject.xsd">
11-
<page name="AdminShipmentNewPage" url="order_shipment/new/order_id/" area="admin" module="Shipping">
11+
<page name="AdminShipmentNewPage" url="admin/order_shipment/new/order_id/" area="admin" module="Shipping">
1212
<section name="AdminShipmentMainActionsSection"/>
1313
<section name="AdminShipmentOrderInformationSection"/>
1414
<section name="AdminShipmentAddressInformationSection"/>
1515
<section name="AdminShipmentPaymentShippingSection"/>
1616
<section name="AdminShipmentItemsSection"/>
1717
<section name="AdminShipmentTotalSection"/>
1818
</page>
19-
</pages>
19+
</pages>

0 commit comments

Comments
 (0)