mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
test: rework ui tests for new layout
This commit is contained in:
committed by
Rainer Killinger
parent
0bce9e5452
commit
de10654675
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user