test: align career workspace smoke
CI and Deploy / test (pull_request) Successful in 4m20s
CI and Deploy / deploy (pull_request) Has been skipped

This commit is contained in:
cesnimda
2026-08-10 09:26:32 +02:00
parent fa8241f34f
commit 75bf14417c
7 changed files with 30 additions and 17 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ test("Career Workspace loads from the authenticated application shell", async ({
await login(page);
await page.goto("/career");
await expect(page.getByRole("heading", { name: "Career Workspace" })).toBeVisible();
await expect(page.getByText(/job-specific CVs stay separate/i)).toBeVisible();
await expect(page.getByRole("link", { name: "Open CV Builder" })).toHaveAttribute("href", "/career/builder");
});
test("a public CV renders anonymously and downloads as PDF", async ({ page }) => {