From f001846c9208a2fc4874f313d121671f2e05d1aa Mon Sep 17 00:00:00 2001 From: talank Date: Fri, 23 Oct 2020 16:33:04 +0545 Subject: [PATCH] Removed apiSharePublicLink2-updatePublicLinkShare.feature file that was demonstrating Oc10 issue 37653 --- ...ePublicLink2-updatePublicLinkShare.feature | 47 ------------------- 1 file changed, 47 deletions(-) delete mode 100644 ocis/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-updatePublicLinkShare.feature diff --git a/ocis/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-updatePublicLinkShare.feature b/ocis/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-updatePublicLinkShare.feature deleted file mode 100644 index e14ed5e6a..000000000 --- a/ocis/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-updatePublicLinkShare.feature +++ /dev/null @@ -1,47 +0,0 @@ -@api @files_sharing-app-required @public_link_share-feature-required @issue-ocis-reva-252 -Feature: update a public link share - - Background: - Given using OCS API version "1" - And user "Alice" has been created with default attributes and skeleton files - - @issue-ocis-reva-243 @issue-ocis-reva-349 @issue-37653 - # after fixing all issues delete this Scenario and use the one from oC10 core - Scenario Outline: API responds with a full set of parameters when owner changes the expireDate of a public share - Given using OCS API version "" - When user "Alice" creates a public link share using the sharing API with settings - | path | FOLDER | - And user "Alice" updates the last share using the sharing API with - | expireDate | +3 days | - Then the OCS status code should be "" - And the OCS status message should be "OK" - And the HTTP status code should be "200" - And the fields of the last response to user "Alice" should include - | id | A_STRING | - | share_type | public_link | - | uid_owner | %username% | - | displayname_owner | %displayname% | - | permissions | read | - | stime | A_NUMBER | - | parent | | - | expiration | A_STRING | - | token | A_STRING | - | uid_file_owner | %username% | - | displayname_file_owner | %displayname% | - | additional_info_owner | | - | additional_info_file_owner | | - | state | 0 | - | item_type | folder | - | item_source | A_STRING | - | path | /FOLDER | - | mimetype | httpd/unix-directory | - | storage_id | A_STRING | - | storage | A_NUMBER | - | file_source | A_STRING | - | file_target | /FOLDER | - | mail_send | 0 | - | name | | - Examples: - | ocs_api_version | ocs_status_code | - | 1 | 100 | - | 2 | 200 |