Skip to content

Commit d71f496

Browse files
committed
remove dead test line fro test runner
1 parent 577d797 commit d71f496

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/electron/modules/calendar_spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ describe("Calendar module", () => {
294294
describe("count events broadcast", () => {
295295
it("get 12 with maxentries set to 1", async () => {
296296
await helpers.startApplication("tests/configs/modules/calendar/countCalendarEvents.js", "01 Jan 2024 12:30:00 GMT-076:00", ["js/electron.js"], "America/Chicago");
297-
//await new Promise((r) => setTimeout(r, 60000));
298297
await expect(doTestTableContent(".testNotification", ".elementCount", "12", first)).resolves.toBe(true);
299298
});
300299
});

0 commit comments

Comments
 (0)