Skip to content

Commit

Permalink
add issue tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Salipa-Gurung committed Aug 12, 2024
1 parent b8665e2 commit a5f861f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/acceptance/features/apiGraph/activities.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Feature: check activities
Background:
Given user "Alice" has been created with default attributes and without skeleton files


@issue-9712
Scenario: check activities after uploading a file
Given user "Alice" has uploaded file with content "ownCloud test text file 0" to "/textfile0.txt"
When user "Alice" checks the activities for file "textfile0.txt" in space "Personal" using the Graph API
Expand Down Expand Up @@ -100,7 +100,7 @@ Feature: check activities
}
"""


@issue-9712
Scenario: check activities after deleting a file
Given user "Alice" has uploaded file with content "ownCloud test text file 0" to "/textfile0.txt"
When user "Alice" deletes file "/textfile0.txt" using the WebDAV API
Expand Down Expand Up @@ -234,7 +234,7 @@ Feature: check activities
}
"""


@issue-9712
Scenario: check activities after deleting a folder
Given user "Alice" has created folder "/FOLDER"
When user "Alice" deletes folder "/FOLDER" using the WebDAV API
Expand Down

0 comments on commit a5f861f

Please sign in to comment.