diff --git a/Tests/Controller/CustomizedBackendTest.php b/Tests/Controller/CustomizedBackendTest.php index b49a11c79c..1dd0239b4c 100644 --- a/Tests/Controller/CustomizedBackendTest.php +++ b/Tests/Controller/CustomizedBackendTest.php @@ -25,7 +25,7 @@ public function setUp() public function testListViewPageMainMenu() { - $crawler = $this->requestShowView(); + $crawler = $this->requestListView(); $this->assertEquals('Categories', trim($crawler->filter('#header-menu li.active')->text())); }