From 41ce3db8f9257bfcd33890e45764ea9080eeb70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Tue, 25 Jul 2017 11:00:38 -0400 Subject: [PATCH] =?UTF-8?q?Set=20title=20on=20MagicMirror=C2=B2=20for=20in?= =?UTF-8?q?dex.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- tests/e2e/env_spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 85951a85..f3e8d12f 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - Magic Mirror + MagicMirror² diff --git a/tests/e2e/env_spec.js b/tests/e2e/env_spec.js index 50be0825..9454b92e 100644 --- a/tests/e2e/env_spec.js +++ b/tests/e2e/env_spec.js @@ -50,7 +50,7 @@ describe("Electron app environment", function() { .should.eventually.have.property("height") .and.be.above(0) .browserWindow.getTitle() - .should.eventually.equal("Magic Mirror"); + .should.eventually.equal("MagicMirror²"); }); it("get request from http://localhost:8080 should return 200", function(done) {