Skip to content

Commit

Permalink
test(SHS-5958): Add a wait in test to make sure JS add in between but…
Browse files Browse the repository at this point in the history
…tons load
  • Loading branch information
codechefmarc committed Dec 4, 2024
1 parent 0040930 commit 0c1e3ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public function testPrivatePageContent(FunctionalTester $I) {
$I->fillField('Title', 'Test Private Page');
foreach ($this->fieldsToCheck as $component => $component_info) {
$I->scrollTo('.field--name-field-priv-wysiwyg-files');
$I->wait(3);
$I->click('#field-hs-priv-page-components-values .paragraphs-features__add-in-between__button');
$I->waitForText('Add Component');
$I->fillField('.paragraphs-ee-add-dialog input[type="search"]', $component);
Expand Down

0 comments on commit 0c1e3ea

Please sign in to comment.