test: bump @jahia/cypress from 6.2.0 to 7.0.0#638
Merged
Fgerthoffert merged 1 commit intomainfrom Feb 12, 2026
Merged
Conversation
jkevan
approved these changes
Feb 12, 2026
dgriffon
approved these changes
Feb 12, 2026
4b229d1 to
6811b1b
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the test suite dependencies to support building with a newer Cypress Docker image.
Changes:
- Bumped
@jahia/cypressfrom^6.2.0to^7.0.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@4tw/cypress-drag-drop": "^2.3.0", | ||
| "@jahia/cypress": "^6.2.0", | ||
| "@jahia/cypress": "^7.0.0", | ||
| "@jahia/jahia-reporter": "^1.6.0", |
There was a problem hiding this comment.
The PR title mentions “removed jahia-reporter”, but @jahia/jahia-reporter is still present in devDependencies. Either remove this dependency here (if intended) or update the PR title/description to reflect the actual change set.
Suggested change
| "@jahia/jahia-reporter": "^1.6.0", |
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.
This is needed to build with a more recent Cypress docker image.