Skip to content

Commit

Permalink
test(SHS-5958): Update testPostCard test for new add in between buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
codechefmarc committed Dec 4, 2024
1 parent 338c3ca commit 3ed393a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public function testPostCard(FunctionalTester $I) {
$I->logInWithRole('contributor');
$I->amOnPage('/node/add/hs_basic_page');
$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"]', 'Postcard');
$I->click('Postcard', '.paragraphs-ee-add-dialog');
Expand Down

0 comments on commit 3ed393a

Please sign in to comment.