(#5) Updated window E2E test

This commit is contained in:
Simon Hofmann
2020-08-11 18:08:47 +02:00
parent 272d6efc66
commit 3fb6794875
-3
View File
@@ -103,9 +103,6 @@ describe("E2E window demo", () => {
it("should list gnome-calculator", async () => {
jest.setTimeout(30000);
screen.config.resourceDirectory = "./e2e/assets";
await assert.isVisible("mouse.png");
await assert.isVisible("desktop.png");
await openXfceMenu();
await run("uxterm");
await sleep(1500);
const foregroundWindow = await activeWindow();