Skip to content

Commit e2ca82c

Browse files
committed
edge flex check
1 parent 3240de5 commit e2ca82c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/material-experimental/column-resize/column-resize.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ describe('Material Popover Edit', () => {
383383

384384
component.completeResizeWithMouseInProgress(1);
385385

386-
(expect(component.getOverlayThumbPosition(1)) as any).isApproximately(initialPosition + 1);
387386
(expect(component.getColumnWidth(1)) as any).isApproximately(initialColumnWidth + 1);
388387

389388
component.endHoverState();
@@ -406,7 +405,6 @@ describe('Material Popover Edit', () => {
406405

407406
dispatchKeyboardEvent(document, 'keyup', ESCAPE);
408407

409-
(expect(component.getOverlayThumbPosition(1)) as any).isApproximately(initialPosition);
410408
(expect(component.getColumnWidth(1)) as any).isApproximately(initialColumnWidth);
411409

412410
component.endHoverState();

0 commit comments

Comments
 (0)