From e57db70f1da16e0d12a084f0f2bb4271bd7e786b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20D=C3=ADaz=20Soto?= Date: Wed, 4 Dec 2024 20:30:57 -0600 Subject: [PATCH] fix(shs-5958): fix video embed test --- .../codeception/functional/Install/Content/VideoEmbedCest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/codeception/functional/Install/Content/VideoEmbedCest.php b/tests/codeception/functional/Install/Content/VideoEmbedCest.php index af791ecc6..f9573d3d9 100644 --- a/tests/codeception/functional/Install/Content/VideoEmbedCest.php +++ b/tests/codeception/functional/Install/Content/VideoEmbedCest.php @@ -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');