Open Issues Need Help
View All on GitHubAI Summary: A JavaScript spec (`spec:javascript`) fails when run in a non-UTC timezone (e.g., CET), but passes in UTC. The failure occurs in a `retirementFormController` test, where an expected date differs by one hour, indicating a timezone-related discrepancy in date parsing, creation, or comparison within the application or test code.
AI Summary: Attempting to delete a Policy Action directly from its 'show' (detail) page fails with an RJS (Ruby on Rails JavaScript) error. This prevents the action from being successfully removed, despite following the standard deletion process.
AI Summary: A deprecation warning is being observed in `explorer.rb` when running local specs. The warning specifically advises passing the privilege to check for when refreshing, originating from the `x_button` method within `application_controller/explorer.rb`.