Skip to content

Commit

Permalink
chore(topbar): add test id in organization menu (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
thersee authored Nov 13, 2024
1 parent ead4f8f commit 8f40960
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/topbar/src/organization-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,10 @@ export const OrganizationMenu = ({
unstable_disableAutoFocus
>
<PopoverSurface tabIndex={-1}>
<div className={styles.popoverRoot}>
<div
className={styles.popoverRoot}
data-testid="organization-menu-popover"
>
<div className={styles.popoverTitle}>
<Subtitle1>{popoverInfo?.title}</Subtitle1>
<Button
Expand Down

0 comments on commit 8f40960

Please sign in to comment.