Skip to content

Commit 5f2bf1e

Browse files
authored
Update calendar_spec.js
remove test comment
1 parent 22020f8 commit 5f2bf1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/electron/modules/calendar_spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ describe("Calendar module", () => {
1212
await expect(elem.isVisible()).resolves.toBe(true);
1313
return true;
1414
};
15-
//doTestTableContent(".testNotification tr", "td.elementCount", "12", first)).resolves.toBe(true);
16-
15+
1716
const doTestCount = async (locator = ".calendar .event") => {
1817
expect(global.page).not.toBeNull();
1918
const loc = await global.page.locator(locator);

0 commit comments

Comments
 (0)