How do I create a test for filtersForm() on dashboard?
I'm having a difficult time creating a test to ensure one of my filters is providing the correct select list in the filtersForm() method on my dashboard.
How can I target this method?
1 Reply
After some source diving, it looks like this is what you need to do. Hopefully this helps someone...