Merge remote-tracking branch 'roramirez_github/develop' into use-before-after-vendors

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-07-31 16:57:24 -04:00
9 changed files with 135 additions and 50 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) {