Skip to content

Commit

Permalink
[BUGFIX] Make sure collapsible in list module is visible during test
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Feb 7, 2025
1 parent 3eb47bf commit 358d0ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function canSeeConsentInBackendListModule(Tests\Acceptance\Support\Accept
$I->openModule(Tests\Acceptance\Support\Enums\Selectors::ListModule->value);

$I->seeElement(Tests\Acceptance\Support\Enums\Selectors::ConsentListCollapsible->value);
$I->scrollToElementInModule(Tests\Acceptance\Support\Enums\Selectors::ConsentListItemTitle->value);
$I->click(Tests\Acceptance\Support\Enums\Selectors::ConsentListItemTitle->value);
$I->waitForText('Submitted form data', 5);
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"codeception/module-asserts": "^3.0",
"codeception/module-db": "^3.1",
"codeception/module-webdriver": "^4.0",
"eliashaeussler/typo3-codeception-helper": "^1.0",
"eliashaeussler/typo3-codeception-helper": "^1.2",
"eliashaeussler/typo3-form-consent-test-extension": "1.0.0",
"eliashaeussler/version-bumper": "^2.1.1",
"helhum/config-loader": "^0.12.5",
Expand Down
19 changes: 11 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 358d0ce

Please sign in to comment.