Updated e2e tests#5937
Merged
tdonohue merged 3 commits intoJul 9, 2026
Merged
Conversation
Member
Author
|
Hi @tdonohue , I found the problems. The PR is ready now. Could you rerun the 20.x Build / tests? They're failing for some reason. |
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin dspace-9_x
git worktree add -d .worktree/backport-5937-to-dspace-9_x origin/dspace-9_x
cd .worktree/backport-5937-to-dspace-9_x
git switch --create backport-5937-to-dspace-9_x
git cherry-pick -x d187a2670c327313de2489dc6b3ced61dc1c03aa d2c33aed28c06fbd577240f706c35c2a85210702 a784158393ae7afdd1b176f8bd2864c226997b35 |
Contributor
|
Successfully created backport PR for |
Member
|
@EikLoe : Looks like only the backport to 10.x succeeded. But, that's probably "good enough" unless you feel like you want this backported further. We only guarantee backports to 10.x (latest major version), so backporting further is optional. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
References
Add references/links to any related issues or PRs. These may include:
Description
Since the Cypress.env() method was deprecated in version 15.10.0, see https://docs.cypress.io/api/cypress-api/env , this PR replaces it by either cy.env() or Cypress.expose() it also updates the cypress config in order to meet the needs of the new methods.
Instructions for Reviewers
List of changes in this PR:
Cypress.env()through eithercy.env()orCypress.expose()Include guidance for how to test or review your PR. This may include: steps to reproduce a bug, screenshots or description of a new feature, or reasons behind specific changes.
Run all cypress tests and see, if they pass correctly.
Checklist
This checklist provides a reminder of what we are going to look for when reviewing your PR. You do not need to complete this checklist prior creating your PR (draft PRs are always welcome).
However, reviewers may request that you complete any actions in this list if you have not done so. If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!
mainbranch of code (unless it is a backport or is fixing an issue specific to an older branch).npm run lintnpm run check-circ-deps)My PR aligns with Accessibility guidelines if it makes changes to the user interface.My PR uses i18n (internationalization) keys instead of hardcoded English text, to allow for translations.If my PR includes new libraries/dependencies (inpackage.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.If my PR includes new features or configurations, I've provided basic technical documentation in the PR itself.