Skip to content

Commit

Permalink
fix(timepicker): flaky failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed Sep 7, 2024
1 parent 30d9735 commit b2c123d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/mat-timepicker/src/lib/timepicker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1809,8 +1809,6 @@ describe('MatTimepicker', () => {
tick();
flush();

console.log(getDialCell(getMinuteCellIndex(30)).classList);

expect(getDialCell(getMinuteCellIndex(30)).classList).toContain(
'mat-clock-dial-cell-active',
);
Expand Down

0 comments on commit b2c123d

Please sign in to comment.