From b0bc3d87f59fb28340fc4c047131919031890898 Mon Sep 17 00:00:00 2001 From: David Hill <1879069+iamdavidhill@users.noreply.github.com> Date: Fri, 6 Mar 2026 22:33:34 +0000 Subject: feat(app): sidebar reveal animation, hover peek overlay, and weaker dividers (#16374) Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com> --- packages/app/e2e/projects/workspaces.spec.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages/app/e2e/projects/workspaces.spec.ts') diff --git a/packages/app/e2e/projects/workspaces.spec.ts b/packages/app/e2e/projects/workspaces.spec.ts index 386739526..41c6bea8f 100644 --- a/packages/app/e2e/projects/workspaces.spec.ts +++ b/packages/app/e2e/projects/workspaces.spec.ts @@ -336,9 +336,6 @@ test("can reorder workspaces by drag and drop", async ({ page, withProject }) => const src = page.locator(workspaceItemSelector(from)).first() const dst = page.locator(workspaceItemSelector(to)).first() - await src.scrollIntoViewIfNeeded() - await dst.scrollIntoViewIfNeeded() - const a = await src.boundingBox() const b = await dst.boundingBox() if (!a || !b) throw new Error("Failed to resolve workspace drag bounds") -- cgit v1.2.3