resources er uit gesloopt
linter / quality (push) Failing after 1m4s
tests / ci (8.3) (push) Failing after 49s
tests / ci (8.4) (push) Failing after 1m5s
tests / ci (8.5) (push) Failing after 1m5s

This commit is contained in:
Daan Meijer
2026-06-23 17:56:40 +02:00
parent ae925c7173
commit 8d95e4ee53
15 changed files with 28 additions and 225 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ test('authenticated participant can view another participant detail page in dyna
$response->assertInertia(fn ($page) => $page
->component('Dynamics/Participants/Show')
->has('dynamic')
->where('participant.id', $participant->id)
->where('participant.id', $participant->uuid)
->where('participant.name', $participant->name)
->where('participant.display_name', null)
->where('participant.role', 'participant')