Replies: 1 comment 3 replies
-
I don't know how cypress works, but looks like the html is not being generated. If it is then somehow the plugin has lost all references to the dom elements. Perhaps cypress uses a specific Can you make sure the html markup is properly generated and appended to the dom? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a previous discussion I was correctly guided on how to update a language's description after
.run()
has already been executed. It works perfectly until I run tests with Cypress, moment in which it dies with this error when callingupdateLanguage
:One unhandled runtime error found in your files. See the list below to fix it:
That is triggered by the
updateLanguage
method.This is the code:
Not sure why the exception is thrown in Cypress environmnet.
Beta Was this translation helpful? Give feedback.
All reactions