Merge pull request #3459 from aloisklink/chore/update-cypress

Update Cypress to v10 and fix E2E errors
This commit is contained in:
Alois Klink
2022-09-16 17:32:10 +01:00
committed by GitHub
17 changed files with 134 additions and 159 deletions

View File

@@ -472,7 +472,8 @@ export const insertEdge = function (elem, e, edge, clusterDb, diagramType, graph
// });
let url = '';
if (getConfig().state.arrowMarkerAbsolute) {
// // TODO: Can we load this config only from the rendered graph type?
if (getConfig().flowchart.arrowMarkerAbsolute || getConfig().state.arrowMarkerAbsolute) {
url =
window.location.protocol +
'//' +