Skip to content

Commit cbca7ac

Browse files
committed
ACQE-8333: Check default status for processing when 'Use Order Status As Default' check box checked for custom order status
- Modified seeStatusForOrderInOrderGrid stepkey in test file
1 parent 8e8f0ed commit cbca7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
<argument name="statusLabel" value="{{OrderStatus.processing}}"/>
7373
<argument name="statusCode" value="{{readyToPickup.state}}"/>
7474
</actionGroup>
75-
<waitForText selector="{{AdminOrderStatusGridSection.gridCell('1', 'Default Status')}}" userInput="{{EnableClearShoppingCart.textValue}}" stepKey="seeOrderStatusInGrid"/>
75+
<waitForText selector="{{AdminOrderStatusGridSection.gridCell('1', 'Default Status')}}" userInput="{{EnableClearShoppingCart.textValue}}" stepKey="seeStatusForOrderInOrderGrid"/>
7676
</test>
7777
</tests>

0 commit comments

Comments
 (0)