mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-01 11:51:41 +02:00
Don't oversubscribe mocha resolution methods v2.1
This commit is contained in:
parent
c3ce52a6c0
commit
6452cdca04
@ -356,7 +356,7 @@ describe('loading:', function() {
|
|||||||
|
|
||||||
loadApp();
|
loadApp();
|
||||||
|
|
||||||
return awaitLoggedIn(matrixChat).then(() => {
|
awaitLoggedIn(matrixChat).then(() => {
|
||||||
// we are logged in - let the sync complete
|
// we are logged in - let the sync complete
|
||||||
return expectAndAwaitSync();
|
return expectAndAwaitSync();
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
@ -376,7 +376,7 @@ describe('loading:', function() {
|
|||||||
uriFragment: "#/room/!room:id",
|
uriFragment: "#/room/!room:id",
|
||||||
});
|
});
|
||||||
|
|
||||||
return awaitLoggedIn(matrixChat).then(() => {
|
awaitLoggedIn(matrixChat).then(() => {
|
||||||
// we are logged in - let the sync complete
|
// we are logged in - let the sync complete
|
||||||
return expectAndAwaitSync();
|
return expectAndAwaitSync();
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user