mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-17 06:54:34 +00:00
UI test for change password
Help docs
This commit is contained in:
@ -70,6 +70,7 @@ function NavigationHeader({
|
||||
<Box pl={2}>
|
||||
<Menu>
|
||||
<MenuButton
|
||||
data-testid="profile-menu"
|
||||
as={Button}
|
||||
rounded="full"
|
||||
variant="link"
|
||||
@ -84,6 +85,7 @@ function NavigationHeader({
|
||||
{intl.formatMessage({ id: "profile.title" })}
|
||||
</MenuItem>
|
||||
<MenuItem
|
||||
data-testid="profile-menu-change-password"
|
||||
icon={<Icon as={FiLock} />}
|
||||
onClick={passwordDisclosure.onOpen}>
|
||||
{intl.formatMessage({ id: "change-password" })}
|
||||
|
Reference in New Issue
Block a user