Cypress test throws an error message when using an array #28481
Unanswered
thepixelhead
asked this question in
Questions and Help
Replies: 1 comment
-
I solved it like this:
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In a cypress test case I use this line of code and cypress throws an error message that I do not understand. See below. No idea what to do.
Any idea?
Any solution possible?
Code:
Cypress error message:
The error refers to this line of code:
expect (values[`valueMA_${month}1`]).to.equal(400);
What is wrong with the code? I do not see it ...
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions