Skip to content

Commit 8d4e1fb

Browse files
committed
[TASK] BE markup changed
1 parent 8bbdbaf commit 8d4e1fb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Tests/Acceptance/Support/BackendTester.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,12 @@ public function selectGermanInLanguageMenu(): void
121121
} else {
122122
$this->waitForText('english');
123123
//$this->click('english');
124-
$this->click('.module-docheader-bar-column button');
124+
if ((new Typo3Version())->getBranch() === '14.1') {
125+
$this->click('.module-docheader-bar-column button');
126+
} else {
127+
$this->click('.module-docheader-column button.dropdown-toggle');
128+
}
129+
125130
$this->waitForText('german');
126131
$this->click('german');
127132
}

0 commit comments

Comments
 (0)