Fix tests
continuous-integration/drone/push Build was killed Details

This commit is contained in:
philipp lang 2024-12-12 12:18:49 +01:00
parent 84cd13c085
commit 58426c5537
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ it('testItShowsParticipantsAndColumns', function () {
->assertJsonPath('meta.has_nami_field', false)
->assertJsonPath('meta.links.update_form_meta', route('form.update-meta', ['form' => $form]))
->assertJsonPath('meta.links.store_participant', route('form.participant.store', ['form' => $form]))
->assertJsonPath('meta.form_meta.sorting', ['vorname', 'asc'])
->assertJsonPath('meta.form_meta.sorting', ['by' => 'id', 'direction' => false])
->assertJsonPath('meta.form_config.sections.0.fields.0.key', 'vorname');
});