diff --git a/client/src/components/assignment/evaluation/EvaluationSummary.vue b/client/src/components/assignment/evaluation/EvaluationSummary.vue index c8a1e0b8..58bded2f 100644 --- a/client/src/components/assignment/evaluation/EvaluationSummary.vue +++ b/client/src/components/assignment/evaluation/EvaluationSummary.vue @@ -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) }}