Skip to content

Commit 8f40960

Browse files
authored
chore(topbar): add test id in organization menu (#353)
1 parent ead4f8f commit 8f40960

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/topbar/src/organization-menu.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,10 @@ export const OrganizationMenu = ({
240240
unstable_disableAutoFocus
241241
>
242242
<PopoverSurface tabIndex={-1}>
243-
<div className={styles.popoverRoot}>
243+
<div
244+
className={styles.popoverRoot}
245+
data-testid="organization-menu-popover"
246+
>
244247
<div className={styles.popoverTitle}>
245248
<Subtitle1>{popoverInfo?.title}</Subtitle1>
246249
<Button

0 commit comments

Comments
 (0)