Skip to content

Commit

Permalink
test(Stepper): remove TW incompatible asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
oreqizer committed Sep 20, 2023
1 parent 6a84a6b commit 0133108
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ describe("Stepper", () => {
await user.click(screen.getByLabelText(IncrementLabel));
expect(onIncrement).toHaveBeenCalled();
await user.click(screen.getByLabelText(DecrementLabel));
expect(screen.getByLabelText("Decrement")).toHaveStyle({ background: "transparent" });
expect(screen.getByLabelText("Increment")).toHaveStyle({ background: "transparent" });
expect(onDecrement).toHaveBeenCalled();

await user.tab();
Expand Down

0 comments on commit 0133108

Please sign in to comment.