Fixed tests

This commit is contained in:
philipp lang 2024-04-15 16:20:29 +02:00
parent 8117cfb4f4
commit f84decbb52
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class FormtemplateIndexActionTest extends TestCase
'required' => true,
]
])
->assertInertiaPath('data.meta.fields.7', [
->assertInertiaPath('data.meta.fields.9', [
'id' => 'TextField',
'name' => 'Text',
'default' => [
@ -61,7 +61,7 @@ class FormtemplateIndexActionTest extends TestCase
'required' => true,
]
])
->assertInertiaPath('data.meta.fields.8', [
->assertInertiaPath('data.meta.fields.10', [
'id' => 'TextareaField',
'name' => 'Textarea',
'default' => [