Skip to content

Commit 9032101

Browse files
committed
(#279) Fix resource path
1 parent c918893 commit 9032101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/plugin-test/index.spec.ts renamed to e2e/plugin-test/index.e2e.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe("E2E tests", () => {
5555
});
5656

5757
it("should perform some calculations", async () => {
58-
screen.config.resourceDirectory = "../assets";
58+
screen.config.resourceDirectory = "./e2e/assets";
5959
await assert.isVisible("mouse.png");
6060
await assert.isVisible("desktop.png");
6161
await openXfceMenu();

0 commit comments

Comments
 (0)