This commit is contained in:
Kevin Papst
2023-10-31 16:58:47 +01:00
parent 6b672a23b4
commit b1cc5f2587

View File

@@ -26,7 +26,7 @@ class ReportingControllerTest extends ControllerBaseTest
$client = $this->getClientForAuthenticatedUser(User::ROLE_ADMIN);
$this->request($client, '/reporting/');
$nodes = $client->getCrawler()->filter('section.content div.row-cards a.card-link');
$this->assertCount(11, $nodes);
$this->assertCount(12, $nodes);
}
public function testOverviewPageAsUser()