mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
refactor: move ion-menu-button for context menu filtering in ion-toolbar
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user