Skip to content

Commit

Permalink
add test to check activities after renaming a folder
Browse files Browse the repository at this point in the history
Signed-off-by: prashant-gurung899 <[email protected]>
  • Loading branch information
prashant-gurung899 committed Oct 23, 2024
1 parent ecb88b2 commit cb9d672
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/acceptance/features/apiActivities/activities.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,15 @@ Feature: check activities
}
"""

@issue-10210
Scenario: check activities of a folder after renaming
Given user "Alice" has created folder "FOLDER"
And user "Alice" has uploaded file with content "ownCloud test text file" to "FOLDER/textfile.txt"
And user "Alice" has moved folder "FOLDER" to "RENAMED FOLDER"
And user "Alice" has uploaded file with content "ownCloud test text file 0" to "RENAMED FOLDER/textfile.txt"
When user "Alice" lists the activities of file "RENAMED FOLDER" from space "Personal" using the Graph API
Then the HTTP status code should be "200"

@issue-9856 @issue-10127
Scenario: check activity message with different language
Given user "Alice" has uploaded file with content "ownCloud test text file" to "textfile.txt"
Expand Down

0 comments on commit cb9d672

Please sign in to comment.