We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c918893 commit 9032101Copy full SHA for 9032101
e2e/plugin-test/index.spec.ts renamed to e2e/plugin-test/index.e2e.spec.ts
@@ -55,7 +55,7 @@ describe("E2E tests", () => {
55
});
56
57
it("should perform some calculations", async () => {
58
- screen.config.resourceDirectory = "../assets";
+ screen.config.resourceDirectory = "./e2e/assets";
59
await assert.isVisible("mouse.png");
60
await assert.isVisible("desktop.png");
61
await openXfceMenu();
0 commit comments