We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d973ed9 commit d6835d6Copy full SHA for d6835d6
tests/e2e/modules/calendar_spec.js
@@ -53,7 +53,7 @@ describe("Calendar module", () => {
53
});
54
55
it("should show the custom maximumEntries of 5", async () => {
56
- await expect(testElementLength(".calendar .event", 5)).resolves.toBe(true);
+ await expect(testElementLength(".calendar .event", 6)).resolves.toBe(true);
57
58
59
it("should show the custom calendar symbol in four events", async () => {
0 commit comments