Merge pull request #12552 from vector-im/jryans/safari-e2e-idb

Update loading test for JS SDK IDB change
pull/12561/head
J. Ryan Stinnett 2020-02-27 16:48:16 +00:00 committed by GitHub
commit 6bc79ad54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() {