Set title on MagicMirror² for index.html

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-07-25 11:00:38 -04:00
parent bf24ee369f
commit 41ce3db8f9
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {