Skip to content

Commit

Permalink
move testId
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelruderman committed Jun 3, 2022
1 parent 6945a3d commit 934591e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/navigation/SidebarNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
v-slot="{ isExactActive }"
:key="item.name"
:to="item.href"
:data-cy="`sidebar-link-${item.name.toLowerCase()}-page`"
>
<SidebarNavigationRow
:data-cy="`sidebar-link-${item.name}-page`"
:active="isExactActive"
:icon="item.icon"
:name="item.name"
Expand Down

0 comments on commit 934591e

Please sign in to comment.