summaryrefslogtreecommitdiff
path: root/web-ui/src/common/snackbar_notification/snackbar_notification.spec.js
diff options
context:
space:
mode:
authorSriram Viswanathan <sriramv@thoughtworks.com>2017-03-28 17:10:37 -0300
committerSriram Viswanathan <sriramv@thoughtworks.com>2017-03-28 17:10:37 -0300
commitbe647527cba9fc715ca77da3233eac4575a902fe (patch)
treefa20ceeae4e7d6a13aafb718b252e19735366737 /web-ui/src/common/snackbar_notification/snackbar_notification.spec.js
parent6f9de40da695e5701104788e3216996b7950087d (diff)
[#931] Adds support for multi-line Snackbar messages
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', () => {