Fix cypress test

This commit is contained in:
Daniel Egger 2024-09-30 16:45:56 +02:00
parent 2874023a3b
commit d4645326a2
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ const showPassed = computed(() => {
v-for="historyEntry in props.assignmentCompletion.additional_json_data
?.submission_history ?? []"
:key="historyEntry.timestamp"
data-cy="assignment-history-entry"
>
{{ dayjs(historyEntry.timestamp).format("DD.MM.YYYY HH.mm") }}:
{{ $t(historyEntry.translation_key) }}