mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge pull request #971 from roramirez/set-title-magicmirror-2
Set title on MagicMirror² for index.html
This commit is contained in:
commit
1eb10e3c22
@ -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" />
|
||||||
|
|
||||||
|
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user