@@ -16,6 +16,10 @@ describe("Font Workbench", () => {
|
||||
"accept",
|
||||
expect.stringContaining(".woff2"),
|
||||
);
|
||||
expect(screen.getByLabelText("Open font")).toHaveAttribute(
|
||||
"accept",
|
||||
expect.stringContaining(".ttc"),
|
||||
);
|
||||
expect(screen.getByText(/Disposable worker/u)).toBeVisible();
|
||||
expect(screen.getByRole("status")).toHaveTextContent("Choose a local");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user