mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
MagicMirror -> MagicMirror²
This commit is contained in:
@@ -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²");
|
||||
|
Reference in New Issue
Block a user