Fixed tests
This commit is contained in:
parent
8117cfb4f4
commit
f84decbb52
|
@ -46,7 +46,7 @@ class FormtemplateIndexActionTest extends TestCase
|
||||||
'required' => true,
|
'required' => true,
|
||||||
]
|
]
|
||||||
])
|
])
|
||||||
->assertInertiaPath('data.meta.fields.7', [
|
->assertInertiaPath('data.meta.fields.9', [
|
||||||
'id' => 'TextField',
|
'id' => 'TextField',
|
||||||
'name' => 'Text',
|
'name' => 'Text',
|
||||||
'default' => [
|
'default' => [
|
||||||
|
@ -61,7 +61,7 @@ class FormtemplateIndexActionTest extends TestCase
|
||||||
'required' => true,
|
'required' => true,
|
||||||
]
|
]
|
||||||
])
|
])
|
||||||
->assertInertiaPath('data.meta.fields.8', [
|
->assertInertiaPath('data.meta.fields.10', [
|
||||||
'id' => 'TextareaField',
|
'id' => 'TextareaField',
|
||||||
'name' => 'Textarea',
|
'name' => 'Textarea',
|
||||||
'default' => [
|
'default' => [
|
||||||
|
|
Loading…
Reference in New Issue