From 18f87cbd5a71dffde9f843df825ab0bb8f183d93 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Wed, 14 Sep 2022 18:43:33 +0200 Subject: [PATCH] fix flaky test --- client/src/components/circle/LearningContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/circle/LearningContent.vue b/client/src/components/circle/LearningContent.vue index 8757ef6e..b1b7e8a1 100644 --- a/client/src/components/circle/LearningContent.vue +++ b/client/src/components/circle/LearningContent.vue @@ -40,7 +40,7 @@ const block = computed(() => { type="button" class="btn-blue" data-cy="complete-and-continue" - @click="circleStore.continueFromLearningContent(this.learningContent)" + @click="circleStore.continueFromLearningContent(props.learningContent)" > Abschliessen und weiter