Test relation manager
I'm trying to test the relation managers, like the following:
And I'm getting the following error:
This happens on
Do you have any ideas? Or more info/examples on how to test Relationship Managers?
Thank you!
Solution:Jump to solution
Not sure, have you tried something like this?
```php
Livewire::test(OtherThingRelationManager::class, [
'pageClass' => EditPage::class,
'ownerRecord' => $thing,...
2 Replies
Solution
Not sure, have you tried something like this?
Nice! It worked! π