mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #12552 from vector-im/jryans/safari-e2e-idb
Update loading test for JS SDK IDB change
This commit is contained in:
commit
6bc79ad54a
@ -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
Block a user