1 parent cc144da commit 130c8a3Copy full SHA for 130c8a3
3 files changed
packages/app/e2e/separate.spec.ts
@@ -32,7 +32,7 @@ test("separates a clip fully client-side", async ({ page }) => {
32
await expect(page.getByTestId("model-progress")).toContainText(
33
"htdemucs.onnx",
34
);
35
- await expect(page.locator("#status")).toContainText("done in", {
+ await expect(page.locator("#status")).toContainText("Done in", {
36
timeout: 300_000,
37
});
38
await expect(page.getByTestId("timing-summary")).toContainText("Inference");
0 commit comments