Skip to content

Commit

Permalink
Merge pull request #150 from Orfium/hotfix/add_test_ids
Browse files Browse the repository at this point in the history
chore: rename test ids to global nav
  • Loading branch information
mkarajohn committed May 8, 2024
2 parents 93f98e8 + c812212 commit e7361f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Navigation/components/GlobalNav/GlobalNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function GlobalNav(props: GlobalNavProps) {
{/* since the tooltip cannot adjust its distance from the trigger element */}
<AppIconWrapper>
<AppIconNativeLink
data-testid={p.client_metadata.product_code}
data-testid={`${p.client_metadata.product_code}-app`}
href={p.login_url}
className={isCurrentApp ? 'active' : ''}
>
Expand Down

0 comments on commit e7361f5

Please sign in to comment.