Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswinkler committed Oct 30, 2024
1 parent ab28d5a commit 1463ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screenshot/helper.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe("startup", () => {
expect(options.browser).toBe("chrome");
expect(options.quiet).toBe(true);
expect(options.testingType).toBe("e2e");
expect(options.config.e2e.baseUrl).toBe("http://localhost:8080");
expect(options.config.e2e.baseUrl).toBe(undefined);
expect(options.config.e2e.screenshotsFolder).toBe(
"/home/user/test/c8yscrn"
);
Expand Down

0 comments on commit 1463ce5

Please sign in to comment.