We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MatrixChat
1 parent 48044f3 commit e68583aCopy full SHA for e68583a
test/app-tests/loading-test.tsx
@@ -592,6 +592,11 @@ describe("loading:", function () {
592
593
return tokenLoginCompletePromise;
594
})
595
+ .then(() => {
596
+ return expectAndAwaitSync().catch((e) => {
597
+ throw new Error("Never got /sync after login: did the client start?");
598
+ });
599
+ })
600
.then(() => {
601
// check that the localstorage has been set up in such a way that
602
// the reloaded app can pick up where we leave off.
0 commit comments