Skip to content

Commit 3fb6794

Browse files
committed
(#5) Updated window E2E test
1 parent 272d6ef commit 3fb6794

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.e2e.spec.ts

-3
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ describe("E2E window demo", () => {
103103
it("should list gnome-calculator", async () => {
104104
jest.setTimeout(30000);
105105
screen.config.resourceDirectory = "./e2e/assets";
106-
await assert.isVisible("mouse.png");
107-
await assert.isVisible("desktop.png");
108-
await openXfceMenu();
109106
await run("uxterm");
110107
await sleep(1500);
111108
const foregroundWindow = await activeWindow();

0 commit comments

Comments
 (0)