diff --git a/apps/browser/src/autofill/notification/bar.ts b/apps/browser/src/autofill/notification/bar.ts index 97891a7db45..63d1cd88d62 100644 --- a/apps/browser/src/autofill/notification/bar.ts +++ b/apps/browser/src/autofill/notification/bar.ts @@ -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]; }