mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
tests: flaky language test
This commit is contained in:
parent
21d03c1924
commit
86d3eabcd8
1 changed files with 6 additions and 1 deletions
|
@ -69,7 +69,12 @@ describe('Language select and change', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('changes direction when picking an rtl lang', async 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$;
|
const chrome$ = helper.padChrome$;
|
||||||
|
|
||||||
// click on the settings button to make settings visible
|
// click on the settings button to make settings visible
|
||||||
|
|
Loading…
Reference in a new issue