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 f733b75 commit 39f5f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-material/src/Select/Select.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,7 @@ describe('<Select />', () => {

it('outlined icon should be selected from below css selectors', () => {
const { container } = render(<Select value="" />);
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 39f5f2a

Please sign in to comment.