From d28968e5391e03dda5471b32af5af5d710c9dbe5 Mon Sep 17 00:00:00 2001 From: lana-k Date: Sun, 7 Dec 2025 19:56:16 +0100 Subject: [PATCH] tests --- src/components/Graph/EdgeColorSettings.vue | 13 +- src/components/Graph/EdgeSizeSettings.vue | 8 +- .../Graph/GraphEditor.vue | 19 +- src/components/Graph/NodeColorSettings.vue | 17 +- src/components/Graph/NodeSizeSettings.vue | 12 +- .../Tabs/Tab/DataView/Chart/index.vue | 6 +- .../Tabs/Tab/DataView/Graph/index.vue | 21 +- .../Tabs/Tab/DataView/Pivot/index.vue | 6 +- .../Workspace/Tabs/Tab/DataView/index.vue | 4 + tests/components/Graph/GraphEditor.spec.js | 892 ++++++++++++++++++ .../Tabs/Tab/DataView/Chart/Chart.spec.js | 7 +- .../Tabs/Tab/DataView/DataView.spec.js | 5 + .../Tabs/Tab/DataView/Graph/Graph.spec.js | 294 ++++++ 13 files changed, 1270 insertions(+), 34 deletions(-) rename src/{views/MainView/Workspace/Tabs/Tab/DataView => components}/Graph/GraphEditor.vue (97%) create mode 100644 tests/components/Graph/GraphEditor.spec.js create mode 100644 tests/views/MainView/Workspace/Tabs/Tab/DataView/Graph/Graph.spec.js diff --git a/src/components/Graph/EdgeColorSettings.vue b/src/components/Graph/EdgeColorSettings.vue index 4016a03..9c17b8e 100644 --- a/src/components/Graph/EdgeColorSettings.vue +++ b/src/components/Graph/EdgeColorSettings.vue @@ -1,18 +1,21 @@