[tests-only] skip sharing tests in reva (#7591)
* do not use spacesContext * skip sharing tests in reva * update expected failure list * do not cleanup status codes * skip shares tests in reva * update expected failure list
This commit is contained in:
+9
-8
@@ -1,3 +1,4 @@
|
||||
@skipOnReva
|
||||
Feature: sharing
|
||||
As a user
|
||||
I want to check the webdav share permissions
|
||||
@@ -29,7 +30,7 @@ Feature: sharing
|
||||
| dav-path-version |
|
||||
| spaces |
|
||||
|
||||
|
||||
@skipOnReva
|
||||
Scenario Outline: check webdav share-permissions for received file with edit and reshare permissions
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has uploaded file with content "foo" to "/tmp.txt"
|
||||
@@ -65,7 +66,7 @@ Feature: sharing
|
||||
| old |
|
||||
| new |
|
||||
|
||||
@issue-2213
|
||||
@skipOnReva @issue-2213
|
||||
Scenario Outline: check webdav share-permissions for received file with edit permissions but no reshare permissions
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has uploaded file with content "foo" to "/tmp.txt"
|
||||
@@ -100,7 +101,7 @@ Feature: sharing
|
||||
| old |
|
||||
| new |
|
||||
|
||||
@issue-2213
|
||||
@skipOnReva @issue-2213
|
||||
Scenario Outline: check webdav share-permissions for received file with reshare permissions but no edit permissions
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has uploaded file with content "foo" to "/tmp.txt"
|
||||
@@ -154,7 +155,7 @@ Feature: sharing
|
||||
| dav-path-version |
|
||||
| spaces |
|
||||
|
||||
|
||||
@skipOnReva
|
||||
Scenario Outline: check webdav share-permissions for received folder with all permissions
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has created folder "/tmp"
|
||||
@@ -189,7 +190,7 @@ Feature: sharing
|
||||
| old |
|
||||
| new |
|
||||
|
||||
@issue-2213
|
||||
@skipOnReva @issue-2213
|
||||
Scenario Outline: check webdav share-permissions for received folder with all permissions but edit
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has created folder "/tmp"
|
||||
@@ -224,7 +225,7 @@ Feature: sharing
|
||||
| old |
|
||||
| new |
|
||||
|
||||
|
||||
@skipOnReva
|
||||
Scenario Outline: check webdav share-permissions for received folder with all permissions but create
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has created folder "/tmp"
|
||||
@@ -259,7 +260,7 @@ Feature: sharing
|
||||
| old |
|
||||
| new |
|
||||
|
||||
|
||||
@skipOnReva
|
||||
Scenario Outline: check webdav share-permissions for received folder with all permissions but delete
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has created folder "/tmp"
|
||||
@@ -294,7 +295,7 @@ Feature: sharing
|
||||
| old |
|
||||
| new |
|
||||
|
||||
|
||||
@skipOnReva
|
||||
Scenario Outline: check webdav share-permissions for received folder with all permissions but share
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has created folder "/tmp"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@skipOnReva
|
||||
Feature: share access by ID
|
||||
As an API consumer (app)
|
||||
I want to access a share by its id
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@skipOnReva
|
||||
Feature: sharing
|
||||
As a user
|
||||
I want to upload resources to a folder shared to me
|
||||
|
||||
Reference in New Issue
Block a user