Skip to content

Commit

Permalink
[BUGFIX] Stabilize Page Tree acceptance tests
Browse files Browse the repository at this point in the history
Make sure that the first root node is selected before
the tests are executed.

Resolves: #93471
Releases: master, 10.4
Change-Id: I8d2b973a8d7e0a6f94db39967b8710474502335b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67673
Tested-by: core-ci <typo3@b13.com>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
  • Loading branch information
haassie authored and georgringer committed Feb 9, 2021
1 parent 38121e3 commit ac4b783
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -40,6 +40,7 @@ public function _before(BackendTester $I, PageTree $pageTree)
$I->click('List');
$pageTree->openPath(['Root']);
$I->waitForElement('#typo3-pagetree-tree .nodes .node', 5);
$I->waitForElement('#identifier-0_1[tabindex="0"]', 5);
}

/**
Expand Down

0 comments on commit ac4b783

Please sign in to comment.