Skip to content

Commit 8eed6a5

Browse files
committed
MC-4776: Convert AssignCustomOrderStatusTest to MFTF
- Add timeout back to element that got lost during resolving merge conflicts
1 parent e94cc9d commit 8eed6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminAssignOrderStatusToStateSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<element name="orderState" type="select" selector="#state"/>
1414
<element name="orderStatusAsDefault" type="checkbox" selector="#is_default"/>
1515
<element name="visibleOnStorefront" type="checkbox" selector="#visible_on_front"/>
16-
<element name="saveStatusAssignment" type="button" selector="#save"/>
16+
<element name="saveStatusAssignment" type="button" selector="#save" timeout="30"/>
1717
</section>
1818
</sections>

0 commit comments

Comments
 (0)