test: add transparency-fixer to GUI AI tools and tools-all E2E tests

This commit is contained in:
SnapOtter
2026-05-06 10:39:15 +08:00
parent eb3d0828cb
commit 75e48f2738
2 changed files with 129 additions and 0 deletions
+2
View File
@@ -41,6 +41,7 @@ const TOOLS_WITH_DROPZONE = [
{ id: "vectorize", name: "Image to SVG" },
{ id: "gif-tools", name: "GIF" },
{ id: "noise-removal", name: "Noise Removal" },
{ id: "transparency-fixer", name: "Transparency Fixer" },
];
const TOOLS_WITHOUT_DROPZONE = [{ id: "qr-generate", name: "QR Code" }];
@@ -53,6 +54,7 @@ const AI_TOOL_IDS = new Set([
"blur-faces",
"smart-crop",
"noise-removal",
"transparency-fixer",
]);
test.describe("All tool pages render", () => {