feat: webkit in cypress pipelines

This commit is contained in:
2023-09-21 10:56:51 +02:00
parent e9630ce95e
commit b5ddb323e6

View File

@@ -176,7 +176,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('eq', `${Cypress.config().baseUrl?.replace(/\/$/, '')}/search`);
cy.get('ion-searchbar').should('not.have.value');
cy.get('ion-searchbar input.searchbar-input').should('have.focus');