matdv

Results 2 comments of matdv

I ran into a problem where cypress is not waiting for the element to update when using this command: ```cy.wrap(subject).invoke("text").then((text) => text.trim()).should("equal", text)``` So it is better to use the...

> https://github.com/capricorn86/happy-dom/issues/1514#issuecomment-2321982309 This error still occurs but there is a workaround in this linked issue. It seems to be related to `jest-preset-angular` patching the `MutationObserver`.