Skip to content

Commit 366c70a

Browse files
committed
Changed errors
1 parent ae53974 commit 366c70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codeception/acceptance/SystemCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function testSiteStatus(AcceptanceTester $I) {
1616
$I->amOnPage('/admin/reports/status');
1717
$I->canSee('10.5', '.system-status-general-info');
1818
if ($I->grabMultiple('.system-status-counter--error')) {
19-
$I->canSee('1 Error', '.system-status-counter--error');
19+
$I->canSee('3 Error', '.system-status-counter--error');
2020
$I->canSee('Access to update.php ', '.system-status-report__status-icon--error');
2121
}
2222

0 commit comments

Comments
 (0)