diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/HeaderBar.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/renderer/components/HeaderBar.tsx b/gui/src/renderer/components/HeaderBar.tsx index 7ebf448e5c..3577161261 100644 --- a/gui/src/renderer/components/HeaderBar.tsx +++ b/gui/src/renderer/components/HeaderBar.tsx @@ -199,6 +199,7 @@ export function HeaderBarAccountButton() { return ( <HeaderBarAccountButtonContainer onClick={openAccount} + data-testid="account-button" aria-label={messages.gettext('Account settings')}> <ImageView height={24} |
