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 795bed4 commit b6ee171Copy full SHA for b6ee171
tests/range.spec.tsx
@@ -1830,7 +1830,6 @@ describe('Picker.Range', () => {
1830
/>,
1831
);
1832
openPicker(container, 1);
1833
- console.log(document.querySelector('.rc-picker-panel-container').getAttribute("style"))
1834
expect(document.querySelector('.rc-picker-panel-container')).toHaveStyle({
1835
marginLeft: '410px',
1836
});
@@ -1961,7 +1960,6 @@ describe('Picker.Range', () => {
1961
1960
1962
1963
1964
1965
1966
marginLeft: '0px',
1967
0 commit comments