Skip to content

Commit bf5beed

Browse files
committed
fix ci test
1 parent 1d45c96 commit bf5beed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/HomepageTest.php

+1-1
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)