From 4b57d4202f119b0237a3641d3577b7cde50d084c Mon Sep 17 00:00:00 2001 From: Salipa-Gurung Date: Fri, 9 Aug 2024 14:29:54 +0545 Subject: [PATCH] add issue tag --- tests/acceptance/features/apiGraph/activities.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/apiGraph/activities.feature b/tests/acceptance/features/apiGraph/activities.feature index 35c7f6d86b6..044b068717c 100644 --- a/tests/acceptance/features/apiGraph/activities.feature +++ b/tests/acceptance/features/apiGraph/activities.feature @@ -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 @@ -273,7 +273,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