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

This commit is contained in:
2026-09-02 09:34:59 +02:00
parent a49ec6b17a
commit fe578f46bd
47 changed files with 3337 additions and 253 deletions
+3 -1
View File
@@ -12,6 +12,8 @@ describe("Archive Tools", () => {
expect(
await screen.findByRole("heading", { name: "Archive Tools" }),
).toBeVisible();
expect(await screen.findByText("Browser-local")).toBeVisible();
expect(
await screen.findByText("Browser-local", {}, { timeout: 5_000 }),
).toBeVisible();
});
});