There are a number of errors generated when trying to run Cypress tests against Drupal 10.2.0, stemming from a combination of at least one bug in core, interface changes for the content translations, and changes to APIs.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

justin2pin created an issue. See original summary.

carlitus’s picture

Some of these errores are like this?

Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "mercury-dialog" has already been used with this registry
    at https://creafd10.ddev.site/modules/contrib/mercury_editor/build/js/dialog.element.min.js?s6sayk:374:1330
    at https://creafd10.ddev.site/modules/contrib/mercury_editor/build/js/dialog.element.min.js?s6sayk:374:1345
    at at (https://creafd10.ddev.site/modules/contrib/mercury_editor/build/js/dialog.element.min.js?s6sayk:56:291)
    at https://creafd10.ddev.site/modules/contrib/mercury_editor/build/js/dialog.element.min.js?s6sayk:374:1274
    at https://creafd10.ddev.site/modules/contrib/mercury_editor/build/js/dialog.element.min.js?s6sayk:374:1484

iIt's a javascript error when adding a layout element width Drupal >= 10.2.0.

I not i willl create a new issue.

justin2pin’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.