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
We will probably need an option on cy.click which enables you to issue a native click like cy.click({native: true}). Browsers (like Chrome) will block simulated event click handlers if they trigger window.open.
Showing the popup in headless mode is probably just a simple oversight, we'll take a look.
If the page loads a popup on click, here is the current behavior:
cypress run
in headless mode. So, definitely an issue here.The text was updated successfully, but these errors were encountered: