// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Steps rtl render component should be rendered correctly in RTL direction 1`] = `
`; exports[`Steps should render correct 1`] = `
1
Finished
This is a description.
2
In Progress
Left 00:00:08
This is a description.
3
Waiting
This is a description.
`; exports[`Steps should render correct when use Step 1`] = `
1
Finished
This is a description.
2
In Progress
Left 00:00:08
This is a description.
3
Waiting
This is a description.
`; exports[`Steps should render correct when use null 1`] = `
`;