From efa3769052b856346e08ef8e749624b6c99fb735 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Thu, 3 Dec 2020 14:57:02 +0100 Subject: [PATCH] delete test and change phoenix branch and commit id --- .drone.star | 4 ++-- .../apiAuthWebDav-webDavPROPFINDAuth.feature | 20 ------------------- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavPROPFINDAuth.feature diff --git a/.drone.star b/.drone.star index 5bb57ab2ae4..0d893e69390 100644 --- a/.drone.star +++ b/.drone.star @@ -21,8 +21,8 @@ config = { 'numberOfParts': 10 }, 'uiTests': { - 'phoenixBranch': 'ocis-shares-tests', - 'phoenixCommit': '383737c4c58da4982f539f76cf68b8a85dbffe71', + 'phoenixBranch': 'master', + 'phoenixCommit': 'bed4effca2eb492d0ee20eee48575ea1eb92cd35', 'suites': { 'webUIBasic': [ 'webUILogin', diff --git a/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavPROPFINDAuth.feature b/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavPROPFINDAuth.feature deleted file mode 100644 index 478ab74660e..00000000000 --- a/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavPROPFINDAuth.feature +++ /dev/null @@ -1,20 +0,0 @@ -@api -Feature: get file info using PROPFIND - - Background: - Given user "Alice" has been created with default attributes and without skeleton files - And user "Alice" has uploaded file with content "some data" to "/textfile0.txt" - And user "Alice" has created folder "/PARENT" - And user "Alice" has created folder "/FOLDER" - And user "Alice" has uploaded file with content "some data" to "/PARENT/parent.txt" - And user "Brian" has been created with default attributes and without skeleton files - - @issue-ocis-reva-9 @skipOnOcis-EOS-Storage @issue-ocis-reva-303 - # after fixing all issues delete this Scenario and use the one from oC10 core - Scenario: send PROPFIND requests to another user's webDav endpoints as normal user - When user "Brian" requests these endpoints with "PROPFIND" to get property "d:getetag" about user "Alice" - | endpoint | - | /remote.php/dav/files/%username%/textfile0.txt | - | /remote.php/dav/files/%username%/PARENT | - | /remote.php/dav/files/%username%/PARENT/parent.txt | - Then the HTTP status code of responses on all endpoints should be "207"