Skip to content

Commit

Permalink
chore(nav): add data-testid for my-apps-item (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mierenga authored Nov 10, 2023
1 parent 6323e44 commit 13ce2bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
{
label: helpText.userDropdown.myApps,
routerLink: 'my-apps',
testid: 'my-apps-item'
}, {
label: helpText.userDropdown.logout,
onClick: () => logout(),
Expand Down

0 comments on commit 13ce2bd

Please sign in to comment.