Test: don't unmount MatrixChat before setup is finished (#25783)
This commit is contained in:
@@ -592,6 +592,11 @@ describe("loading:", function () {
|
|||||||
|
|
||||||
return tokenLoginCompletePromise;
|
return tokenLoginCompletePromise;
|
||||||
})
|
})
|
||||||
|
.then(() => {
|
||||||
|
return expectAndAwaitSync().catch((e) => {
|
||||||
|
throw new Error("Never got /sync after login: did the client start?");
|
||||||
|
});
|
||||||
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
// check that the localstorage has been set up in such a way that
|
// check that the localstorage has been set up in such a way that
|
||||||
// the reloaded app can pick up where we leave off.
|
// the reloaded app can pick up where we leave off.
|
||||||
|
|||||||
Reference in New Issue
Block a user