client icon indicating copy to clipboard operation
client copied to clipboard

[QA] Scenario `Modify original content of a file with special character` failed at execution through middleware in CI

Open amrita-shrestha opened this issue 3 years ago • 1 comments

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

Screenshot from 2022-07-08 14-31-56

Expected behavior

No response

Actual behavior

No response

amrita-shrestha avatar Jul 08 '22 08:07 amrita-shrestha

currently, GUI test in client skipped so shifting to block

amrita-shrestha avatar Aug 15 '22 06:08 amrita-shrestha

There is separate issue to fix sync problems (see https://github.com/owncloud/client/issues/9939) Closing this in favor of that one.

saw-jan avatar Sep 13 '22 09:09 saw-jan