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
commit 1eb10e3c22
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Magic Mirror</title> <title>MagicMirror²</title>
<meta name="google" content="notranslate" /> <meta name="google" content="notranslate" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" />

View File

@ -50,7 +50,7 @@ describe("Electron app environment", function() {
.should.eventually.have.property("height") .should.eventually.have.property("height")
.and.be.above(0) .and.be.above(0)
.browserWindow.getTitle() .browserWindow.getTitle()
.should.eventually.equal("Magic Mirror"); .should.eventually.equal("MagicMirror²");
}); });
it("get request from http://localhost:8080 should return 200", function(done) { it("get request from http://localhost:8080 should return 200", function(done) {