fix test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user