dillingham / nova-assertions

Laravel Nova assertions for your tests
MIT License
79 stars 16 forks source link

AssertFiltersInclude fails with new Nova version #18

Open asivaneswaran opened 3 years ago

asivaneswaran commented 3 years ago

With the latest nova version, the filter class path is different. Here is the error:


[{"class":"App\\Nova\\Filters\\GenderFilter"}]

within

[[{"class":"GenderFilter", 

As you can see, the GenderFilter class in Nova now only shows the path past App\Nova\Filters.

For example, a class in App\Nova\Filters\Members is shown like this in the Nova output:

{"class":"Members\\EligibilityFilter"