Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f0f0613

Browse files
committedAug 12, 2024··
add issue tag
1 parent ba1af28 commit f0f0613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/acceptance/features/apiGraph/activities.feature

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Feature: check activities
100100
}
101101
"""
102102

103-
103+
@issue-9712
104104
Scenario: check activities after deleting a file
105105
Given user "Alice" has uploaded file with content "ownCloud test text file 0" to "/textfile0.txt"
106106
When user "Alice" deletes file "/textfile0.txt" using the WebDAV API
@@ -223,7 +223,7 @@ Feature: check activities
223223
}
224224
"""
225225

226-
226+
@issue-9712
227227
Scenario: check activities after deleting a folder
228228
Given user "Alice" has created folder "/FOLDER"
229229
When user "Alice" deletes folder "/FOLDER" using the WebDAV API

0 commit comments

Comments
 (0)
Please sign in to comment.