mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-19 14:06:17 -04:00
(#5) Updated window E2E test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user