Skip to content

Commit 876d629

Browse files
fix(ui5-search): fix failing test (#11190)
1 parent 92f0e68 commit 876d629

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/fiori/cypress/specs/Search.cy.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ describe("Events", () => {
593593

594594
it("popup-action-press event", () => {
595595
cy.mount(
596-
<Search expanded={true} showPopupAction={true} popupActionText="Show All">
596+
<Search expanded={true} showPopupAction={true} popupActionText="Show All" open={true}>
597597
<SearchItem headingText="Item 1" icon={history} />
598598
</Search>
599599
);
@@ -603,11 +603,6 @@ describe("Events", () => {
603603
search.get(0).addEventListener("ui5-popup-action-press", cy.stub().as("actionPressed"));
604604
});
605605

606-
cy.get("[ui5-search]")
607-
.shadow()
608-
.find("input")
609-
.realClick();
610-
611606
cy.get("[ui5-search]")
612607
.shadow()
613608
.find("[ui5-responsive-popover]")

0 commit comments

Comments
 (0)