Release Random Tools 0.1.1
This commit is contained in:
@@ -12,6 +12,8 @@ describe("Random Tools", () => {
|
||||
expect(
|
||||
await screen.findByRole("heading", { name: "Random Tools" }),
|
||||
).toBeVisible();
|
||||
expect(await screen.findByText("WebCrypto by default")).toBeVisible();
|
||||
expect(await screen.findByText("No network requests")).toBeVisible();
|
||||
expect(screen.getByRole("tab", { name: "Draws" })).toBeVisible();
|
||||
expect(screen.queryByText(/RANDOM\.ORG/iu)).not.toBeInTheDocument();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user