-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
🧪 ci: tests✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: hierarchical-grid
Description
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
Labels
🧪 ci: tests✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: hierarchical-grid