Re-add missing cypress data property
This commit is contained in:
parent
71e2b7cef3
commit
3b8bc42cbe
|
|
@ -40,7 +40,7 @@ const showCourseSessionMenu = computed(
|
||||||
<PopoverButton
|
<PopoverButton
|
||||||
class="group flex items-center gap-1 rounded-md bg-transparent px-3 text-base focus:outline-none"
|
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 }}
|
{{ selectedCourseSessionTitle }}
|
||||||
</span>
|
</span>
|
||||||
<it-icon-arrow-down class="h-6 w-6" />
|
<it-icon-arrow-down class="h-6 w-6" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue