Description
At the moment nova tests are generating with passing the entity name to the novaCreateResourceAPICall, novaGetResourceAPICall, etc. which works incorrectly as the generateNovaUri method should take the resourceClass arg instead of modelClass
What need to be done
On NovaTests generation need to update logic to pass the NovaResource class into the all nova***ResourceAPICall instead of model class

In case script generating Nova tests without generation NovaResource - need to try to find the suitable class inside the app/Nova folder (include subdirectories) and use it.
Blockers
RonasIT/laravel-helpers#200