test: align career workspace smoke
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user