We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1f6d4 commit fa25759Copy full SHA for fa25759
tests/index.spec.tsx
@@ -885,7 +885,6 @@ describe('collapse', () => {
885
const bodyElement = container.querySelector('.rc-collapse-body') as HTMLElement;
886
const titleElement = container.querySelector('.rc-collapse-title') as HTMLElement;
887
const iconElement = container.querySelector('.rc-collapse-expand-icon') as HTMLElement;
888
- console.log(container.innerHTML);
889
890
// check classNames
891
expect(headerElement.classList).toContain('custom-header');
0 commit comments