Skip to content

Commit

Permalink
fix(shs-5958): fix video embed test
Browse files Browse the repository at this point in the history
  • Loading branch information
cienvaras committed Dec 5, 2024
1 parent bc12420 commit e57db70
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public function testVideoEmbed(FunctionalTester $I) {
$I->fillField('Title', $this->faker->words(3, TRUE));

// Add text field.
$I->scrollTo('#field-hs-page-components-values .paragraphs-features__add-in-between__button');
$I->click('Add Component');
$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"]', 'Text Area');
$I->click('Text Area', '.paragraphs-ee-add-dialog');
Expand Down

0 comments on commit e57db70

Please sign in to comment.