From f0f0613680775753f0513f26d30fccc5cb9be624 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 c1ef375137b..c13276724fe 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 @@ -223,7 +223,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