diff --git a/e107_tests/tests/acceptance/0000_InstallCest.php b/e107_tests/tests/acceptance/0000_InstallCest.php index ed2c53c49..f5c39e6f2 100644 --- a/e107_tests/tests/acceptance/0000_InstallCest.php +++ b/e107_tests/tests/acceptance/0000_InstallCest.php @@ -184,7 +184,7 @@ class InstallCest private function checkBootstrap5Navigation(AcceptanceTester $I) { $I->amOnPage('/article-1'); - $I->see('Chapter 1','a'); + $I->see('Chapter 1'); $I->amOnPage('/gallery/gallery-1'); $I->see('horse');