Skip to content

Commit

Permalink
update acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Dec 18, 2023
1 parent 97cbf99 commit 181a168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeception/acceptance/SystemCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function testSiteStatus(AcceptanceTester $I) {
$I->runDrush('xmlsitemap:rebuild');
$I->logInWithRole('administrator');
$I->amOnPage('/admin/reports/status');
$I->canSee('10.1', '.system-status-general-info');
$I->canSee('10.2', '.system-status-general-info');
if ($I->grabMultiple('.system-status-counter--error')) {
$I->canSee('1 Error', '.system-status-counter--error');
$I->canSee('Access to update.php ', '.system-status-report__status-icon--error');
Expand Down

0 comments on commit 181a168

Please sign in to comment.