Skip to content

Commit

Permalink
test(SHS-5958): Update test to refelect new buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
codechefmarc committed Dec 4, 2024
1 parent 3ed4c8e commit 338c3ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 338c3ca

Please sign in to comment.