-
Notifications
You must be signed in to change notification settings - Fork 100
test: [GROOT-1483] New integration tests for Taxonomy Assets and Entries #2451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: [GROOT-1483] New integration tests for Taxonomy Assets and Entries #2451
Conversation
| file: '<svg xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M50 50h150v50H50z"/></svg>', | ||
| }, | ||
| }, | ||
| description: {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description is mandatory on the type (where the definition was missing previously).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Converted to TS
|
🎉 This PR is included in version 11.36.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 11.36.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Additional test coverage for assigning concepts to Assets and Entries.
Covers 3 main areas:
Description
As per summary, but also migrated
entry-integration.jsto Typescript.Motivation and Context
The implementation was already functionally in place to assign a Concept to a Taxonomy, therefore this PR is just for some additional test coverage.
Checklist (check all before merging)
Changes are reflected in the documentation