fix(tests): починить pre-existing фейлы integration и skd-* snapshots

- build-config/build-epf: заменить runtime-тип FormDataStructure на корректный *Object.XXX
- platform-cfe/config/epf: form-compile принимает -OutputPath (путь до Form.xml), не -FormPath
- skd-edit/info/validate: перегенерированы snapshots после feat(skd-compile) denyIncompleteValues=true (3729b63)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-04-25 15:48:23 +03:00
co-authored by Claude Opus 4.7
parent bdc38caffa
commit b7fbede819
9 changed files with 23 additions and 15 deletions
@@ -152,7 +152,7 @@ export const steps = [
input: {
title: 'Контрагент',
attributes: [
{ name: 'Объект', type: 'FormDataStructure', main: true },
{ name: 'Объект', type: 'CatalogObject.Контрагенты', main: true },
],
elements: [
{ input: 'Наименование', path: 'Объект.Description', title: 'Наименование' },
@@ -176,7 +176,7 @@ export const steps = [
input: {
title: 'Приходная накладная',
attributes: [
{ name: 'Объект', type: 'FormDataStructure', main: true },
{ name: 'Объект', type: 'DocumentObject.ПриходнаяНакладная', main: true },
],
elements: [
{ input: 'Контрагент', path: 'Объект.Контрагент', title: 'Контрагент' },