Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue focuses on adding comprehensive end-to-end tests for the recently implemented search results table and filter drawer. These new search experiences currently lack E2E coverage, including crucial responsive design aspects. A significant risk identified is that existing search-related tests may break when the new search becomes the default, potentially requiring temporary test skips if new tests are not completed in time.
AI Summary: The issue proposes optimizing end-to-end test execution by restructuring parallel runs. The goal is to minimize redundant 'build from scratch' steps, specifically by reusing an already built API container and performing the overall e2e build only once, separate from individual Playwright test runs.
AI Summary: Remove unnecessary flex classes (`display-flex`, `flex-column`, `tablet-lg:flex-row`) from the `.grid-container` on the Simpler.Grants.gov Roadmap page to prevent the right-hand column's width from changing when the accordion is toggled. This involves inspecting the code, removing the specified classes, and testing the fix to ensure the layout remains consistent.
AI Summary: Update the Simpler.Grants.gov roadmap webpage by adding a new "Key milestones" section under the hero and renaming the "What we're working on" section to "What we're working on now". This involves using provided content documentation and potentially coordinating with a related image update ticket.