Skip to content

Commit

Permalink
hotfix for calendar_spec.js (used data now returns 20 events)
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel committed Sep 12, 2024
1 parent bca5d9c commit d82d2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- [core] add check for node_helper loading for multiple instances of same module (#3502)
- [weather] Fixed issue for respecting unit config on broadcasted notifications
- [tests] Fixes calendar e2e test (#3532)

## [2.28.0] - 2024-07-01

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/modules/calendar_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
});

Expand Down

0 comments on commit d82d2ca

Please sign in to comment.