From 4d3b46de5908ebe6c711bfcc2c710fff46c2bae9 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Sun, 15 Oct 2023 21:41:37 +0200 Subject: [PATCH] Add cypress tests which check contents of learning path and circle page --- .../circlePage/LearningSequence.vue | 8 ++++- .../LearningPathCircleColumn.vue | 2 +- .../learningPathPage/LearningPathPathView.vue | 1 + cypress/e2e/circle.cy.js | 31 +++++++++++++++++++ cypress/e2e/learningPath.cy.js | 10 ++++++ 5 files changed, 50 insertions(+), 2 deletions(-) diff --git a/client/src/pages/learningPath/circlePage/LearningSequence.vue b/client/src/pages/learningPath/circlePage/LearningSequence.vue index f839dc9c..a56d06a8 100644 --- a/client/src/pages/learningPath/circlePage/LearningSequence.vue +++ b/client/src/pages/learningPath/circlePage/LearningSequence.vue @@ -132,7 +132,11 @@ function checkboxIconUncheckedTailwindClass(lc: LearningContent) {