mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
test(e2e): fix arrowMarkerAbsolute: true
test
The `/` and `:` characters in `url()` are now escaped using
`CSS.escape`.
See: e79147dcfc
This commit is contained in:
@@ -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', () => {
|
||||
|
Reference in New Issue
Block a user