refactor: move ion-menu-button for context menu filtering in ion-toolbar

This commit is contained in:
Rainer Killinger
2025-06-16 16:18:40 +02:00
parent 5759a1cbb1
commit ef4e1f8ded
3 changed files with 9 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ describe('context menu', function () {
cy.patchSearchPage();
cy.get('ion-searchbar').type('a');
cy.wait('@search');
cy.get('ion-searchbar > ion-menu-button').click();
cy.get('ion-toolbar > ion-menu-button').click();
});
it('should sort', function () {