diff --git a/tests/codeception/acceptance/SubThemeCest.php b/tests/codeception/acceptance/SubThemeCest.php index 0068b90e9..c761b4898 100644 --- a/tests/codeception/acceptance/SubThemeCest.php +++ b/tests/codeception/acceptance/SubThemeCest.php @@ -154,7 +154,7 @@ public function testMinimalSubtheme(AcceptanceTester $I) { $I->canSeeResponseCodeIs(200); $I->seeInSource(''); $I->dontSeeElement('.su-brand-bar__logo'); - $I->dontSeeElement('.su-global-footer__container'); + $I->doSeeElement('.su-global-footer__container'); $I->dontSeeElement('.su-brand-bar--default'); }