mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
language test rtl: increase timeout
This commit is contained in:
parent
ced7e8471e
commit
b282de0c42
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ 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);
|
this.timeout(2000);
|
||||||
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…
Add table
Add a link
Reference in a new issue