exports[`test renders ./components/steps/demo/error.md correctly 1`] = `
Finished
This is a description
In Process
This is a description
3
Waiting
This is a description
`; exports[`test renders ./components/steps/demo/icon.md correctly 1`] = `
Login
Verification
Pay
Done
`; exports[`test renders ./components/steps/demo/simple.md correctly 1`] = `
Finished
This is a description.
2
In Progress
This is a description.
3
Waiting
This is a description.
`; exports[`test renders ./components/steps/demo/small-size.md correctly 1`] = `
Finished
2
In Progress
3
Waiting
`; exports[`test renders ./components/steps/demo/step-next.md correctly 1`] = `
1
First
2
Second
3
Last
First-content
`; exports[`test renders ./components/steps/demo/vertical.md correctly 1`] = `
Finished
This is a description.
2
In Progress
This is a description.
3
Waiting
This is a description.
`; exports[`test renders ./components/steps/demo/vertical-small.md correctly 1`] = `
Finished
This is a description.
2
In Progress
This is a description.
3
Waiting
This is a description.
`;