client
client copied to clipboard
[QA] Scenario `Modify original content of a file with special character` failed at execution through middleware in CI
Pre-submission Checks
- [X] I checked for similar issues, but could not find any. I also checked the closed issues. I could not contribute additional information to any existing issue.
- [X] I will take the time to fill in all the required fields. I know that the bug report may be dismissed otherwise due to lack of information.
Describe the QA issue
fail while checking the content of the file (executed through middleware)
PR:https://github.com/owncloud/client/pull/9886 GUI Logs: https://cache.owncloud.com/public/owncloud/client/12423/guiReportUpload/index.html Server Logs: https://cache.owncloud.com/public/owncloud/client/12423/guiReportUpload/serverlog.log
Steps to reproduce the issue
Scenario: Modify orignal content of a file with special character
Given user "Alice" has uploaded file with content "ownCloud test text file 0" to "S@mpleFile!With,$pecial?Characters.txt" on the server
And user "Alice" has set up a client with default settings
When the user overwrites the file "S@mpleFile!With,$pecial?Characters.txt" with content "overwrite ownCloud test text file"
And the user waits for file "S@mpleFile!With,$pecial?Characters.txt" to be synced
Then as "Alice" the file "S@mpleFile!With,$pecial?Characters.txt" on the server should have the content "overwrite ownCloud test text file"
Screenshots

Expected behavior
No response
Actual behavior
No response
currently, GUI test in client skipped so shifting to block
There is separate issue to fix sync problems (see https://github.com/owncloud/client/issues/9939) Closing this in favor of that one.