mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
test: update routes in tests
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user