test: rework ui tests for new layout

This commit is contained in:
Thea Schöbl
2022-08-25 14:40:33 +00:00
committed by Rainer Killinger
parent 0bce9e5452
commit de10654675
11 changed files with 143 additions and 132 deletions

View File

@@ -26,9 +26,9 @@ describe('context menu', function () {
fixture: 'search/multi-result.json',
},
);
cy.get('ion-searchbar').type('test{enter}');
cy.get('ion-searchbar').type('test');
cy.wait('@search');
cy.get('ion-buttons').last().find('ion-menu-button').click();
cy.get('ion-searchbar > ion-menu-button').click();
});
it('should sort', function () {