Skip to content

Commit

Permalink
Improve account-selector testid
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Aug 21, 2023
1 parent 355471c commit 0d88f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -25,7 +25,7 @@ export const AccountSelectorButton = memo(() => {

return (
<>
<Button onClick={() => setLayerVisibility(true)}>
<Button onClick={() => setLayerVisibility(true)} data-testid="account-selector">
<JazzIcon
diameter={isMobile ? sidebarSmallSizeLogo : sidebarMediumSizeLogo}
seed={addressToJazzIconSeed(address)}
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Toolbar/index.tsx
Expand Up @@ -44,7 +44,7 @@ export function Toolbar() {
</Box>

{isOpen && (
<Box justify="center" data-testid="account-selector">
<Box justify="center">
<AccountSelectorButton />
</Box>
)}
Expand Down

0 comments on commit 0d88f0c

Please sign in to comment.