@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user