File tree Expand file tree Collapse file tree 6 files changed +5
-12
lines changed
dev/tests/functional/tests/app/Magento
Repository/OrderInjectable Expand file tree Collapse file tree 6 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class AssertAuthorizationInCommentsHistory extends AbstractConstraint
18
18
/**
19
19
* Pattern of message about authorized amount in order.
20
20
*/
21
- const AUTHORIZED_AMOUNT_PATTERN = '/(IPN "Pending" )*Authorized amount of \w*\W{1,2} %s. Transaction ID: "[\w\-]*"/ ' ;
21
+ const AUTHORIZED_AMOUNT_PATTERN = '/(IPN "Pending" )*Authorized amount of .+? %s. Transaction ID: "[\w\-]*"/ ' ;
22
22
23
23
/**
24
24
* Assert that comment about authorized amount exists in Comments History section on order page in Admin.
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 .+? %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 @@ -19,7 +19,7 @@ class AssertRefundInCommentsHistory extends AbstractConstraint
19
19
/**
20
20
* Pattern of message about refunded amount in order.
21
21
*/
22
- const REFUNDED_AMOUNT_PATTERN = '/^We refunded \w*\W{1,2} %s online. Transaction ID: "[\w\-]*"/ ' ;
22
+ const REFUNDED_AMOUNT_PATTERN = '/^We refunded .+? %s online. Transaction ID: "[\w\-]*"/ ' ;
23
23
24
24
/**
25
25
* Assert that comment about refunded 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 >
Original file line number Diff line number Diff line change 48
48
<constraint name =" Magento\Tax\Test\Constraint\AssertTaxRuleForm" />
49
49
</variation >
50
50
<variation name =" CreateTaxRuleEntityTestVariation4" >
51
- <data name =" tag" xsi : type =" string" >stable:no</data >
52
51
<data name =" taxRule/data/code" xsi : type =" string" >TaxIdentifier%isolation%</data >
53
52
<data name =" taxRule/data/tax_rate/dataset/rate_0" xsi : type =" string" >withZipRange</data >
54
53
<data name =" taxRule/data/tax_rate/dataset/rate_1" xsi : type =" string" >US-CA-Rate_1</data >
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/variations.xsd" >
9
9
<testCase name =" Magento\UrlRewrite\Test\TestCase\CreateProductWithSeveralWebsitesUrlRewriteTest" summary =" Test product url rewrites when it is created in several websites" >
10
10
<variation name =" CreateSimpleProductEntityWithSeveralWebsites" summary =" Create product with several websites and check URL Rewites" ticketId =" MAGETWO-27238" >
11
- <data name =" issue " xsi : type =" string" >MAGETWO-63645: [FT] Magento\UrlRewrite\Test\TestCase\CreateProductWithSeveralWebsitesUrlRewriteTest randomly fails on CI </data >
12
- <data name =" tag " xsi : type =" string" >to_maintain:yes </data >
11
+ <data name =" tag " xsi : type =" string" >stable:no </data >
12
+ <data name =" issue " xsi : type =" string" >MAGETWO-66532: [FT] Magento\UrlRewrite\Test\TestCase\CreateProductWithSeveralWebsitesUrlRewriteTest randomly fails on Jenkins </data >
13
13
<data name =" product/data/url_key" xsi : type =" string" >simple-product-%isolation%</data >
14
14
<data name =" product/data/name" xsi : type =" string" >Simple Product %isolation%</data >
15
15
<data name =" product/data/sku" xsi : type =" string" >simple_sku_%isolation%</data >
You can’t perform that action at this time.
0 commit comments