// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiToast Props color danger is rendered 1`] = `

A new notification appears

test title
`; exports[`OuiToast Props color primary is rendered 1`] = `

A new notification appears

test title
`; exports[`OuiToast Props color success is rendered 1`] = `

A new notification appears

test title
`; exports[`OuiToast Props color warning is rendered 1`] = `

A new notification appears

test title
`; exports[`OuiToast Props iconType is rendered 1`] = `

A new notification appears

test title
`; exports[`OuiToast Props title is rendered 1`] = `

A new notification appears

toast title
`; exports[`OuiToast is rendered 1`] = `

A new notification appears

test title

Hi

`;