@@ -20,7 +20,7 @@ describe("Schema Tools", () => {
|
||||
);
|
||||
expect(screen.getByText("focused validation")).toBeVisible();
|
||||
expect(screen.getAllByText("structural only")).toHaveLength(2);
|
||||
await userEvent.click(screen.getByRole("tab", { name: "Validate" }));
|
||||
await userEvent.click(screen.getByRole("button", { name: "Validate" }));
|
||||
await userEvent.click(
|
||||
screen.getByRole("button", { name: "Validate instance" }),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user