From ad95ca4e8657fc0dc724158386f3dc1f93546675 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 14 Feb 2019 13:29:57 +0000 Subject: [PATCH] Add home page to fix loading tests --- test/app-tests/loading.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/app-tests/loading.js b/test/app-tests/loading.js index aa7fe58fa24..7840d776cd7 100644 --- a/test/app-tests/loading.js +++ b/test/app-tests/loading.js @@ -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());