cy.document().invoke("write", html) throws error #19270
Unanswered
johannespn
asked this question in
Questions and Help
Replies: 1 comment
-
@johannespn Having the same issue, did you figure out the solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @bahmutov,
Cypress version: 9.1.1
I'm using your https://github.com/bahmutov/cypress-ethereal-email-example/blob/main/cypress/integration/check-email.js#L45 but have the following issue:
cy.document().invoke("write", html)
results in"chromeWebSecurity": false
is set.Would be awesome if someone could help me out on this! 🙌
Beta Was this translation helpful? Give feedback.
All reactions