Skip to content

Commit

Permalink
#2490 - added data-cy tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jun 25, 2024
1 parent e3e5281 commit 8e23b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const highlightedValue = computed(() => {
tag="span"
:to="{ name:'SkillOverview', params: { projectId: skill.projectId, subjectId: subjectId, skillId: skill.skillId }}"
:aria-label="`Manage skill ${skill.name} via link`">
<span class="text-lg inline-block" v-html="highlightedValue" />
<span data-cy="highlightedValue" class="text-lg inline-block" v-html="highlightedValue" />
</router-link>
<a v-if="truncate"
@click="displayFullText = !displayFullText"
Expand Down

0 comments on commit 8e23b24

Please sign in to comment.