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
I'm currently facing an issue with my GitHub Actions workflow where I'm using the vitest run command to execute end-to-end (E2E) tests. These tests are pointed at an external base URL. The problem arises whenever I encounter a .click() function within the tests. It seems that the GitHub Action gets stuck on this function and doesn't proceed to the subsequent instructions.
I'm reaching out to see if anyone has experienced a similar issue or has any ideas on what might be going wrong. Any suggestions or insights on how to resolve this would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I'm currently facing an issue with my GitHub Actions workflow where I'm using the vitest run command to execute end-to-end (E2E) tests. These tests are pointed at an external base URL. The problem arises whenever I encounter a .click() function within the tests. It seems that the GitHub Action gets stuck on this function and doesn't proceed to the subsequent instructions.
I'm reaching out to see if anyone has experienced a similar issue or has any ideas on what might be going wrong. Any suggestions or insights on how to resolve this would be greatly appreciated!
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions