tests: flaky language test

This commit is contained in:
webzwo0i 2022-09-24 20:11:50 +02:00
parent 21d03c1924
commit 86d3eabcd8
1 changed files with 6 additions and 1 deletions

View File

@ -69,7 +69,12 @@ describe('Language select and change', function () {
});
it('changes direction when picking an rtl lang', async function () {
this.timeout(1000);
// TODO: flaky
if (window.bowser.safari) {
this.timeout(5000);
} else {
this.timeout(1000);
}
const chrome$ = helper.padChrome$;
// click on the settings button to make settings visible