We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae53974 commit 366c70aCopy full SHA for 366c70a
tests/codeception/acceptance/SystemCest.php
@@ -16,7 +16,7 @@ public function testSiteStatus(AcceptanceTester $I) {
16
$I->amOnPage('/admin/reports/status');
17
$I->canSee('10.5', '.system-status-general-info');
18
if ($I->grabMultiple('.system-status-counter--error')) {
19
- $I->canSee('1 Error', '.system-status-counter--error');
+ $I->canSee('3 Error', '.system-status-counter--error');
20
$I->canSee('Access to update.php ', '.system-status-report__status-icon--error');
21
}
22
0 commit comments