beforeEach(function () {
$this->actingAs(Artist::factory()->create(), 'artist');
$this->actingAs(User::factory()->create(), 'web');
// other users
});
beforeEach(function () {
$this->actingAs(Artist::factory()->create(), 'artist');
$this->actingAs(User::factory()->create(), 'web');
// other users
});