Skip to content

Commit 95d7c92

Browse files
kdinevCopilot
andauthored
Update projects/igniteui-angular-extras/src/lib/context-menu/igx-context-menu.directive.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c6490a4 commit 95d7c92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/igniteui-angular-extras/src/lib/context-menu/igx-context-menu.directive.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ describe('IgxContextMenuDirective', () => {
425425
{ visibleIndex: 1, headerCell: { nativeElement: headerElement } }
426426
]);
427427
// First column not visible, second one visible
428-
mockGrid.navigation.isColumnFullyVisible.and.callFake((idx) => idx === 0);
428+
mockGrid.navigation.isColumnFullyVisible.and.callFake((idx) => idx === 1);
429429

430430
mockGrid.columnSelectionChanging.next({ newSelection: ['col1', 'col2'], oldSelection: [] });
431431
tick(100);

0 commit comments

Comments
 (0)