From 214a7973712c9fef6744155e96e7e8e56db3508a Mon Sep 17 00:00:00 2001 From: Saw-jan Date: Wed, 21 Aug 2024 17:30:29 +0545 Subject: [PATCH] test: update expected-failure list --- .../expected-failures-localAPI-on-OCIS-storage.md | 3 ++- tests/acceptance/features/apiLocks/lockFiles.feature | 6 +++--- tests/acceptance/features/apiLocks/unlockFiles.feature | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md b/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md index d4e1cccba95..1753461de79 100644 --- a/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md +++ b/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md @@ -276,12 +276,12 @@ The expected failures in this file are from features in the owncloud/ocis repo. - [apiSpacesShares/moveSpaces.feature:416](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesShares/moveSpaces.feature#L416) - [apiSpacesDavOperation/moveByFileId.feature:86](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L86) - [apiSpacesDavOperation/moveByFileId.feature:87](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L87) -- [apiSpacesDavOperation/moveByFileId.feature:210](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L210) - [apiSpacesDavOperation/moveByFileId.feature:205](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L205) - [apiSpacesDavOperation/moveByFileId.feature:206](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L206) - [apiSpacesDavOperation/moveByFileId.feature:207](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L207) - [apiSpacesDavOperation/moveByFileId.feature:208](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L208) - [apiSpacesDavOperation/moveByFileId.feature:209](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L209) +- [apiSpacesDavOperation/moveByFileId.feature:210](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L210) - [apiSpacesDavOperation/moveByFileId.feature:492](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L492) - [apiSpacesDavOperation/moveByFileId.feature:493](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesDavOperation/moveByFileId.feature#L493) @@ -297,6 +297,7 @@ The expected failures in this file are from features in the owncloud/ocis repo. ### [OCM. admin cannot get federated users if he hasn't connection with them ](https://github.com/owncloud/ocis/issues/9829) tests/acceptance/features/apiOcm/searchFederationUsers.feature + - [apiOcm/searchFederationUsers.feature:429](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiOcm/searchFederationUsers.feature#L429) - [apiOcm/searchFederationUsers.feature:601](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiOcm/searchFederationUsers.feature#L601) - Note: always have an empty line at the end of this file. diff --git a/tests/acceptance/features/apiLocks/lockFiles.feature b/tests/acceptance/features/apiLocks/lockFiles.feature index 23ef1167dc6..dcb1bab4e93 100644 --- a/tests/acceptance/features/apiLocks/lockFiles.feature +++ b/tests/acceptance/features/apiLocks/lockFiles.feature @@ -163,7 +163,7 @@ Feature: lock files | lockscope | exclusive | Then the HTTP status code should be "403" - + @issue-7599 Scenario Outline: lock a file in the shares Given using DAV path And user "Alice" has uploaded a file inside space "Alice Hansen" with content "some content" to "textfile.txt" @@ -518,7 +518,7 @@ Feature: lock files | spaces | shared | | spaces | exclusive | - + @issue-7790 Scenario Outline: lock a file shared by a link as anonymous user with edit permission Given using DAV path And using SharingNG @@ -542,7 +542,7 @@ Feature: lock files | spaces | shared | | spaces | exclusive | - + @issue-7790 Scenario Outline: try to lock a file shared by a link as anonymous user with read permission Given using DAV path And using SharingNG diff --git a/tests/acceptance/features/apiLocks/unlockFiles.feature b/tests/acceptance/features/apiLocks/unlockFiles.feature index 92c00f1a727..df4c9df624f 100644 --- a/tests/acceptance/features/apiLocks/unlockFiles.feature +++ b/tests/acceptance/features/apiLocks/unlockFiles.feature @@ -119,7 +119,7 @@ Feature: unlock locked items | spaces | shared | | spaces | exclusive | - + @issue-7767 Scenario Outline: trying to unlock a file inside the shared folder that has been locked by the file owner Given user "Brian" has been created with default attributes and without skeleton files And using DAV path