Skip to content

Commit de7ad84

Browse files
committed
test(grid-accessability): fix h grid tests
1 parent bbd0137 commit de7ad84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ describe('IgxHierarchicalGrid Basic Navigation #hGrid', () => {
555555
GridFunctions.focusCell(fixture, firstCell);
556556
fixture.detectChanges();
557557

558-
const footerContent = fixture.debugElement.queryAll(By.css(GRID_FOOTER_CLASS))[2];
558+
const footerContent = fixture.debugElement.queryAll(By.css(GRID_FOOTER_CLASS))[2].children[0];
559559
UIInteractions.triggerEventHandlerKeyDown('arrowright', footerContent, false, false, true);
560560
fixture.detectChanges();
561561
await wait(DEBOUNCE_TIME);

0 commit comments

Comments
 (0)