Fix cypress test
This commit is contained in:
parent
2874023a3b
commit
d4645326a2
|
|
@ -307,6 +307,7 @@ const showPassed = computed(() => {
|
||||||
v-for="historyEntry in props.assignmentCompletion.additional_json_data
|
v-for="historyEntry in props.assignmentCompletion.additional_json_data
|
||||||
?.submission_history ?? []"
|
?.submission_history ?? []"
|
||||||
:key="historyEntry.timestamp"
|
:key="historyEntry.timestamp"
|
||||||
|
data-cy="assignment-history-entry"
|
||||||
>
|
>
|
||||||
{{ dayjs(historyEntry.timestamp).format("DD.MM.YYYY HH.mm") }}:
|
{{ dayjs(historyEntry.timestamp).format("DD.MM.YYYY HH.mm") }}:
|
||||||
{{ $t(historyEntry.translation_key) }}
|
{{ $t(historyEntry.translation_key) }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue