From ad95ca4e8657fc0dc724158386f3dc1f93546675 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 14 Feb 2019 13:29:57 +0000 Subject: [PATCH 1/3] 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 aa7fe58fa2..7840d776cd 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()); From 7c94437177d802448f97e1db80239b1260bca76f Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 14 Feb 2019 15:40:58 +0000 Subject: [PATCH 2/3] Add snipping lines to welcome page without guests --- res/welcome.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/welcome.html b/res/welcome.html index ba5d8d69a2..8bdfa86170 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -166,6 +166,7 @@ h1::after {
_t("Create Account")
+
_t("Need help?")
@@ -180,5 +181,6 @@ h1::after {
+ From fc12d62d4b33d69f79d58e8f5b7b03f7a8481e73 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 14 Feb 2019 16:22:50 +0000 Subject: [PATCH 3/3] Add context on snipping lines --- res/welcome.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/welcome.html b/res/welcome.html index 8bdfa86170..ba368b317b 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -166,6 +166,10 @@ h1::after {
_t("Create Account")
+