From eee2c0a58774355217211cce4c5680d13ff6a73f Mon Sep 17 00:00:00 2001 From: sundasnoreen12 Date: Wed, 10 Jan 2024 15:49:24 +0500 Subject: [PATCH] refactor: updated description for notification widget --- .../notifications/NotificationsWidget.test.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/courseware/course/new-sidebar/sidebars/discussions-notifications/notifications/NotificationsWidget.test.jsx b/src/courseware/course/new-sidebar/sidebars/discussions-notifications/notifications/NotificationsWidget.test.jsx index 666856805f..2438e82652 100644 --- a/src/courseware/course/new-sidebar/sidebars/discussions-notifications/notifications/NotificationsWidget.test.jsx +++ b/src/courseware/course/new-sidebar/sidebars/discussions-notifications/notifications/NotificationsWidget.test.jsx @@ -126,10 +126,10 @@ describe('NotificationsWidget', () => { description: 'close the notification widget.', enabledInContext: true, testId: - 'notification-widget', + 'notification-widget', }, { - description: 'close the sidebar when we have no discussion widget and close the notification widget.', + description: 'close the sidebar when the notification widget is closed, and the discussion widget is unavailable.', enabledInContext: false, testId: 'sidebar-DISCUSSIONS_NOTIFICATIONS', },