Skip to content

Commit d6835d6

Browse files
committed
force fail on e2e calendar tests to see content, determine what failed
1 parent d973ed9 commit d6835d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/modules/calendar_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe("Calendar module", () => {
5353
});
5454

5555
it("should show the custom maximumEntries of 5", async () => {
56-
await expect(testElementLength(".calendar .event", 5)).resolves.toBe(true);
56+
await expect(testElementLength(".calendar .event", 6)).resolves.toBe(true);
5757
});
5858

5959
it("should show the custom calendar symbol in four events", async () => {

0 commit comments

Comments
 (0)