diff --git a/cypress/integration/other/configuration.spec.js b/cypress/integration/other/configuration.spec.js index 569ce4eff..b48a197a4 100644 --- a/cypress/integration/other/configuration.spec.js +++ b/cypress/integration/other/configuration.spec.js @@ -114,7 +114,7 @@ describe('Configuration', () => { .first() .should('have.attr', 'marker-end') .should('exist') - .and('include', 'url(http://localhost'); + .and('include', 'url(http\\:\\/\\/localhost'); }); }); it('should not taint the initial configuration when using multiple directives', () => {