mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
more realistic timeouts for slower devices
This commit is contained in:
parent
21736122a0
commit
5d276944a8
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ describe('Chat messages and UI', function () {
|
|||
});
|
||||
|
||||
it('makes chat stick to right side of the screen via settings, remove sticky via settings, close it', async function () {
|
||||
this.timeout(2000);
|
||||
this.timeout(5000);
|
||||
await helper.showSettings();
|
||||
|
||||
await helper.enableStickyChatviaSettings();
|
||||
|
@ -67,7 +67,7 @@ describe('Chat messages and UI', function () {
|
|||
});
|
||||
|
||||
it('makes chat stick to right side of the screen via icon on the top right, remove sticky via icon, close it', async function () {
|
||||
this.timeout(2000);
|
||||
this.timeout(5000);
|
||||
await helper.showChat();
|
||||
|
||||
await helper.enableStickyChatviaIcon();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue