Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Oct 24, 2024
1 parent 05ee585 commit a9b3c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeception/acceptance/SubThemeCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function testMinimalSubtheme(AcceptanceTester $I) {
$I->canSeeResponseCodeIs(200);
$I->seeInSource('<span class="su-lockup__wordmark"></span>');
$I->dontSeeElement('.su-brand-bar__logo');
$I->dontSeeElement('.su-global-footer__container');
$I->doSeeElement('.su-global-footer__container');
$I->dontSeeElement('.su-brand-bar--default');
}

Expand Down

0 comments on commit a9b3c58

Please sign in to comment.