mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: enhance noise removal tool tests and update Docker configurations for GPU support
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user