Add e2e tests on all diagrams

This commit is contained in:
Guillaume Grossetie
2020-08-25 17:05:01 +02:00
parent 184fcab0b7
commit 99844b4ca3
17 changed files with 547 additions and 49 deletions

View File

@@ -98,7 +98,7 @@ export const draw = function(text, id) {
makeGant(taskArray, w, h);
configureSvgSize(elem, h, w, conf.useMaxWidth);
configureSvgSize(svg, h, w, conf.useMaxWidth);
svg
.append('text')