Skip to content

Commit 2ae2335

Browse files
authored
Merge pull request #229 from b13/bugfix/localization-process
[BUGFIX] skip localization option
2 parents da47198 + 4aba89e commit 2ae2335

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Tests/Acceptance/Backend/LayoutCest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,12 @@ public function canTranslateChildWithTranslationModule(BackendTester $I, PageTre
229229
$I->waitForElement('.t3js-localization-option');
230230
if ((new Typo3Version())->getMajorVersion() < 11) {
231231
$I->click('.t3js-localization-option');
232+
$I->click('Next');
233+
$I->waitForElement('div[data-slide="localize-summary"]');
234+
} else {
235+
$I->waitForElement('div[data-bs-slide="localize-summary"]');
232236
}
233237
$I->wait(1);
234-
$I->click('Next');
235-
$I->wait(1);
236238
$I->see('(212) headerOfChild');
237239
}
238240

0 commit comments

Comments
 (0)