Skip to content

Commit 572320c

Browse files
HristoP96HristoP96
authored andcommitted
chore(*): additional changes
1 parent 7c2c388 commit 572320c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { GridFunctions } from '../../test-utils/grid-functions.spec';
1414
import { ControlsFunction } from '../../test-utils/controls-functions.spec';
1515
import { DebugElement } from '@angular/core';
1616

17-
fdescribe('IgxGrid - Grid Paging #grid', () => {
17+
describe('IgxGrid - Grid Paging #grid', () => {
1818
configureTestSuite();
1919

2020
beforeAll(async(() => {
@@ -47,7 +47,6 @@ fdescribe('IgxGrid - Grid Paging #grid', () => {
4747
it('should paginate data UI', () => {
4848

4949
expect(grid.paging).toBeTruthy();
50-
5150
GridFunctions.verifyGridPager(fix, 3, '1', '1\xA0of\xA04', [true, true, false, false]);
5251

5352
// Go to next page
@@ -73,8 +72,7 @@ fdescribe('IgxGrid - Grid Paging #grid', () => {
7372

7473
it('should paginate data API', () => {
7574

76-
// Goto page 3 through API and listen for event
77-
75+
// Goto page 3 through API and listen for event
7876
spyOn(grid.onPagingDone, 'emit');
7977
grid.paginate(2);
8078

@@ -259,9 +257,7 @@ fdescribe('IgxGrid - Grid Paging #grid', () => {
259257

260258
it('should work correct with filtering', () => {
261259

262-
263260
grid.getColumnByName('ID').filterable = true;
264-
265261
fix.detectChanges();
266262

267263
// Filter column
@@ -282,7 +278,6 @@ fdescribe('IgxGrid - Grid Paging #grid', () => {
282278

283279
it('should work correct with crud operations', () => {
284280

285-
286281
grid.primaryKey = 'ID';
287282
fix.detectChanges();
288283

0 commit comments

Comments
 (0)