Skip to content

Commit 21cefb9

Browse files
siddharthkppksjce
andauthored
ActionBar: Remove data-testid (#7115)
Co-authored-by: Pavithra Kodmad <pksjce@github.com>
1 parent 9090053 commit 21cefb9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/ninety-needles-grab.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
ActionBar: IconButton no longer adds it's own `data-testid`

packages/react/src/ActionBar/ActionBar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ export const ActionBarIconButton = forwardRef(
543543
onClick={clickHandler}
544544
{...props}
545545
variant="invisible"
546-
data-testid={id}
547546
/>
548547
)
549548
},

0 commit comments

Comments
 (0)