Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezamirian authored Mar 17, 2024
1 parent bdc0bf0 commit 923eb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jui/src/Popup/Popup.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(<Default />);
matchImageSnapshot("Popup-default-bounds--simple");
cy.mount(<MenuContent />);
Expand Down

0 comments on commit 923eb6c

Please sign in to comment.