mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 13:09:26 +00:00
hotfix for calendar_spec.js (used data now returns 20 events) (#3533)
fixes #3532
This commit is contained in:
@@ -95,7 +95,7 @@ describe("Calendar module", () => {
|
||||
});
|
||||
|
||||
it("should show multiple events with the same title and start time from different calendars", async () => {
|
||||
await expect(testElementLength(".calendar .event", 22)).resolves.toBe(true);
|
||||
await expect(testElementLength(".calendar .event", 20)).resolves.toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user