feat(cv): rebuild professional resume studio
This commit is contained in:
@@ -68,7 +68,7 @@ test("returning workspace shows missing profile information and recent general a
|
||||
expect(await screen.findByText("Backend CV")).toBeInTheDocument();
|
||||
expect(screen.getAllByText("General CV").length).toBeGreaterThan(1);
|
||||
expect(screen.getByText("Job-specific")).toBeInTheDocument();
|
||||
expect(screen.getAllByRole("link", { name: "Open", exact: true })[0]).toHaveAttribute("href", "/career/builder/8");
|
||||
expect(screen.getAllByRole("link", { name: /^Open$/ })[0]).toHaveAttribute("href", "/career/builder/8");
|
||||
});
|
||||
|
||||
test.each([
|
||||
|
||||
Reference in New Issue
Block a user