mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 05:07:05 +00:00
Use project URL in fallback config (#3656)
This commit is contained in:
committed by
GitHub
parent
5232f46d44
commit
5b3b40da66
@@ -15,9 +15,9 @@ describe("Check configuration without modules", () => {
|
||||
expect(elem.textContent).toContain("MagicMirror²");
|
||||
});
|
||||
|
||||
it("shows the url of michael's website", async () => {
|
||||
it("shows the project URL", async () => {
|
||||
const elem = await helpers.waitForElement("#module_5_helloworld .module-content");
|
||||
expect(elem).not.toBeNull();
|
||||
expect(elem.textContent).toContain("www.michaelteeuw.nl");
|
||||
expect(elem.textContent).toContain("https://magicmirror.builders/");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user