Skip to content

Commit

Permalink
#2490 - added aria label to dashboard breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jun 26, 2024
1 parent ed0455a commit c5f5b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dashboard-prime/src/components/header/SkillsBreadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ const isQuizzesValueUnderProgressAndRanking = (value, items) => {
<div class="card">
<Breadcrumb :model="items"
:class="{'dashboard-breadcrumb-vertical-mode': smallScreenMode}"
aria-label="SkillTree Dashboard Breadcrumb Bar"
data-cy="breadcrumb-bar">
<template #item="{ item, props }">
<router-link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('Client Display Point History Tests', () => {
})
})

it.skip('multiple achievements in the middle', () => {
it('multiple achievements in the middle', () => {
const data = {
'pointsHistory': [{
'dayPerformed': '2020-09-02T00:00:00.000+00:00',
Expand Down

0 comments on commit c5f5b1d

Please sign in to comment.