Skip to content

Commit

Permalink
fix: system tests (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthecat authored Nov 28, 2024
1 parent 6dda95a commit 4582e0e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export const AssetsSettings = memo(() => {
];

return (
<Popover testId={TEST_IDS.ASSETS.SETTINGS_WIDGET} align="end">
<Popover align="end">
<Popover.Trigger>
<div className="relative">
<IconButton name="settingsLite" className="p-1.5" />
<IconButton name="settingsLite" className="p-1.5" testId={TEST_IDS.ASSETS.SETTINGS_WIDGET} />
{hideZeroBalances && (
<span className="absolute right-0 top-0 h-1.5 w-1.5 rounded-full bg-icon-accent duration-100 animate-in fade-in" />
)}
Expand Down

0 comments on commit 4582e0e

Please sign in to comment.