Skip to content

Commit

Permalink
[Backoffice] Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Mar 24, 2015
1 parent a0f1b15 commit aaf1fe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public function testDashboard()
$crawler = $client->request('GET', '/admin/');

$this->assertTrue($client->getResponse()->isSuccessful(), "Request failed");
$this->assertGreaterThan(0, $crawler->filter('html:contains("dashboard")')->count());
$this->assertGreaterThan(0, $crawler->filter('html:contains("Dashboard")')->count());
}
}

0 comments on commit aaf1fe3

Please sign in to comment.