greenforce-frontend
greenforce-frontend copied to clipboard
GreenForce monorepo for the DataHub and Energy Origin frontends. Part of Energinet DataHub.
testing-library/angular testing-library/jest-dom testing-library/user-event
We need update storybook/testing-angular to the latest version
We need to update ng-mock to the newest version
### Current behaviour Refreshing the DH app (F5) while being on a page that is part of an expandable nav group (e.g. `/wholesale/request-calculation`), does not expand the nav group automatically...
Dropdowns seem to adapt to the width of their parent. This makes the text in the dropdown useless, and user expectations are not met, making it confusing. Solution: Consider having...
We need to enable ESM in jest as this is blocking us for updating other dependencies like Transloco v6. Useful links: - [ESM Support in jest-preset-angular](https://thymikee.github.io/jest-preset-angular/docs/guides/esm-support/) - [ECMAScript Modules in...
Due to that, our e2e-tests can depend on stuff like translations or others. We need a minimal pre-compile step for our e2e specs, which can be used in the package...
We want to enable chromatic to enable visual regression testing on Watt. **Acceptance criteria:** - [ ] Chromatic is running in our CI pipeline (Watt) - [ ] Chromatic should...
It's common to set delay on requests against the BFF in order to see that a loading spinner is shown. So far we've used 300ms as a delay value on...
**Description:** In a very specific scenario, where a date range picker is used in tabs, inside a drawer, the from date gets reset. "/charges/prices" route has search results displayed in...