hotfix for calendar_spec.js (used data now returns 20 events) (#3533)

fixes #3532
This commit is contained in:
Karsten Hassel
2024-09-13 23:52:34 +02:00
committed by GitHub
parent bca5d9c845
commit 3380314c11
2 changed files with 2 additions and 1 deletions

View File

@@ -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);
});
});