fix flaky test

This commit is contained in:
Daniel Egger 2022-09-14 18:43:33 +02:00
parent 5663fe1a74
commit 18f87cbd5a
1 changed files with 1 additions and 1 deletions

View File

@ -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
</button>