1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

update getNotificationTestId case for at-risk-password-notification

This commit is contained in:
Jonathan Prusik
2025-06-02 16:52:59 -04:00
parent 533f47b17b
commit 6a3dba9584

View File

@@ -200,6 +200,7 @@ export function getNotificationTestId(
[NotificationTypes.Unlock]: "unlock-notification-bar",
[NotificationTypes.Add]: "save-notification-bar",
[NotificationTypes.Change]: "update-notification-bar",
[NotificationTypes.AtRiskPassword]: "at-risk-password-notification-bar",
}[notificationType];
}