@@ -21,7 +21,7 @@ exports[`NotificationConsoleComponent renders the console 1`] = `
21
21
className = " notificationConsoleHeaderIconWithData"
22
22
>
23
23
<img
24
- alt = " in progress items"
24
+ alt = " In progress items"
25
25
src = { {}}
26
26
/>
27
27
<span
@@ -34,7 +34,7 @@ exports[`NotificationConsoleComponent renders the console 1`] = `
34
34
className = " notificationConsoleHeaderIconWithData"
35
35
>
36
36
<img
37
- alt = " error items"
37
+ alt = " Error items"
38
38
src = { {}}
39
39
/>
40
40
<span
@@ -47,7 +47,7 @@ exports[`NotificationConsoleComponent renders the console 1`] = `
47
47
className = " notificationConsoleHeaderIconWithData"
48
48
>
49
49
<img
50
- alt = " info items"
50
+ alt = " Info items"
51
51
src = { {}}
52
52
/>
53
53
<span
@@ -71,15 +71,15 @@ exports[`NotificationConsoleComponent renders the console 1`] = `
71
71
</span >
72
72
</div >
73
73
<div
74
- aria-expanded = { true }
75
- aria-label = " console button collapsed "
74
+ aria-expanded = { false }
75
+ aria-label = " Console "
76
76
className = " expandCollapseButton"
77
77
data-test = " NotificationConsole/ExpandCollapseButton"
78
78
role = " button"
79
79
tabIndex = { 0 }
80
80
>
81
81
<img
82
- alt = " ChevronUpIcon "
82
+ alt = " Expand icon "
83
83
src = " "
84
84
/>
85
85
</div >
@@ -192,7 +192,7 @@ exports[`NotificationConsoleComponent renders the console 2`] = `
192
192
className = " notificationConsoleHeaderIconWithData"
193
193
>
194
194
<img
195
- alt = " in progress items"
195
+ alt = " In progress items"
196
196
src = { {}}
197
197
/>
198
198
<span
@@ -205,7 +205,7 @@ exports[`NotificationConsoleComponent renders the console 2`] = `
205
205
className = " notificationConsoleHeaderIconWithData"
206
206
>
207
207
<img
208
- alt = " error items"
208
+ alt = " Error items"
209
209
src = { {}}
210
210
/>
211
211
<span
@@ -218,7 +218,7 @@ exports[`NotificationConsoleComponent renders the console 2`] = `
218
218
className = " notificationConsoleHeaderIconWithData"
219
219
>
220
220
<img
221
- alt = " info items"
221
+ alt = " Info items"
222
222
src = { {}}
223
223
/>
224
224
<span
@@ -244,15 +244,15 @@ exports[`NotificationConsoleComponent renders the console 2`] = `
244
244
</span >
245
245
</div >
246
246
<div
247
- aria-expanded = { true }
248
- aria-label = " console button collapsed "
247
+ aria-expanded = { false }
248
+ aria-label = " Console "
249
249
className = " expandCollapseButton"
250
250
data-test = " NotificationConsole/ExpandCollapseButton"
251
251
role = " button"
252
252
tabIndex = { 0 }
253
253
>
254
254
<img
255
- alt = " ChevronUpIcon "
255
+ alt = " Expand icon "
256
256
src = " "
257
257
/>
258
258
</div >
0 commit comments