exports[`test renders ./components/steps/demo/error.md correctly 1`] = `
Finished
This is a description
In Process
This is a description
Waiting
This is a description
`;
exports[`test renders ./components/steps/demo/icon.md correctly 1`] = `
`;
exports[`test renders ./components/steps/demo/simple.md correctly 1`] = `
Finished
This is a description.
In Progress
This is a description.
Waiting
This is a description.
`;
exports[`test renders ./components/steps/demo/small-size.md correctly 1`] = `
`;
exports[`test renders ./components/steps/demo/step-next.md correctly 1`] = `
`;
exports[`test renders ./components/steps/demo/vertical.md correctly 1`] = `
Finished
This is a description.
In Progress
This is a description.
Waiting
This is a description.
`;
exports[`test renders ./components/steps/demo/vertical-small.md correctly 1`] = `
Finished
This is a description.
In Progress
This is a description.
Waiting
This is a description.
`;