chore: update findable to 35.2.0 (#4510) #4511
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket
Closes #4510.
Reviewers
@NoopDog.
This pull request introduces changes to the
e2e/anviltest suite and updates a package dependency. The most notable changes include adding support for a "Request Link" button in the dataset tests and updating the@databiosphere/findable-uipackage version.Changes to dataset tests:
e2e/anvil/anvil-dataset.spec.ts: AddedBUTTON_TEXT_REQUEST_LINKto the imports and updated the test logic to verify the presence of a single "Request Link" button instead of two buttons for file manifest actions. [1] [2]e2e/anvil/common/constants.tsx: Added a new constantBUTTON_TEXT_REQUEST_LINKto represent the text for the "Request Link" button.Dependency update:
package.json: Updated the@databiosphere/findable-uidependency from version^35.1.0to^35.2.0.