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

This commit is contained in:
2026-09-02 08:04:49 +02:00
parent 754608e52b
commit 0c47ec5105
30 changed files with 587 additions and 94 deletions
+1 -1
View File
@@ -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" }),
);