Skip to content

Commit 6596b03

Browse files
o-bagarvinhicking
authored andcommitted
[BUGFIX] Ensure correct module is bookmarked in acceptance tests
By manually selecting the expected module, we ensure the bookmarks test can be executed on its own, without any cross dependencies. Resolves: #107513 Related: #107492 Releases: main, 13.4 Change-Id: I1647e1c11b8022bbc51efe8ae8800146c3b2c642 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/90750 Tested-by: Garvin Hicking <garvin@hick.ing> Reviewed-by: Garvin Hicking <garvin@hick.ing>
1 parent 6a69d21 commit 6596b03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

typo3/sysext/core/Tests/Acceptance/Application/Topbar/BookmarkCest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ public function checkThatAddingABookmarkAddsItemToTheBookmarkList(ApplicationTes
5555

5656
$I->switchToContentFrame();
5757

58+
$I->selectOption('select[name=moduleMenu]', 'Scheduled tasks');
59+
$I->waitForElementVisible('[data-module-name="scheduler_manage"]');
60+
$I->see('Scheduled tasks');
61+
5862
$I->click(self::$docHeaderBookmarkButtonSelector);
5963
$I->waitForElementVisible('.module-docheader .dropdown-menu');
6064
$I->click('.module-docheader .dropdown-menu button:nth-of-type(1)');

0 commit comments

Comments
 (0)