feat: update to angular 17

This commit is contained in:
Thea Schöbl
2024-03-21 08:47:34 +00:00
committed by Rainer Killinger
parent 09faa66e98
commit 10c4466b37
154 changed files with 8337 additions and 7640 deletions

View File

@@ -173,7 +173,7 @@ describe('dashboard', async function () {
cy.visit('/overview');
cy.get('ion-searchbar').click({scrollBehavior: 'center'});
cy.url().should('eq', Cypress.config().baseUrl + '/search');
cy.url().should('include', '/search');
cy.get('ion-searchbar').should('not.have.value');
cy.get('ion-searchbar input.searchbar-input').should('have.focus');