fix flaky test
This commit is contained in:
parent
5663fe1a74
commit
18f87cbd5a
|
|
@ -40,7 +40,7 @@ const block = computed(() => {
|
||||||
type="button"
|
type="button"
|
||||||
class="btn-blue"
|
class="btn-blue"
|
||||||
data-cy="complete-and-continue"
|
data-cy="complete-and-continue"
|
||||||
@click="circleStore.continueFromLearningContent(this.learningContent)"
|
@click="circleStore.continueFromLearningContent(props.learningContent)"
|
||||||
>
|
>
|
||||||
Abschliessen und weiter
|
Abschliessen und weiter
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue