trigger change #232
Annotations
4 errors
Run tests:
test/components/views/settings/notifications/Notifications2-test.tsx#L107
expect(received).toMatchSnapshot()
Snapshot name: `<Notifications /> matches the snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -461,11 +461,11 @@
class="mx_SettingsSubsection_text"
>
<span>
Show a badge
<div
- class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_level_notification mx_NotificationBadge_2char cpd-theme-light"
+ class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_green mx_NotificationBadge_level_notification mx_NotificationBadge_2char cpd-theme-light"
>
<span
class="mx_NotificationBadge_count"
>
1
at Object.toMatchSnapshot (test/components/views/settings/notifications/Notifications2-test.tsx:107:34)
|
Run tests:
test/components/views/settings/notifications/Notifications2-test.tsx#L121
expect(received).toMatchSnapshot()
Snapshot name: `<Notifications /> correctly handles the loading/disabled state 1`
- Snapshot - 1
+ Received + 1
@@ -470,11 +470,11 @@
class="mx_SettingsSubsection_text"
>
<span>
Show a badge
<div
- class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_level_notification mx_NotificationBadge_2char cpd-theme-light"
+ class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_green mx_NotificationBadge_level_notification mx_NotificationBadge_2char cpd-theme-light"
>
<span
class="mx_NotificationBadge_count"
>
1
at toMatchSnapshot (test/components/views/settings/notifications/Notifications2-test.tsx:121:38)
|
Run tests:
test/components/views/elements/AppTile-test.tsx#L330
expect(received).toMatchSnapshot()
Snapshot name: `AppTile preserves non-persisted widget on container move 1`
- Snapshot - 1
+ Received + 1
@@ -2,11 +2,11 @@
<div
class="mx_AppsDrawer"
>
<div
class="mx_AppsDrawer_resizer"
- style="position: relative; user-select: auto; width: auto; height: 280px; max-height: 576px; min-height: 100px; box-sizing: border-box; flex-shrink: 0;"
+ style="position: relative; user-select: auto; width: auto; height: 380px; max-height: 576px; min-height: 100px; box-sizing: border-box; flex-shrink: 0;"
>
<div
class="mx_AppsContainer"
>
<div
at Object.toMatchSnapshot (test/components/views/elements/AppTile-test.tsx:330:30)
|
Run tests
Process completed with exit code 1.
|
Loading