Skip to content

Commit

Permalink
Merge pull request #8625 from vector-im/dbkr/remove_white_screen_of_w…
Browse files Browse the repository at this point in the history
…elcome

Add home page to fix loading tests
  • Loading branch information
dbkr committed Feb 14, 2019
2 parents f6dc8a9 + ad95ca4 commit ec2af99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/app-tests/loading.js
Expand Up @@ -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());
Expand Down

0 comments on commit ec2af99

Please sign in to comment.