Release Contact Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 11:45:06 +02:00
parent 991bebd0d9
commit eb7ff7ae8f
27 changed files with 1356 additions and 110 deletions
+1 -1
View File
@@ -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();