Skip to content

Commit 2b1d40a

Browse files
committed
[WIP] test tests
1 parent 8d25490 commit 2b1d40a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Acceptance/Backend/InfoModuleCest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ public function _before(BackendTester $I)
3030
public function canSeeContainerPageTsConfig(BackendTester $I, PageTree $pageTree, Scenario $scenario)
3131
{
3232
$typo3Version = new Typo3Version();
33-
if ($typo3Version->getMajorVersion() >= 12) {
34-
$scenario->skip('PageTsConfigModuleCest is used');
35-
}
3633
$I->click('Info');
3734
$I->waitForElement('#typo3-pagetree-tree .nodes .node');
3835
$pageTree->openPath(['home', 'pageWithContainer-6']);

0 commit comments

Comments
 (0)