From ead28f043fd22810d1350d1ae9bff5a3c40a9b22 Mon Sep 17 00:00:00 2001
From: vaidankarswapnil <81285216+vaidankarswapnil@users.noreply.github.com>
Date: Tue, 21 Sep 2021 21:30:28 +0530
Subject: [PATCH] Fix after activating "Refresh tree" button, 'Querying
database' message appears but screen reader does not provide any information
about it (#1091)
* Fix a11y refresh tree querying database msg
* Update test snapshot issue
---
.../NotificationConsole/NotificationConsoleComponent.tsx | 4 +++-
.../__snapshots__/NotificationConsoleComponent.test.tsx.snap | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx
index 07677cb98..4d90e71c9 100644
--- a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx
+++ b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx
@@ -205,7 +205,9 @@ export class NotificationConsoleComponent extends React.Component<
{item.type === ConsoleDataType.Error &&
}
{item.type === ConsoleDataType.InProgress &&
}
{item.date}
- {item.message}
+
+ {item.message}
+
));
}
diff --git a/src/Explorer/Menus/NotificationConsole/__snapshots__/NotificationConsoleComponent.test.tsx.snap b/src/Explorer/Menus/NotificationConsole/__snapshots__/NotificationConsoleComponent.test.tsx.snap
index c28eb6008..84a155f2f 100644
--- a/src/Explorer/Menus/NotificationConsole/__snapshots__/NotificationConsoleComponent.test.tsx.snap
+++ b/src/Explorer/Menus/NotificationConsole/__snapshots__/NotificationConsoleComponent.test.tsx.snap
@@ -340,7 +340,9 @@ exports[`NotificationConsoleComponent renders the console 2`] = `
date
message