Skip to content

Commit 11714cb

Browse files
committed
fix ci test
1 parent b566cf7 commit 11714cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/HomepageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testContents()
3838
$this->assertCount(1, $crawler->filter('h1:contains(Homepage)'));
3939
$this->assertCount(1, $crawler->filter('h2:contains("Welcome to the Symfony CMF Demo")'));
4040

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

4444
public function testJsonContents()

0 commit comments

Comments
 (0)