Skip to content
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

Upgrade to Cypress 13.14.2 #3315

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

tdonohue
Copy link
Member

References

Description

Upgrades us to Cypress 13.14.2, which also resolves a security alert related to Cypress v12 (NOTE: This alert doesn't impact production as Cypress is only used to run e2e tests.)

In addition to the Cypress upgrade, the following minor changes were made to ensure better e2e test stability:

  • Updates to item-edit.cy.ts to check that the proper tab is active. This solves some random e2e failures which were occurring when an accessibility scan was triggered before the tabs were fully loaded on the page. This check forces Cypress to wait for the tabs to appear before proceeding.
  • Updates to login-modal.cy.ts to fix a minor bug & to simplify the CSS selectors.
  • Updates to command.ts to simplify CSS selectors. (The CSS selector cleanup here & above is just minor cleanup that can be done now that Header, navbar, and admin sidebar refactoring #2676 is merged, because we no longer have duplicate elements in the DOM)

Instructions for Reviewers

  • Verify code changes look reasonable
  • Verify all e2e tests pass (as Cypress is just used to run e2e tests)

@tdonohue tdonohue added dependencies Pull requests that update a dependency file 1 APPROVAL pull request only requires a single approval to merge port to dspace-7_x This PR needs to be ported to `dspace-7_x` branch for next bug-fix release port to dspace-8_x This PR needs to be ported to `dspace-8_x` branch for next bug-fix release labels Sep 10, 2024
@tdonohue tdonohue added this to the 9.0 milestone Sep 10, 2024
"@angular/core": "^17.3.11"
"@angular/animations": "^17.3.11",
"@angular/common": "^17.3.11",
"@angular/core": "^17.3.11"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: These indentation changes were made by npm itself. I didn't modify this file manually, but ran an npm install to upgrade Cypress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 APPROVAL pull request only requires a single approval to merge dependencies Pull requests that update a dependency file port to dspace-7_x This PR needs to be ported to `dspace-7_x` branch for next bug-fix release port to dspace-8_x This PR needs to be ported to `dspace-8_x` branch for next bug-fix release
Projects
Status: 🙋 Needs Reviewers Assigned
Development

Successfully merging this pull request may close these issues.

1 participant