Merge pull request #8625 from vector-im/dbkr/remove_white_screen_of_welcome

Add home page to fix loading tests
This commit is contained in:
David Baker
2019-02-14 13:46:39 +00:00
committed by GitHub

View File

@@ -149,6 +149,9 @@ describe('loading:', function() {
const config = Object.assign({
default_hs_url: DEFAULT_HS_URL,
default_is_url: DEFAULT_IS_URL,
embeddedPages: {
homeUrl: 'data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==',
},
}, opts.config || {});
PlatformPeg.set(new WebPlatform());