mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-08 18:16:44 +02:00
Fix viewport size
This commit is contained in:
@@ -136,6 +136,5 @@ export const urlSnapshotTest = (url, _options, api = false, validation) => {
|
||||
|
||||
export const renderGraph = (graphStr, options, api) => {
|
||||
const url = mermaidUrl(graphStr, options, api);
|
||||
|
||||
cy.visit(url);
|
||||
};
|
||||
|
Reference in New Issue
Block a user