Skip to content

Commit

Permalink
fix(shs-5958): fix private page tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cienvaras committed Dec 5, 2024
1 parent df15c7a commit aec9d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function testPrivatePageContent(FunctionalTester $I) {
$I->fillField('Title', 'Test Private Page');
foreach ($this->fieldsToCheck as $component => $component_info) {
$I->scrollTo('table[id^="field-hs-priv-page-components-values"] tr:last-child .paragraphs-features__add-in-between__button');
$I->click('#field-hs-priv-page-components-values tr:last-child .paragraphs-features__add-in-between__button');
$I->click('table[id^="field-hs-priv-page-components-values"] tr:last-child .paragraphs-features__add-in-between__button');
$I->waitForText('Add Component');
$I->fillField('.paragraphs-ee-add-dialog input[type="search"]', $component);
$I->click($component_info['component_button_name'], '.paragraphs-ee-add-dialog');
Expand Down

0 comments on commit aec9d46

Please sign in to comment.