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
When running a test on CircleCI, it throws socket hangup error. This error disappears randomly when it is rerun (only when I push new changes which lead to a new CircleCI run, not when I rebuild/rerun the same pipeline)
Desired behavior:
It should run the test.
How to reproduce:
Attempt to run a test on circle CI
Test code:
cy.visit('https://admin4.myshopify.com') // This is a production URL you can go to from any browser
Additional Info (images, stack traces, etc)
The text was updated successfully, but these errors were encountered:
Is this a Feature or Bug?
Bug
Current behavior:
When running a test on CircleCI, it throws
socket hangup error
. This error disappears randomly when it is rerun (only when I push new changes which lead to a new CircleCI run, not when I rebuild/rerun the same pipeline)Desired behavior:
It should run the test.
How to reproduce:
Attempt to run a test on circle CI
Test code:
Additional Info (images, stack traces, etc)
The text was updated successfully, but these errors were encountered: