Skip to content

Commit 6875b66

Browse files
committed
update e2e test to expect normalized app name
1 parent e8b6d9e commit 6875b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/code/tests/e2e/tests/main-process.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ test.describe("Main Process", () => {
3636
return app.getPath("userData");
3737
});
3838

39-
expect(userDataPath).toContain("PostHog Code");
39+
expect(userDataPath).toContain("posthog-code");
4040
});
4141
});

0 commit comments

Comments
 (0)