Skip to content

Commit b5130c7

Browse files
committed
fix(timepicker): flaky failed tests
1 parent 17f1aa7 commit b5130c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/mat-timepicker/src/lib/timepicker.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ describe('MatTimepicker', () => {
18091809
tick();
18101810
flush();
18111811

1812-
expect(getDialCell(getMinuteCellIndex(30)).classList).toContain(
1812+
expect(getDialCell(getMinuteCellIndex(25)).classList).toContain(
18131813
'mat-clock-dial-cell-active',
18141814
);
18151815
}));

0 commit comments

Comments
 (0)