Skip to content

Commit

Permalink
fix the testid attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
shibbas committed Oct 25, 2023
1 parent fc93121 commit 133b49a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const SettingsButton = ({ className, onClick }: Props) => {
<button
className={`${styles.container} ${className ?? ''}`}
onClick={onClick}
data-testId={'button__developer-settings'}
data-testid={'button__developer-settings'}
>
<Settings24Regular />
<Text>{'Developer settings'}</Text>
Expand Down

0 comments on commit 133b49a

Please sign in to comment.