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.
1 parent 73c6ab0 commit f9e670aCopy full SHA for f9e670a
dev/tests/integration/testsuite/Magento/Review/Controller/ProductTest.php
@@ -14,7 +14,7 @@ class ProductTest extends \Magento\TestFramework\TestCase\AbstractController
14
public function testListActionDesign($productId, $expectedDesign)
15
{
16
$this->getRequest()->setParam('id', $productId);
17
- $this->dispatch('review/product/list');
+ $this->dispatch('review/product/listAction');
18
$result = $this->getResponse()->getBody();
19
$this->assertContains("static/frontend/{$expectedDesign}/en_US/Magento_Theme/favicon.ico", $result);
20
}
0 commit comments