#1078 Using the configuration of the arrowMarkerAbsolute

This commit is contained in:
Knut Sveidqvist
2019-11-20 19:06:46 +01:00
parent 3f8f9f6711
commit f6028b63b6
4 changed files with 113 additions and 7 deletions

View File

@@ -26,3 +26,9 @@ export const imgSnapshotTest = (graphStr, options, api) => {
cy.get('svg');
cy.percySnapshot();
};
export const renderGraph = (graphStr, options, api) => {
const url = mermaidUrl(graphStr, options, api);
cy.visit(url);
};