From 044bba759f824fc70e539eb4e8ed79b9bc817199 Mon Sep 17 00:00:00 2001 From: Elia Bieri Date: Tue, 17 Sep 2024 14:51:20 +0200 Subject: [PATCH] Add E2E tests --- .../AttendancePerChosenProfileChart.vue | 19 +---- .../TrainingResponsibleStatistics.vue | 10 ++- .../src/components/dashboard/composables.ts | 24 ++++++ .../src/pages/dashboard/DashboardCostPage.vue | 5 +- .../pages/dashboard/DashboardPersonsPage.vue | 7 +- .../ausbildungsverantwortlicher.cy.js | 79 +++++++++++++++++++ .../commands/create_default_courses.py | 9 ++- 7 files changed, 125 insertions(+), 28 deletions(-) create mode 100644 client/src/components/dashboard/composables.ts create mode 100644 cypress/e2e/ausbildungsverantwortlicher/ausbildungsverantwortlicher.cy.js diff --git a/client/src/components/dashboard/AttendancePerChosenProfileChart.vue b/client/src/components/dashboard/AttendancePerChosenProfileChart.vue index 07584563..a5a687af 100644 --- a/client/src/components/dashboard/AttendancePerChosenProfileChart.vue +++ b/client/src/components/dashboard/AttendancePerChosenProfileChart.vue @@ -1,14 +1,14 @@ w