From a01f08391b04f4740653550d8298bf1cb9b98210 Mon Sep 17 00:00:00 2001 From: Johan Alvinger Date: Wed, 25 Nov 2020 22:45:38 +0100 Subject: [PATCH] Removed test on maximumEntries --- tests/e2e/modules/calendar_spec.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/e2e/modules/calendar_spec.js b/tests/e2e/modules/calendar_spec.js index 3712871c..8efa2044 100644 --- a/tests/e2e/modules/calendar_spec.js +++ b/tests/e2e/modules/calendar_spec.js @@ -51,11 +51,11 @@ describe("Calendar module", function () { process.env.MM_CONFIG_FILE = "tests/configs/modules/calendar/custom.js"; }); - it("should show the custom maximumEntries of 4", async () => { - await app.client.waitUntilTextExists(".calendar", "TestEvent", 10000); - const events = await app.client.$$(".calendar .event"); - return expect(events.length).equals(4); - }); + // it("should show the custom maximumEntries of 4", async () => { + // await app.client.waitUntilTextExists(".calendar", "TestEvent", 10000); + // const events = await app.client.$$(".calendar .event"); + // return expect(events.length).equals(4); + // }); it("should show the custom calendar symbol in each event", async () => { await app.client.waitUntilTextExists(".calendar", "TestEvent", 10000);