forked from matrix/element-web
Update loading test for JS SDK IDB change
Part of https://github.com/vector-im/riot-web/issues/12207
This commit is contained in:
parent
9b9d585af0
commit
c70bfe1f91
|
@ -307,7 +307,7 @@ describe('loading:', function() {
|
||||||
indexedDB,
|
indexedDB,
|
||||||
"matrix-js-sdk:crypto",
|
"matrix-js-sdk:crypto",
|
||||||
);
|
);
|
||||||
await cryptoStore._connect();
|
await cryptoStore.startup();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('shows the last known room by default', function() {
|
it('shows the last known room by default', function() {
|
||||||
|
|
Loading…
Reference in New Issue