Style plugin actions and clean local artifacts

This commit is contained in:
2026-04-29 13:49:02 +08:00
parent b1f2db8552
commit 4f1f80b79b
4 changed files with 103 additions and 16 deletions
+2 -2
View File
@@ -293,8 +293,8 @@ describe("market-content-entry", () => {
const batchSubmitButton = document.querySelector(
'[data-plugin-batch-submit="button"]'
) as HTMLButtonElement | null;
expect(exportButton?.style.backgroundColor).toBe("rgb(254, 52, 110)");
expect(batchSubmitButton?.style.backgroundColor).toBe("rgb(254, 52, 110)");
expect(exportButton?.style.backgroundColor).toBe("rgb(127, 29, 45)");
expect(batchSubmitButton?.style.backgroundColor).toBe("rgb(127, 29, 45)");
expect(exportButton?.style.color).toBe("rgb(255, 255, 255)");
expect(batchSubmitButton?.style.color).toBe("rgb(255, 255, 255)");
});