https://cypress.io logo
hi, managed to get my cypress e2e tests running in...
# help
s
hi, managed to get my cypress e2e tests running in gitlab but some fail, all for the same reason of
Copy code
is being covered by another element:
`<iframe id="webpack-dev-server-client-overlay"
anyone else seen this? I can only find one google result which didn't help. my gitlab cicd yml is ```yml stages: - test test: image: cypress/browsers:node12.14.1-chrome85-ff81 stage: test script: - npm ci - npm start & - npx cypress run```it's a react project. let me know if there is a better place to post this, had posted earlier but got no answers