Skip to content

Commit 5e41242

Browse files
Martin DragnevMartin Dragnev
authored andcommitted
chore(*): Changing test name
1 parent c6c740e commit 5e41242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ describe('Row Pinning #grid', () => {
228228
fix.detectChanges();
229229
}));
230230

231-
it('should pin/unpin via row pinned setter.', () => {
231+
it('should be in view when expanded and pinning row to bottom of the grid.', () => {
232232
fix.componentInstance.pinningConfig = { columns: ColumnPinningPosition.Start, rows: RowPinningPosition.Bottom };
233233
fix.detectChanges();
234234
// pin 1st row

0 commit comments

Comments
 (0)