Skip to content

Commit efa8e6f

Browse files
committed
test: fix website cest
1 parent 3e6549e commit efa8e6f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/website/WebsiteCest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public function testDocFirstSteps(AcceptanceTester $I)
4141
// if we see this, redirect was successful
4242
$I->see('Quickstart', 'h1');
4343
$I->dontSee('On this page', '.toc-title');
44-
$I->seeNumberOfElements('.content>p', 6);
45-
$I->seeNumberOfElements('.content>pre', 1);
44+
$I->seeNumberOfElements('.content>p', 8);
45+
$I->seeNumberOfElements('.content>pre', 2);
4646
}
4747

4848
public function testDocFirstStepsInstallation(AcceptanceTester $I)
@@ -52,9 +52,9 @@ public function testDocFirstStepsInstallation(AcceptanceTester $I)
5252
$I->seeResponseCodeIs(HttpCode::OK);
5353
$I->see('Installation', 'h1');
5454
$I->see('On this page', '.toc-title');
55-
$I->seeNumberOfElements('.content>h2', 2);
56-
$I->seeNumberOfElements('.content>p', 6);
57-
$I->seeNumberOfElements('.content>pre', 3);
55+
$I->seeNumberOfElements('.content>h2', 3);
56+
$I->seeNumberOfElements('.content>p', 9);
57+
$I->seeNumberOfElements('.content>pre', 5);
5858
}
5959

6060
public function testDocFirstStepsConfiguration(AcceptanceTester $I)

0 commit comments

Comments
 (0)