- Issue created by @gogowitsch
- π©πͺGermany gogowitsch
This bug was introduced by issue #3478883: Parameter typing and return type hints
- Merge request !31Issue #3493815: TypeError in getCellRaw: string expected, Markup received β (Open) created by gogowitsch
- πΊπΈUnited States tr Cascadia
Can you write a test case for that Webform? None of the webform-related code in this module is being tested.
Basically just a functional test which creates a webform with your element, creates a view, then visits the page for that view. The test should fail with the current views_aggregator code and pass with your proposed patch.
Having at least one test for Webforms will allow us to test and eliminate other bugs that are related to webforms, and will serve as an example for the other Webform-related patches that are stuck because we don't have test cases for any of them.