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