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 56e40a5 commit bc12420
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ public function testPrivatePageContent(FunctionalTester $I) {
$I->amOnPage('/node/add/hs_private_page');
$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 bc12420

Please sign in to comment.