mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Reverted changes to test case for calendar
This commit is contained in:
parent
3c5d50bce9
commit
f288581c69
@ -51,11 +51,11 @@ describe("Calendar module", function () {
|
|||||||
process.env.MM_CONFIG_FILE = "tests/configs/modules/calendar/custom.js";
|
process.env.MM_CONFIG_FILE = "tests/configs/modules/calendar/custom.js";
|
||||||
});
|
});
|
||||||
|
|
||||||
// it("should show the custom maximumEntries of 4", async () => {
|
it("should show the custom maximumEntries of 4", async () => {
|
||||||
// await app.client.waitUntilTextExists(".calendar", "TestEvent", 10000);
|
await app.client.waitUntilTextExists(".calendar", "TestEvent", 10000);
|
||||||
// const events = await app.client.$$(".calendar .event");
|
const events = await app.client.$$(".calendar .event");
|
||||||
// return expect(events.length).equals(4);
|
return expect(events.length).equals(4);
|
||||||
// });
|
});
|
||||||
|
|
||||||
it("should show the custom calendar symbol in each event", async () => {
|
it("should show the custom calendar symbol in each event", async () => {
|
||||||
await app.client.waitUntilTextExists(".calendar", "TestEvent", 10000);
|
await app.client.waitUntilTextExists(".calendar", "TestEvent", 10000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user