We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead4f8f commit 8f40960Copy full SHA for 8f40960
components/topbar/src/organization-menu.tsx
@@ -240,7 +240,10 @@ export const OrganizationMenu = ({
240
unstable_disableAutoFocus
241
>
242
<PopoverSurface tabIndex={-1}>
243
- <div className={styles.popoverRoot}>
+ <div
244
+ className={styles.popoverRoot}
245
+ data-testid="organization-menu-popover"
246
+ >
247
<div className={styles.popoverTitle}>
248
<Subtitle1>{popoverInfo?.title}</Subtitle1>
249
<Button
0 commit comments