Skip to content

Commit c8ee335

Browse files
committed
ACQE-8333: Check default status for processing when 'Use Order Status As Default' check box checked for custom order status
- Removed extra space test file
1 parent 5159ebb commit c8ee335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminVerifyBehaviourOfDefaultStatusForProcessingStateTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</actionGroup>
6666
<waitForElementClickable selector="{{AdminOrderStatusGridSection.unassign}}" stepKey="waitToClickunassignOrderStatus"/>
6767
<click selector="{{AdminOrderStatusGridSection.unassign}}" stepKey="clickUnassign"/>
68-
<waitForElementVisible selector="{{AdminMessagesSection.success}}" stepKey="waitForSuccessMessageVisible" />
68+
<waitForElementVisible selector="{{AdminMessagesSection.success}}" stepKey="waitForSuccessMessageVisible"/>
6969
<waitForText selector="{{AdminMessagesSection.success}}" time="30" userInput="You have unassigned the order status." stepKey="seeAssertOrderStatusSuccessUnassignMessage"/>
7070
<!--Step 8: Verify the default status for the order status Processing -->
7171
<actionGroup ref="FilterOrderStatusByLabelAndCodeActionGroup" stepKey="filterOrderStatusGrid1">

0 commit comments

Comments
 (0)