Fix tests
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
84cd13c085
commit
58426c5537
|
@ -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');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue