Skip to content

Commit

Permalink
remove unnecessary test
Browse files Browse the repository at this point in the history
per PR review

Signed-off-by: Alexis Morin <the.alexis.morin@gmail.com>
  • Loading branch information
alexismo committed Jun 13, 2024
1 parent f9e6969 commit f804561
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/mui-material/src/Stepper/Stepper.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,5 @@ describe('<Stepper />', () => {

const stepper = container.querySelector(`.${classes.root}`);
expect(stepper).to.have.class(classes.nonLinear)

setProps({ alternativeLabel: true });

expect(stepper).to.have.class(classes.nonLinear)
});
});

0 comments on commit f804561

Please sign in to comment.