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
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
-
I'm attempting to test, using cypress, the functionality of a file upload widget.
The cypress tests which I've tried are:
and
and
and
and
The html that the tests are executing against is:
I am using this svelte component for the drag 'n' drop file upload - https://github.com/thecodejack/svelte-file-dropzone
In both cases, and every variation on these, the tests never actually upload a file.
However, in the cypress chrome browser, I'm able to manually perform the drag n drop action successfully.
Beta Was this translation helpful? Give feedback.
All reactions