From 6a3dba9584b7a2d943a3470dd148b0fe45c4b623 Mon Sep 17 00:00:00 2001 From: Jonathan Prusik Date: Mon, 2 Jun 2025 16:52:59 -0400 Subject: [PATCH] update getNotificationTestId case for at-risk-password-notification --- apps/browser/src/autofill/notification/bar.ts | 1 + 1 file changed, 1 insertion(+) 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]; }