test: update routes in tests

This commit is contained in:
2026-09-10 20:40:49 +05:00
parent 33e3f3c4f0
commit 0160b316c9
8 changed files with 64 additions and 41 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export function trackErrors(page: Page): ErrorSink {
}
export async function openTool(page: Page, id: string): Promise<void> {
await page.goto(`/preview/tools/${id}`);
await page.goto(`/tools/${id}`);
await expect(page.locator(".schema-tool h1")).toBeVisible();
}