Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese authored and pookmish committed Nov 1, 2024
1 parent 6a265bc commit 41a43bb
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->doSeeElement('.su-global-footer__container');
$I->seeElement('.su-global-footer__container');
$I->dontSeeElement('.su-brand-bar--default');
}

Expand Down

0 comments on commit 41a43bb

Please sign in to comment.