You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
One test case in label filter bar component tests describe the filter behaviour subject of filters service as undefined after the latest changes to filters service, keeping filters
To Reproduce
Steps to reproduce the behavior:
Go to label-filter-bar.component.spec.ts
Uncomment the test it (should update all labels with latest emitted value after ngAfterViewInit)
Run npm run test
See error of undefined value
Expected behavior
Filter$ in filters service should always be defined since it is given an initial value and is never overwritten.
There are no errors in full build
Desktop (please complete the following information):
OS: Windows 11
Browser OperaGX
Version LVL5 (core: 107.0.5045.60)
Additional context
This issue only occurs after keeping filters PR #281
The text was updated successfully, but these errors were encountered:
Describe the bug
One test case in label filter bar component tests describe the filter behaviour subject of filters service as undefined after the latest changes to filters service, keeping filters
To Reproduce
Steps to reproduce the behavior:
it (should update all labels with latest emitted value after ngAfterViewInit)
Expected behavior
Filter$ in filters service should always be defined since it is given an initial value and is never overwritten.
There are no errors in full build
Desktop (please complete the following information):
Additional context
This issue only occurs after keeping filters PR #281
The text was updated successfully, but these errors were encountered: