cy.type() runs one way when run locally but fails when run by github actions – Ubuntu
My goal is to run my cypress tests during each pull request into a github repo. My expectation is that the cypress tests will run the same locally as they do on the remote github server. The actual result is…