Merge branch 'develop' into feature/4269_add_xychart

This commit is contained in:
Subhash Halder
2023-09-14 20:50:27 +05:30
33 changed files with 691 additions and 446 deletions

View File

@@ -0,0 +1,10 @@
import { urlSnapshotTest } from '../../helpers/util.ts';
describe('Marker Unique IDs Per Diagram', () => {
it('should render a blue arrow tip in second digram', () => {
urlSnapshotTest('http://localhost:9000/marker_unique_id.html', {
logLevel: 1,
flowchart: { htmlLabels: false },
});
});
});