Skip to content

Commit 390376f

Browse files
chore(ui5-popover): fix unstable test (#11862)
fixes: #11859
1 parent b80b469 commit 390376f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/cypress/specs/Popover.cy.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,8 @@ describe("Popover opener", () => {
701701

702702
cy.get<Popover>("[ui5-popover]").ui5PopoverOpened();
703703

704+
cy.wait(100);
705+
704706
cy.get("#divContent").realClick();
705707

706708
cy.get("[ui5-popover]").should("be.focused");

0 commit comments

Comments
 (0)