Open Issues Need Help
View All on GitHubAI Summary: The task is to replace the existing ESLint configuration in a GOV.UK Frontend boilerplate project with neostandard, a linting solution that provides consistent code style with minimal configuration. This involves updating the project's dependencies, modifying the linting rules, and updating the documentation to reflect the change. The goal is to simplify the development process for teams using the boilerplate by providing sensible defaults and reducing the need for configuration.
AI Summary: Debug a flaky end-to-end test for a cookie banner in a GOV.UK Frontend project. The test intermittently fails to detect the presence of a cookie indicating user acceptance of analytics cookies after a page refresh. The provided information includes the failing test code, error message, and a page snapshot at the time of failure. The task involves identifying the root cause of the test's unreliability and implementing a fix to ensure consistent test results.