diff --git a/packages/jui/src/Popup/Popup.cy.tsx b/packages/jui/src/Popup/Popup.cy.tsx index 8335943d..5dd36bf0 100644 --- a/packages/jui/src/Popup/Popup.cy.tsx +++ b/packages/jui/src/Popup/Popup.cy.tsx @@ -15,7 +15,7 @@ const { describe("Popup", () => { describe("sizing and positioning", () => { - it.only("Sets the size based on content, and places the popup centered, if no bounds provided", () => { + it("Sets the size based on content, and places the popup centered, if no bounds provided", () => { cy.mount(); matchImageSnapshot("Popup-default-bounds--simple"); cy.mount();