mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-23 05:20:03 +00:00
hotfix for calendar_spec.js (used data now returns 20 events) (#3533)
fixes #3532
This commit is contained in:
@@ -30,6 +30,7 @@ _This release is scheduled to be released on 2024-10-01._
|
|||||||
- [weather] Fixed issue with the UK Met Office provider following a change in their API paths and header info.
|
- [weather] Fixed issue with the UK Met Office provider following a change in their API paths and header info.
|
||||||
- [core] add check for node_helper loading for multiple instances of same module (#3502)
|
- [core] add check for node_helper loading for multiple instances of same module (#3502)
|
||||||
- [weather] Fixed issue for respecting unit config on broadcasted notifications
|
- [weather] Fixed issue for respecting unit config on broadcasted notifications
|
||||||
|
- [tests] Fixes calendar e2e test (#3532)
|
||||||
|
|
||||||
## [2.28.0] - 2024-07-01
|
## [2.28.0] - 2024-07-01
|
||||||
|
|
||||||
|
@@ -95,7 +95,7 @@ describe("Calendar module", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("should show multiple events with the same title and start time from different calendars", async () => {
|
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