File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1173,9 +1173,6 @@ describe('MdSelect', () => {
1173
1173
} ) ;
1174
1174
1175
1175
it ( 'should adjust position of centered option if there is little space above' , async ( ( ) => {
1176
- const formField = fixture . debugElement . query ( By . css ( '.mat-form-field' ) ) . nativeElement ;
1177
- const trigger = fixture . debugElement . query ( By . css ( '.mat-select-trigger' ) ) . nativeElement ;
1178
-
1179
1176
const selectMenuHeight = 256 ;
1180
1177
const selectMenuViewportPadding = 8 ;
1181
1178
const selectItemHeight = 48 ;
@@ -1229,9 +1226,6 @@ describe('MdSelect', () => {
1229
1226
} ) ) ;
1230
1227
1231
1228
it ( 'should adjust position of centered option if there is little space below' , async ( ( ) => {
1232
- const formField = fixture . debugElement . query ( By . css ( '.mat-form-field' ) ) . nativeElement ;
1233
- const trigger = fixture . debugElement . query ( By . css ( '.mat-select-trigger' ) ) . nativeElement ;
1234
-
1235
1229
const selectMenuHeight = 256 ;
1236
1230
const selectMenuViewportPadding = 8 ;
1237
1231
const selectItemHeight = 48 ;
You can’t perform that action at this time.
0 commit comments