Re-add missing cypress data property

This commit is contained in:
Ramon Wenger 2024-11-19 12:50:09 +01:00
parent 71e2b7cef3
commit 3b8bc42cbe
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const showCourseSessionMenu = computed(
<PopoverButton
class="group flex items-center gap-1 rounded-md bg-transparent px-3 text-base focus:outline-none"
>
<span class="text-bold">
<span data-cy="current-course-session-title" class="text-bold">
{{ selectedCourseSessionTitle }}
</span>
<it-icon-arrow-down class="h-6 w-6" />