diff --git a/tests/codeception/functional/Install/Content/FlexiblePageCest.php b/tests/codeception/functional/Install/Content/FlexiblePageCest.php index 559d787002..f6d6e39b52 100644 --- a/tests/codeception/functional/Install/Content/FlexiblePageCest.php +++ b/tests/codeception/functional/Install/Content/FlexiblePageCest.php @@ -91,7 +91,7 @@ public function testHeroParagraph(FunctionalTester $I) { // Prevent JS alerts from firing before loading a new page. $I->executeJS('window.onbeforeunload = undefined;'); $I->fillField('Title', 'Demo Basic Page'); - $I->click('#edit-field-hs-page-components-add-more-add-modal-form-area-add-more'); + $I->click('#field-hs-page-components-values .paragraphs-features__add-in-between__button'); $I->waitForText('Add Component'); $I->fillField('.paragraphs-ee-add-dialog input[type="search"]', 'Banner'); $I->click('Banner image with full overlay and text', '.paragraphs-ee-add-dialog');