// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiStep is rendered 1`] = `
Step 1

First step

Do this

`; exports[`OuiStep props headingElement 1`] = `
Step 1

First step

Do this

`; exports[`OuiStep props status complete is rendered 1`] = `

First step

Do this

`; exports[`OuiStep props status danger is rendered 1`] = `

First step

Do this

`; exports[`OuiStep props status disabled is rendered 1`] = `
Step 1 is disabled

First step

Do this

`; exports[`OuiStep props status incomplete is rendered 1`] = `
Step 1 is incomplete

First step

Do this

`; exports[`OuiStep props status loading is rendered 1`] = `
Step 1 is loading

First step

Do this

`; exports[`OuiStep props status warning is rendered 1`] = `

First step

Do this

`; exports[`OuiStep props step 1`] = `
Step 5

First step

Do this

`; exports[`OuiStep props titleSize 1`] = `
Step 1

First step

Do this

`;