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
The GeoGebra applet does not get loaded when using Cypress with Electron (e.g. see Travis log). This is even the case if we do cy.wait(10000) before trying to access any elements on the applet.
The GeoGebra applet does not get loaded when using Cypress with Electron (e.g. see Travis log). This is even the case if we do
cy.wait(10000)
before trying to access any elements on the applet."Fix": Use
cypress run --browser chrome
Possibly related: cypress-io/cypress#1297
The text was updated successfully, but these errors were encountered: