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 12f870b commit ed52942Copy full SHA for ed52942
tests/e2e/modules/calendar_spec.js
@@ -42,7 +42,7 @@ describe("Calendar module", () => {
42
});
43
44
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);
+ await expect(testElementLength(".calendar .event .fa-calendar-days", 0, "not")).resolves.toBe(true);
46
47
48
0 commit comments