timeouts
parent
a908bbee8e
commit
14db2e52c2
|
@ -22,7 +22,7 @@ describe('change username value', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Own user name is shown when you enter a chat', async function () {
|
it('Own user name is shown when you enter a chat', async function () {
|
||||||
this.timeout(500);
|
this.timeout(1000);
|
||||||
helper.toggleUserList();
|
helper.toggleUserList();
|
||||||
helper.setUserName('😃');
|
helper.setUserName('😃');
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ describe('Language select and change', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('changes direction when picking an rtl lang', function (done) {
|
it('changes direction when picking an rtl lang', function (done) {
|
||||||
this.timeout(500);
|
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 New Issue