Skip to content

Commit 4b58708

Browse files
author
Dmytro Yushkin
committed
MAGETWO-63855: Create functional automated test for complete flow
- Code review fixes
1 parent 9444b46 commit 4b58708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/CancelOrderStep.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Magento\Sales\Test\Page\Adminhtml\SalesOrderView;
1212

1313
/**
14-
* Click cancel from order on backend.
14+
* Click cancel from order in Admin.
1515
*/
1616
class CancelOrderStep implements TestStepInterface
1717
{

dev/tests/functional/tests/app/Magento/Sales/Test/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</type>
119119
<type name="Magento\Sales\Test\Constraint\AssertCancelInCommentsHistory">
120120
<arguments>
121-
<argument name="severity" xsi:type="string">S0</argument>
121+
<argument name="severity" xsi:type="string">S1</argument>
122122
</arguments>
123123
</type>
124124
</config>

0 commit comments

Comments
 (0)