mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-25 10:19:30 -05:00
e05f8a801a
* chore: Add links to open login, setup project modals when throwing errors for cy.prompt * Update types * Fix with code review * refactor: consolidate error message property retrieval logic Replaced multiple recursive functions for fetching error message properties with a single function, `findPropByParents`, to streamline the code and improve maintainability. Updated references in the `errByPath` function accordingly.