feat: enhance noise removal tool tests and update Docker configurations for GPU support

This commit is contained in:
ashim-hq
2026-04-20 12:27:07 +08:00
parent d3c3ce0e32
commit e20418c3e1
7 changed files with 74 additions and 23 deletions
+4 -2
View File
@@ -196,8 +196,10 @@ test.describe("Automate Page", () => {
await expect(page.getByPlaceholder("Pipeline name")).not.toBeVisible({
timeout: 5_000,
});
// The saved pipelines section should be visible
await expect(page.getByText("SAVED PIPELINES")).toBeVisible();
// The saved pipeline should appear by name
await expect(page.getByText(uniqueName).first()).toBeVisible({
timeout: 5_000,
});
});
// --- Pipeline Execution ---