You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to understand the difference between test code and your tested application code. There are two frames in cypress, one is the testing frame, and under it there is another frame that renders the website you are using.
Also console log usage is a bad practice in cypress test code. Read the related issue in the readme.
and
I am not sure which of those two statements is correct, but unless I am misunderstanding something, they appear to be in conflict.
The text was updated successfully, but these errors were encountered: