Open Issues Need Help
View All on GitHub Web Development • CMS Development (Umbraco)
Integration Test Contact Form about 2 months ago
AI Summary: The task is to debug and fix an integration test for a contact form in an Umbraco project. The test currently fails because it cannot call the `Submit` action of the `ContactFormController`, possibly due to the controller being invoked from a `BlockListElement`. The solution involves investigating the controller's invocation method and adapting the integration test to correctly interact with it.
Complexity:
4/5
bug help wanted