web
web copied to clipboard
[QA] increase test coverage for WOPI service
Description
Previously e2e test for office suites (onlyoffice, collabora) with WOIP service was limited to only manual testing (smoke testing) before releases. We do have e2e tests for office suits in which we only create and open files, but now we can extend and automate those manual testing and run on CI.
- [ ] when file is shared with a user
- share a file as viewer with a user
- open the file as a sharee
- sharee tries to edit the file
- shares edits the file
- sharee sees the content updating in real time
- sharer shares with edit permission
- sharee edits the document
- sharer sees the content updating in real time
- sharer changes the permission back to viewer https://github.com/owncloud/ocis/issues/8060
- sharee tries to edit the file
- [ ] when file is shared with an anonymous user
- Alice creats a public link
- Anonymous oopen the file
- Anonymous tries to edit the file
- Alice edits the file
- Anonymous sees the content updating in real time
- Alice shares with edit permission
- Anonymous edits the document
- Alice sees the content updating in real time
- Alice changes the permission back to viewer https://github.com/owncloud/ocis/issues/8060
- Anonymous tries to edit the file
Part of: https://github.com/owncloud/ocis/issues/8712
Also, consider https://github.com/owncloud/ocis/issues/8691
I am closing this as done
CC @ScharfViktor @anon-pradip @nirajacharya2