actingAs(User::factory()->superuser()->create()) ->get(route('suppliers.show', Supplier::factory()->create()->id)) ->assertOk(); } }