Skip to content

Commit a5b048f

Browse files
Devagouda PatilDevagouda Patil
authored andcommitted
MAGETWO-60034: Cannot ship remaining items in an order for several of one product if credit memo is made for some
- Updated Functional test path and schema location
1 parent e1b87bb commit a5b048f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1010
<test name="AdminAbleToShipPartiallyInvoicedItemsTest">
1111
<annotations>
1212
<title value="Ship Action is available for remaining of the partially invoiced items "/>
@@ -64,6 +64,7 @@
6464

6565
<!--Submit Order and verify information-->
6666
<click selector="{{AdminOrderFormActionSection.SubmitOrder}}" stepKey="clickSubmitOrder" after="seeCorrectGrandTotal"/>
67+
<waitForPageLoad stepKey="waitForOrderToProcess"/>
6768
<seeInCurrentUrl url="{{AdminOrderDetailsPage.url}}" stepKey="seeViewOrderPage" after="clickSubmitOrder"/>
6869
<see selector="{{AdminOrderDetailsMessagesSection.successMessage}}" userInput="You created the order." stepKey="seeSuccessMessage" after="seeViewOrderPage"/>
6970
<grabTextFrom selector="|Order # (\d+)|" stepKey="getOrderId" after="seeSuccessMessage"/>

0 commit comments

Comments
 (0)