Skip to content

Commit 130c8a3

Browse files
hi-ogawaOpenCode
andauthored
refactor: refine separation results layout (#52)
Co-authored-by: Hiroshi Ogawa <4232207+hi-ogawa@users.noreply.github.com> Co-authored-by: OpenCode <noreply@opencode.ai>
1 parent cc144da commit 130c8a3

3 files changed

Lines changed: 260 additions & 258 deletions

File tree

packages/app/e2e/separate.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test("separates a clip fully client-side", async ({ page }) => {
3232
await expect(page.getByTestId("model-progress")).toContainText(
3333
"htdemucs.onnx",
3434
);
35-
await expect(page.locator("#status")).toContainText("done in", {
35+
await expect(page.locator("#status")).toContainText("Done in", {
3636
timeout: 300_000,
3737
});
3838
await expect(page.getByTestId("timing-summary")).toContainText("Inference");

0 commit comments

Comments
 (0)