// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiNotificationEvent is rendered 1`] = `
Alert
1 min ago

title

message

`; exports[`OuiNotificationEvent props badgeColor is rendered 1`] = `
Alert
1 min ago

title

message

`; exports[`OuiNotificationEvent props contextMenuItems are rendered 1`] = `
`; exports[`OuiNotificationEvent props headingLevel is rendered 1`] = `
Alert
1 min ago

title

message

`; exports[`OuiNotificationEvent props iconAriaLabel is rendered 1`] = `
Alert
1 min ago

title

message

`; exports[`OuiNotificationEvent props iconType is rendered 1`] = `
1 min ago

title

message

`; exports[`OuiNotificationEvent props isRead is rendered 1`] = `
Alert
1 min ago

title

message

`; exports[`OuiNotificationEvent props multiple messages are rendered 1`] = `
Alert
1 min ago

title

message 1

message 2

message 3

`; exports[`OuiNotificationEvent props primaryAction is rendered 1`] = `
Alert
1 min ago

title

message

`; exports[`OuiNotificationEvent props primaryActionProps is rendered 1`] = `
Alert
1 min ago

title

message

`; exports[`OuiNotificationEvent props severity is rendered 1`] = `
Alert: severity
1 min ago

title

message

`;