MagicMirror -> MagicMirror²

This commit is contained in:
Kristjan SCHMIDT
2022-01-26 23:47:51 +01:00
parent 7e79547973
commit 6f27e5ae07
35 changed files with 51 additions and 51 deletions

View File

@@ -4,7 +4,7 @@ const express = require("express");
const app = express();
const basicAuth = auth({
realm: "MagicMirror Area restricted.",
realm: "MagicMirror² Area restricted.",
users: { MagicMirror: "CallMeADog" }
});

View File

@@ -9,7 +9,7 @@ describe("Check configuration without modules", function () {
helpers.stopApplication();
});
it("Show the message MagicMirror title", function () {
it("Show the message MagicMirror² title", function () {
helpers.waitForElement("#module_1_helloworld .module-content").then((elem) => {
expect(elem).not.toBe(null);
expect(elem.textContent).toContain("MagicMirror²");