Skip to content

Commit a91d377

Browse files
committed
chore(grid-mrl): Add static prop for grid in mrl nav test
1 parent 4e8dd2f commit a91d377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-mrl-keyboard-nav.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3122,7 +3122,7 @@ describe('IgxGrid Multi Row Layout - Keyboard navigation', () => {
31223122
`
31233123
})
31243124
export class ColumnLayoutTestComponent {
3125-
@ViewChild(IgxGridComponent, { read: IgxGridComponent })
3125+
@ViewChild(IgxGridComponent, { read: IgxGridComponent, static: true })
31263126
grid: IgxGridComponent;
31273127
public selectedCell: IgxGridCellComponent;
31283128
cols: Array<any> = [

0 commit comments

Comments
 (0)