diff --git a/packages/studio/src/components/editor/PropertyPanel.test.tsx b/packages/studio/src/components/editor/PropertyPanel.test.tsx index b2671a45e..27007860b 100644 --- a/packages/studio/src/components/editor/PropertyPanel.test.tsx +++ b/packages/studio/src/components/editor/PropertyPanel.test.tsx @@ -783,7 +783,7 @@ describe("PropertyPanel — pinning", () => { ); it( - "unpinning returns the group to its normal stack position and it closes", + "unpinning returns the group to its normal accordion stack position", async () => { const { host, root } = await renderPanel(true); const pinButton = host.querySelector('[data-flat-group-pin="true"]');