actingAs($user = User::factory()->create()); Livewire::test(LogoutOtherBrowserSessionsForm::class) ->set('password', 'password') ->call('logoutOtherBrowserSessions') ->assertSuccessful(); } }