Skip to content

Commit

Permalink
log test
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Jul 16, 2024
1 parent 39f5f2a commit bbb180b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Select/Select.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@ describe('<Select />', () => {

it('outlined icon should be selected from below css selectors', () => {
const { container } = render(<Select value="" />);
console.log(container.classList,'p');
console.log(container.classList, 'p');
expect(container.querySelector('.MuiSelect-root .MuiSelect-iconOutlined')).not.to.equal(null);
expect(
container.querySelector('.MuiSelect-root .MuiSelect-outlined ~ .MuiSelect-icon'),
Expand Down

0 comments on commit bbb180b

Please sign in to comment.