mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
test(web): align unit + e2e expectations with section routes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user