Skip to content

Commit 13ce2bd

Browse files
authored
chore(nav): add data-testid for my-apps-item (#302)
1 parent 6323e44 commit 13ce2bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Nav.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
{
2828
label: helpText.userDropdown.myApps,
2929
routerLink: 'my-apps',
30+
testid: 'my-apps-item'
3031
}, {
3132
label: helpText.userDropdown.logout,
3233
onClick: () => logout(),

0 commit comments

Comments
 (0)