Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Aug 15, 2023
1 parent 795bed4 commit b6ee171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/range.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,6 @@ describe('Picker.Range', () => {
/>,
);
openPicker(container, 1);
console.log(document.querySelector('.rc-picker-panel-container').getAttribute("style"))
expect(document.querySelector('.rc-picker-panel-container')).toHaveStyle({
marginLeft: '410px',
});
Expand Down Expand Up @@ -1961,7 +1960,6 @@ describe('Picker.Range', () => {
/>,
);
openPicker(container, 1);
console.log(document.querySelector('.rc-picker-panel-container').getAttribute("style"))
expect(document.querySelector('.rc-picker-panel-container')).toHaveStyle({
marginLeft: '0px',
});
Expand Down

0 comments on commit b6ee171

Please sign in to comment.