We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8245d08 + 13db0da commit cee4510Copy full SHA for cee4510
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/ProductTest.php
@@ -17,7 +17,7 @@ public function testSaveActionWithDangerRequest()
17
$this->equalTo(['Unable to save product']),
18
\Magento\Framework\Message\MessageInterface::TYPE_ERROR
19
);
20
- $this->assertRedirect($this->stringContains('/backend/catalog/product/edit'));
+ $this->assertRedirect($this->stringContains('/backend/catalog/product/new'));
21
}
22
23
/**
0 commit comments