test: add e2e tests for edit-metadata tool

This commit is contained in:
Siddharth Kumar Sah
2026-04-06 19:35:25 +08:00
parent 492eeb0f96
commit 7962887387
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ const TOOLS_WITH_DROPZONE = [
{ id: "convert", name: "Convert" },
{ id: "compress", name: "Compress" },
{ id: "strip-metadata", name: "Strip Metadata" },
{ id: "edit-metadata", name: "Edit Metadata" },
{ id: "bulk-rename", name: "Bulk Rename" },
{ id: "image-to-pdf", name: "Image to PDF" },
{ id: "favicon", name: "Favicon" },