Skip to content

Commit cd282e1

Browse files
committed
MAGETWO-48211: Create functional tests for creating online refunds
- Fixed static tests
1 parent 37f3ac9 commit cd282e1

File tree

2 files changed

+1
-3
lines changed
  • dev/tests/functional/tests/app/Magento

2 files changed

+1
-3
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/PlaceOrderStep.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class PlaceOrderStep implements TestStepInterface
4949
* @var FixtureFactory
5050
*/
5151
private $fixtureFactory;
52+
5253
/**
5354
* @var array
5455
*/

dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/View/Tab/Invoices/Grid.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ class Grid extends \Magento\Backend\Test\Block\Widget\Grid
1818
*/
1919
protected $editLink = '[data-column="increment_id"]';
2020

21-
/**
22-
2321
/**
2422
* Locator for invoice ids
2523
*
@@ -64,7 +62,6 @@ public function getIds()
6462
return $result;
6563
}
6664

67-
6865
/**
6966
* Click the 'View' link for invoice in Invoices grid.
7067
*

0 commit comments

Comments
 (0)