If you have drag-n-drop enabled are you required to test it that way? #287
Unanswered
HamboneWilson
asked this question in
Q&A
Replies: 1 comment
-
Subject type is needed to determine events that are expected from this component: cypress-file-upload/src/constants.js Line 12 in 1ae2d71 It may also alter a bit the way fixtures are attached to that specific element. I believe ability to emulate click-and-choose-file behaviour is determined by every drag-n-drop component, but it is indeed a good idea to try this out. Would be really curious to hear someone's feedback whether it is actually working that way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is { subjectType: 'drag-n-drop' } required to test html5 upload elements with drag-n-drop enabled? Or can you test with or without it to emulate either pressing the upload button or dropping the file in?
Beta Was this translation helpful? Give feedback.
All reactions