This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Controller/Adminhtml/Guarantee Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public function testExecuteWithNotAvailableGuarantee()
88
88
89
89
self ::assertRedirect (self ::stringContains ('backend/sales/order/view ' ));
90
90
self ::assertSessionMessages (
91
- self ::equalTo (['Sorry, we cannot cancel Guarantee for order. ' ]),
91
+ self ::equalTo (['Sorry, we cannot cancel Guarantee for your order. ' ]),
92
92
MessageInterface::TYPE_ERROR
93
93
);
94
94
}
@@ -119,7 +119,7 @@ public function testExecuteWithCancelingFailedRequest()
119
119
120
120
self ::assertRedirect (self ::stringContains ('backend/sales/order/view ' ));
121
121
self ::assertSessionMessages (
122
- self ::equalTo (['Sorry, we cannot cancel Guarantee for order. ' ]),
122
+ self ::equalTo (['Sorry, we cannot cancel Guarantee for your order. ' ]),
123
123
MessageInterface::TYPE_ERROR
124
124
);
125
125
}
@@ -150,7 +150,7 @@ public function testExecute()
150
150
151
151
self ::assertRedirect (self ::stringContains ('backend/sales/order/view ' ));
152
152
self ::assertSessionMessages (
153
- self ::equalTo (['Guarantee has been cancelled for order. ' ]),
153
+ self ::equalTo (['Guarantee has been cancelled for your order. ' ]),
154
154
MessageInterface::TYPE_SUCCESS
155
155
);
156
156
}
You can’t perform that action at this time.
0 commit comments