Skip to content

Commit 375dc7d

Browse files
nrobakovarkaraivanov
authored andcommitted
chore(*): remove diplicate test
1 parent 615bdd2 commit 375dc7d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-clipboard.spec.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,6 @@ describe('IgxGrid - Clipboard', () => {
101101
expect(eventData).toEqual('');
102102
});
103103

104-
it('Disable clipboardOptions', () => {
105-
const copySpy = spyOn<any>(grid.onGridCopy, 'emit').and.callThrough();
106-
grid.clipboardOptions.enabled = false;
107-
grid.selectRange({ rowStart: 0, rowEnd: 2, columnStart: 0, columnEnd: 3 });
108-
fix.detectChanges();
109-
110-
const eventData = dispatchCopyEventOnGridBody(fix);
111-
expect(copySpy).toHaveBeenCalledTimes(0);
112-
expect(eventData).toEqual('');
113-
});
114-
115104
it('Disable copyFormatters', () => {
116105
const copySpy = spyOn<any>(grid.onGridCopy, 'emit').and.callThrough();
117106
grid.clipboardOptions.copyFormatters = false;

0 commit comments

Comments
 (0)