1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Tweak acceptance test.

This commit is contained in:
Cameron
2022-04-06 19:43:01 -07:00
parent dd7af9b222
commit a9b3d830ac

View File

@@ -184,7 +184,7 @@ class InstallCest
private function checkBootstrap5Navigation(AcceptanceTester $I) private function checkBootstrap5Navigation(AcceptanceTester $I)
{ {
$I->amOnPage('/article-1'); $I->amOnPage('/article-1');
$I->see('Chapter 1','a'); $I->see('Chapter 1');
$I->amOnPage('/gallery/gallery-1'); $I->amOnPage('/gallery/gallery-1');
$I->see('horse'); $I->see('horse');