Skip to content

Commit cee4510

Browse files
author
Olexii Korshenko
committed
Merge remote-tracking branch 'goinc/MAGETWO-31643' into develop
2 parents 8245d08 + 13db0da commit cee4510

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function testSaveActionWithDangerRequest()
1717
$this->equalTo(['Unable to save product']),
1818
\Magento\Framework\Message\MessageInterface::TYPE_ERROR
1919
);
20-
$this->assertRedirect($this->stringContains('/backend/catalog/product/edit'));
20+
$this->assertRedirect($this->stringContains('/backend/catalog/product/new'));
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)