setting default active tab when testing

I have a simple resource which has a default active tab that is not "all", is it possible to set a default active tab when testing? something like
livewire(ManageXXX::class)->set('defaultActiveTab', 'yyy')
would be nice
Solution
->set('activeTab', 'your_status')
Was this page helpful?