From af2b63b15fcf9ea85313d29aff20d45d3c837806 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Wed, 17 Jul 2024 18:50:22 +0200 Subject: [PATCH 01/40] =?UTF-8?q?Add=20cypress=20test=20for=20"Fremdeinsch?= =?UTF-8?q?=C3=A4tzung"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/dashboard/CoursePanel.vue | 6 ++- .../dashboard/MentorMenteeCount.vue | 2 +- .../dashboard/MentorOpenTasksCount.vue | 2 +- .../components/header/AccountMenuContent.vue | 7 ++- .../components/header/MainNavigationBar.vue | 6 ++- .../FeedbackProviderRankCriteria.vue | 2 + .../FeedbackProviderReleaseOverview.vue | 7 ++- ...orSelfEvaluationFeedbackAssignmentPage.vue | 1 + .../SelfEvaluationRequestFeedbackPage.vue | 1 + .../fremdeinschätzung/fremdeinschätzung.cy.js | 54 +++++++++++++++++++ cypress/support/commands.js | 27 ++++++---- 11 files changed, 98 insertions(+), 17 deletions(-) create mode 100644 cypress/e2e/learning_mentor/fremdeinschätzung/fremdeinschätzung.cy.js diff --git a/client/src/components/dashboard/CoursePanel.vue b/client/src/components/dashboard/CoursePanel.vue index dca6810d..1724372c 100644 --- a/client/src/components/dashboard/CoursePanel.vue +++ b/client/src/components/dashboard/CoursePanel.vue @@ -77,7 +77,11 @@ function hasActionButton(): boolean {