Merge pull request #971 from roramirez/set-title-magicmirror-2

Set title on MagicMirror² for index.html
This commit is contained in:
Michael Teeuw
2017-07-31 15:04:54 +02:00
committed by GitHub
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) {