https://cypress.io logo
Hello everyone, I am facing issue, when my tests o...
# help
q
Hello everyone, I am facing issue, when my tests opens a new tab/window from a link and want switch to the new window, Tests opens a new tab after clicking the link, I get error in the console :
expected open to have been called at least once, but it was never called
. (Screenshot is attached), Link is dynamic in nature, I also tried to fetch the
href
of it , but its bind with javascript:
javascript void(0)
. Can someone help to achieve this?