mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Try fixing test
This commit is contained in:
parent
21c3179e03
commit
ed316e8bf3
@ -93,8 +93,7 @@ describe("Clock module", function () {
|
||||
|
||||
it("should show not show the time when digital clock is shown", async function () {
|
||||
await app.client.waitUntilWindowLoaded();
|
||||
const digital = await app.client.$(".clock .digital");
|
||||
const time = await digital.$$(".time");
|
||||
const time = await app.client.$$(".clock .digital .time");
|
||||
return expect(time.length).toBe(0);
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user