File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
app/code/Magento/Sales/Test/Mftf Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
1111 <actionGroup name =" AdminUnassignOrderStatusActionGroup" >
1212 <annotations >
13- <description >Unassign order status from order state</description >
13+ <description >Unassigns order status from order state</description >
1414 </annotations >
15- <arguments >
16- <argument name =" message" type =" string" />
17- </arguments >
1815 <waitForElementClickable selector =" {{AdminOrderStatusGridSection.unassign}}" stepKey =" waitToClickUnassignOrderStatus" />
1916 <click selector =" {{AdminOrderStatusGridSection.unassign}}" stepKey =" clickUnassign" />
2017 <waitForElementVisible selector =" {{AdminMessagesSection.success}}" stepKey =" waitForSuccessMessageVisible" />
2118 <!-- "You have unassigned the order status." Message should be displayed -->
22- <waitForText selector =" {{AdminMessagesSection.success}}" userInput =" {{message }}" stepKey =" seeAssertOrderStatusSuccessUnassignMessage" />
19+ <waitForText selector =" {{AdminMessagesSection.success}}" userInput =" {{OrderUnassignedStatusMessage.value }}" stepKey =" seeAssertOrderStatusSuccessUnassignMessage" />
2320 </actionGroup >
2421</actionGroups >
Original file line number Diff line number Diff line change 6666 <argument name =" statusLabel" value =" {{readyToPickup.label}}" />
6767 <argument name =" statusCode" value =" {{readyToPickup.code}}" />
6868 </actionGroup >
69- <actionGroup ref =" AdminUnassignOrderStatusActionGroup" stepKey =" unassignOrderStatus" >
70- <argument name =" message" value =" {{OrderUnassignedStatusMessage.value}}" />
71- </actionGroup >
69+ <actionGroup ref =" AdminUnassignOrderStatusActionGroup" stepKey =" unassignOrderStatus" />
7270 <!-- Step 8: Verify the default status for the order status Processing -->
7371 <actionGroup ref =" FilterOrderStatusByLabelAndCodeActionGroup" stepKey =" filterStatusForOrderInGrid" >
7472 <argument name =" statusLabel" value =" {{OrderStatus.processing}}" />
You can’t perform that action at this time.
0 commit comments