test(web): align unit + e2e expectations with section routes

This commit is contained in:
SnapOtter
2026-06-20 23:35:37 +08:00
parent 0689ae554f
commit 5dbbac6c43
10 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ test.describe("Tool processing (core tools)", () => {
});
test("adjust-colors processes image", async ({ loggedInPage: page }) => {
await page.goto("/adjust-colors");
await page.goto("/image/adjust-colors");
await uploadTestImage(page);
// Adjust brightness to non-zero so processing makes a change
const brightnessSlider = page.locator("input[type='range']").first();