We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f723e commit e17adebCopy full SHA for e17adeb
tests/alternate.test.tsx
@@ -9,7 +9,7 @@ describe('Steps.alternate', () => {
9
expect(container.querySelector('.rc-steps-item')).toHaveClass('rc-steps-item-empty-header');
10
});
11
12
- it('', () => {
+ it('horizontal-alternate orientation support', () => {
13
const { container } = render(
14
<Steps orientation="vertical" titlePlacement="horizontal-alternate" />,
15
);
0 commit comments