From be647527cba9fc715ca77da3233eac4575a902fe Mon Sep 17 00:00:00 2001 From: Sriram Viswanathan Date: Tue, 28 Mar 2017 17:10:37 -0300 Subject: [#931] Adds support for multi-line Snackbar messages --- web-ui/src/common/snackbar_notification/snackbar_notification.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/src/common/snackbar_notification/snackbar_notification.spec.js') 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', () => { -- cgit v1.2.3