File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
packages/fiori/cypress/specs Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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]" )
You can’t perform that action at this time.
0 commit comments