From 438e28ff7363ccb18cbbb7be5506b9bf992d445a Mon Sep 17 00:00:00 2001 From: Prarup Gurung Date: Thu, 16 May 2024 10:04:38 +0545 Subject: [PATCH] used default permissions(view) for public link --- .../coreApiSharePublicLink1/deletePublicLinkShare.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/acceptance/features/coreApiSharePublicLink1/deletePublicLinkShare.feature b/tests/acceptance/features/coreApiSharePublicLink1/deletePublicLinkShare.feature index d00f6f48bf..a62dcd9bbb 100644 --- a/tests/acceptance/features/coreApiSharePublicLink1/deletePublicLinkShare.feature +++ b/tests/acceptance/features/coreApiSharePublicLink1/deletePublicLinkShare.feature @@ -13,7 +13,7 @@ Feature: delete a public link share And user "Alice" has created the following resource link share: | resource | test-file.txt | | space | Personal | - | permissionsRole | edit | + | permissionsRole | view | | password | %public% | | displayName | sharedlink | When user "Alice" deletes public link share named "sharedlink" in file "test-file.txt" using the sharing API @@ -32,7 +32,7 @@ Feature: delete a public link share And user "Alice" has created the following resource link share: | resource | test-file.txt | | space | Personal | - | permissionsRole | edit | + | permissionsRole | view | | password | %public% | | displayName | sharedlink | And user "Alice" has moved file "/test-file.txt" to "/renamed-test-file.txt" @@ -52,7 +52,7 @@ Feature: delete a public link share And user "Alice" has created the following resource link share: | resource | test-folder | | space | Personal | - | permissionsRole | edit | + | permissionsRole | view | | password | %public% | | displayName | sharedlink | When user "Alice" deletes public link share named "sharedlink" in folder "test-folder" using the sharing API @@ -72,7 +72,7 @@ Feature: delete a public link share And user "Alice" has created the following resource link share: | resource | test-folder/testfile.txt | | space | Personal | - | permissionsRole | edit | + | permissionsRole | view | | password | %public% | | displayName | sharedlink | And user "Alice" deletes public link share named "sharedlink" in file "/test-folder/testfile.txt" using the sharing API