Fix viewport size

This commit is contained in:
Sidharth Vinod
2022-12-07 15:03:42 +05:30
parent f3a209badc
commit e6e02a9b70
353 changed files with 27 additions and 11 deletions

View File

@@ -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);
};