Skip to content

IgxHierarchicalGrid test fails when Ivy is disabled. #7118

@MayaKirova

Description

@MayaKirova

Description

The following test fails when run without Ivy:
IgxHierarchicalGrid Basic Navigation #hGrid should scroll top of child grid into view when pressing Ctrl + Arrow Up when cell is selected in it.

Steps to reproduce

Change config (tsconfig.spec.ts) to run tests without ivy:
"angularCompilerOptions": {
"enableIvy": false
},

Run that test.

It fails: Expected false to be truthy.

Should not fail.

Same test passes when ivy is enabled.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions