-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Acceptance tests for uploads #2222
Comments
|
@PVince81, simple uploads of files and folders are complete. "Empty folders" test is not possible at the moment, as we use the I have not invested much time in drag-and-drop, as it's not supported by selenium (but, can be simulated, but that way, I feel it will be closely coupled to the drag-and-drop implementation, so, we will be simulating drag and drops and will only be testing the file uploads). |
I tried tests for dragging an element into phoenix but did not succeed see #1302 @LukasHirt @PVince81 should we close this issue? |
I'd still like to keep this open. Having the drop upload feature untested seems rather scary to me. I guess I or @PVince81 could schedule some time in some upcoming sprint to look into this if we'd find a way. |
@ScharfViktor I'll assign this to you, maybe we can add this to the smoke tests once they run in CI! |
Currently we test only file upload. Folders needs to be added as well.
The text was updated successfully, but these errors were encountered: