test(e2e): fix arrowMarkerAbsolute: true test

The `/` and `:` characters in `url()` are now escaped using
`CSS.escape`.

See: e79147dcfc
This commit is contained in:
Alois Klink
2025-05-12 12:00:09 +02:00
parent e46fd145b2
commit f20c677982

View File

@@ -114,7 +114,7 @@ describe('Configuration', () => {
.first() .first()
.should('have.attr', 'marker-end') .should('have.attr', 'marker-end')
.should('exist') .should('exist')
.and('include', 'url(http://localhost'); .and('include', 'url(http\\:\\/\\/localhost');
}); });
}); });
it('should not taint the initial configuration when using multiple directives', () => { it('should not taint the initial configuration when using multiple directives', () => {