Skip to content

Commit

Permalink
fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricMaxxx committed Nov 2, 2016
1 parent 1d45c96 commit bf5beed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/HomepageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function testContents()
$this->assertCount(1, $crawler->filter('h1:contains(Homepage)'));
$this->assertCount(1, $crawler->filter('h2:contains("Welcome to the Symfony CMF Demo")'));

$this->assertCount(24, $crawler->filter('.panel-nav li'));
$this->assertCount(25, $crawler->filter('.panel-nav li'));
}

public function testJsonContents()
Expand Down

0 comments on commit bf5beed

Please sign in to comment.