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

This commit is contained in:
2026-09-02 12:28:20 +02:00
parent e4aa85a503
commit 4f61d001ab
30 changed files with 1179 additions and 85 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ describe("Random Tools", () => {
await screen.findByRole("heading", { name: "Random Tools" }),
).toBeVisible();
expect(await screen.findByText("No network requests")).toBeVisible();
expect(screen.getByRole("tab", { name: "Draws" })).toBeVisible();
expect(screen.getByRole("button", { name: "Draws" })).toBeVisible();
expect(screen.queryByText(/RANDOM\.ORG/iu)).not.toBeInTheDocument();
});
});