@@ -14,7 +14,7 @@ describe("Contact Tools", () => {
|
||||
await screen.findByRole("heading", { name: "Contact Tools" }),
|
||||
).toBeVisible();
|
||||
await userEvent.click(
|
||||
await screen.findByRole("tab", { name: "Duplicates" }),
|
||||
await screen.findByRole("button", { name: "Duplicates" }),
|
||||
);
|
||||
expect(screen.getByText(/same normalized email/u)).toBeVisible();
|
||||
expect(screen.getByText("Browser-local")).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user