summaryrefslogtreecommitdiff
path: root/web-ui/src/common/snackbar_notification/snackbar_notification.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/common/snackbar_notification/snackbar_notification.spec.js')
-rw-r--r--web-ui/src/common/snackbar_notification/snackbar_notification.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/src/common/snackbar_notification/snackbar_notification.spec.js b/web-ui/src/common/snackbar_notification/snackbar_notification.spec.js
index 59461413..24b79e71 100644
--- a/web-ui/src/common/snackbar_notification/snackbar_notification.spec.js
+++ b/web-ui/src/common/snackbar_notification/snackbar_notification.spec.js
@@ -22,7 +22,7 @@ describe('SnackbarNotification', () => {
it('renders snackbar with error body style', () => {
expect(snackbarNotification.find(Snackbar).props().bodyStyle)
- .toEqual({ backgroundColor: red500 });
+ .toEqual({ height: 'auto', backgroundColor: red500 });
});
it('renders snackbar with default auto-hide duration', () => {