Skip to content

Commit ed52942

Browse files
author
veeck
committed
fix tests
1 parent 12f870b commit ed52942

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
@@ -42,7 +42,7 @@ describe("Calendar module", () => {
4242
});
4343

4444
it("should show the default calendar symbol in each event", async () => {
45-
await expect(testElementLength(".calendar .event .fa-calendar-alt", 0, "not")).resolves.toBe(true);
45+
await expect(testElementLength(".calendar .event .fa-calendar-days", 0, "not")).resolves.toBe(true);
4646
});
4747
});
4848

0 commit comments

Comments
 (0)