enhance AutoField and QodexActionExec components with metadata support and default response handling #388
Triggered via pull request
December 25, 2024 11:13
Status
Failure
Total duration
12m 56s
Artifacts
–
pull-request.yml
on: pull_request
PullRequestTests
12m 45s
Annotations
2 errors and 2 warnings
src/stories/Tests/Fields/Options.stories.tsx > Dependants Reset When Parent Changes:
src/stories/Tests/Fields/Options.stories.tsx#L97
AssertionError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/tests-fields-options--dependants-reset-when-parent-changes&addonPanel=storybook/test/panel
expected last "onChange" call to have been called with [ undefined, ObjectContaining{…} ]
- Expected
+ Received
Array [
undefined,
- ObjectContaining {
+ Object {
"anotherDependent": Object {
"type": "string",
"value": "My value will not change",
},
"dependent1": Object {
"type": "string",
"value": undefined,
},
"dependent2": Object {
"type": "hash",
- "value": undefined,
+ "value": "test: Hello",
},
"optionWithDependents": Object {
"type": "string",
"value": "My value changed",
},
},
]
❯ play src/stories/Tests/Fields/Options.stories.tsx:97:37
❯ ../../../../../node_modules/.vite/deps/@storybook_experimental-addon-test_internal_test-utils.js:53:112
|
PullRequestTests
Process completed with exit code 1.
|
PullRequestTests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PullRequestTests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|