Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 19a98fb

Browse files
author
Elena Marchenko
committed
MAGETWO-67272: Magento\Signifyd\Test\TestCase\CreateSignifydGuaranteeAndCancelOrderTest test fails
1 parent 5a72877 commit 19a98fb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Test/Constraint/AssertSignifydCaseInOrdersGrid.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,17 @@ class AssertSignifydCaseInOrdersGrid extends AbstractConstraint
1616
{
1717
/**
1818
* @param string $orderId
19-
* @param string $status
2019
* @param OrdersGrid $ordersGrid
2120
* @param SignifydData $signifydData
2221
* @return void
2322
*/
2423
public function processAssert(
2524
$orderId,
26-
$status,
2725
OrdersGrid $ordersGrid,
2826
SignifydData $signifydData
2927
) {
3028
$filter = [
3129
'id' => $orderId,
32-
'status' => $status,
3330
'signifyd_guarantee_status' => $signifydData->getGuaranteeDisposition()
3431
];
3532

Test/TestStep/OpenOrderGridStep.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ public function __construct(
123123
public function run()
124124
{
125125
$this->checkOrdersGrid();
126-
$this->checkOrderStatus();
127126
$this->checkCaseInfo();
127+
$this->checkOrderStatus();
128128
}
129129

130130
/**
@@ -136,7 +136,6 @@ private function checkOrdersGrid()
136136
{
137137
$this->assertOrdersGrid->processAssert(
138138
$this->orderId,
139-
$this->placeOrderStatus,
140139
$this->ordersGrid,
141140
$this->signifydData
142141
);

0 commit comments

Comments
 (0)