Skip to content

Commit ad95ca4

Browse files
committed
Add home page to fix loading tests
1 parent f6dc8a9 commit ad95ca4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/app-tests/loading.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ describe('loading:', function() {
149149
const config = Object.assign({
150150
default_hs_url: DEFAULT_HS_URL,
151151
default_is_url: DEFAULT_IS_URL,
152+
embeddedPages: {
153+
homeUrl: 'data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==',
154+
},
152155
}, opts.config || {});
153156

154157
PlatformPeg.set(new WebPlatform());

0 commit comments

Comments
 (0)