// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiSteps renders step title inside "headingElement" element 1`] = `
Step 1

first title

Do this first

Step 2

second title

Then this

Step 3 is incomplete

third title

And finally, do this

`; exports[`OuiSteps renders steps 1`] = `
Step 1

first title

Do this first

Step 2

second title

Then this

Step 3 is incomplete

third title

And finally, do this

`; exports[`OuiSteps renders steps with firstStepNumber 1`] = `
Step 10

first title

Do this first

Step 11

second title

Then this

Step 12 is incomplete

third title

And finally, do this

`; exports[`OuiSteps renders steps with titleSize 1`] = `
Step 1

first title

Do this first

Step 2

second title

Then this

Step 3 is incomplete

third title

And finally, do this

`;