File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
dev/tests/functional/tests/app/Magento/Sales/Test
Repository/OrderInjectable Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class AssertCaptureInCommentsHistory extends AbstractConstraint
19
19
/**
20
20
* Pattern of message about captured amount in order.
21
21
*/
22
- const CAPTURED_AMOUNT_PATTERN = '/^Captured amount of [\W]{1,2} %s online\. Transaction ID: "[\w\-]*"/ ' ;
22
+ const CAPTURED_AMOUNT_PATTERN = '/^Captured amount of \w?\W %s online\. Transaction ID: "[\w\-]*"/ ' ;
23
23
24
24
/**
25
25
* Assert that comment about captured amount exists in Comments History section on order page in Admin.
Original file line number Diff line number Diff line change 62
62
<item name =" comment_text" xsi : type =" string" >Partial Invoice with changed qty = 0</item >
63
63
</item >
64
64
</field >
65
- <field name =" 1" xsi : type =" array" >
66
- <item name =" form_data" xsi : type =" array" >
67
- <item name =" do_shipment" xsi : type =" string" >No</item >
68
- <item name =" comment_text" xsi : type =" string" >Partial Invoice to the rest of order items</item >
69
- </item >
70
- </field >
71
65
</dataset >
72
66
</repository >
73
67
</config >
You can’t perform that action at this time.
0 commit comments