Added cypress test

This commit is contained in:
Chad Fawcett
2023-09-11 11:59:28 -07:00
parent 552d3ec2e1
commit 924c9e913b
2 changed files with 38 additions and 0 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 },
});
});
});