diff --git a/.drone.star b/.drone.star index b2ea3550b7d..a2b3575d111 100644 --- a/.drone.star +++ b/.drone.star @@ -90,7 +90,7 @@ config = { 'extraEnvironment': { 'OPENID_LOGIN': 'true', 'WEB_UI_CONFIG': '/srv/config/drone/config.json', - 'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-oc10-server.txt' + 'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-oc10-server.md' } }, 'webUIFederation': { @@ -101,7 +101,7 @@ config = { 'extraEnvironment': { 'OPENID_LOGIN': 'true', 'REMOTE_BACKEND_HOST': 'http://federated', - 'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-oc10-server.txt' + 'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-oc10-server.md' }, 'federatedServerNeeded': True, 'federatedServerVersion': 'daily-master-qa' @@ -325,7 +325,7 @@ config = { 'OCIS_SKELETON_DIR': '/srv/app/testing/data/webUISkeleton', 'OCIS_REVA_DATA_ROOT': '/srv/app/tmp/ocis/owncloud/data/', 'WEB_UI_CONFIG': '/srv/config/drone/ocis-config.json', - 'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-ocis-server-owncloud-storage.txt' + 'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-ocis-server-owncloud-storage.md' }, 'runningOnOCIS': True, 'filterTags': 'not @skip and not @skipOnOCIS and not @notToImplementOnOCIS', diff --git a/tests/acceptance/expected-failures-with-oc10-server.md b/tests/acceptance/expected-failures-with-oc10-server.md new file mode 100644 index 00000000000..33090244b6a --- /dev/null +++ b/tests/acceptance/expected-failures-with-oc10-server.md @@ -0,0 +1,8 @@ +## Scenarios from web tests that are expected to fail on oC10 + +### [Media Viewer](https://github.com/owncloud/ocis/issues/1106) +- [webUIPreview/imageMediaViewer.feature:81](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L81) +- [webUIPreview/imageMediaViewer.feature:88](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L88) + +### [WebUI Login](https://github.com/owncloud/web/issues/4564) +- [webUILogin/login.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/login.feature#L62) diff --git a/tests/acceptance/expected-failures-with-oc10-server.txt b/tests/acceptance/expected-failures-with-oc10-server.txt deleted file mode 100644 index 0c977dce7c3..00000000000 --- a/tests/acceptance/expected-failures-with-oc10-server.txt +++ /dev/null @@ -1,8 +0,0 @@ -# this file contains the scenarios from web tests that are currently expected to fail on oC10 -# -# https://github.com/owncloud/ocisissues/1106 media viewer does not support mp3 files -webUIPreview/imageMediaViewer.feature:81 -webUIPreview/imageMediaViewer.feature:88 -# -# https://github.com/owncloud/web/issues/4564 authentication dialog appears when user is deleted -webUILogin/login.feature:62 diff --git a/tests/acceptance/expected-failures-with-ocis-server-owncloud-storage.md b/tests/acceptance/expected-failures-with-ocis-server-owncloud-storage.md new file mode 100644 index 00000000000..4da5e7af257 --- /dev/null +++ b/tests/acceptance/expected-failures-with-ocis-server-owncloud-storage.md @@ -0,0 +1,424 @@ +## Scenarios from web tests that are expected to fail on OCIS with owncloud storage + + +### [Media Viewer does not support mp3 files](https://github.com/owncloud/ocisissues/1106) +- [webUIPreview/imageMediaViewer.feature:81](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L81) +- [webUIPreview/imageMediaViewer.feature:88](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L88) + +### [authentication dialog appears when user is deleted](https://github.com/owncloud/web/issues/4564) +### [login error page loops when logged in user is deleted](https://github.com/owncloud/ocis/issues/1129) +- [webUILogin/login.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/login.feature#L62) + +### [User request using token and basic authentication gives different display names](https://github.com/owncloud/ocis-reva/issues/107) +- [webUIAccount/accountInformation.feature:10](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIAccount/accountInformation.feature#L10) + +### [LDAP Groups not working with konnectd](https://github.com/owncloud/ocis-konnectd/issues/42) +- [webUIAccount/accountInformation.feature:20](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIAccount/accountInformation.feature#L20) + +### [User request using token and basic authentication gives different display names](https://github.com/owncloud/ocis-reva/issues/107) +### [LDAP Groups not working with konnectd](https://github.com/owncloud/ocis-konnectd/issues/42) +- [webUIAccount/accountInformation.feature:34](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIAccount/accountInformation.feature#L34) + +### [REPORT request not implemented](https://github.com/owncloud/ocis-reva/issues/39) +- [webUIDeleteFilesFolders/deleteFilesFolders.feature:253](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature#L253) +- [webUIFavorites/favoritesFile.feature:14](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L14) +- [webUIFavorites/favoritesFile.feature:27](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L27) +- [webUIFavorites/favoritesFile.feature:40](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L40) +- [webUIFavorites/favoritesFile.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L56) +- [webUIFavorites/favoritesFile.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L63) +- [webUIFavorites/favoritesFile.feature:69](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L69) +- [webUIFavorites/favoritesFile.feature:74](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L74) +- [webUIFavorites/favoritesFile.feature:91](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L91) +- [webUIFavorites/favoritesFile.feature:110](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L110) +- [webUIFavorites/unfavoriteFile.feature:13](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L13) +- [webUIFavorites/unfavoriteFile.feature:30](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L30) +- [webUIFavorites/unfavoriteFile.feature:47](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L47) +- [webUIFavorites/unfavoriteFile.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L60) +- [webUIFavorites/unfavoriteFile.feature:73](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L73) +- [webUIFavorites/unfavoriteFile.feature:85](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L85) +- [webUIFiles/fileDetails.feature:35](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileDetails.feature#L35) +- [webUIFiles/fileDetails.feature:46](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileDetails.feature#L46) + +### [Sharing seems to work but does not work](https://github.com/owncloud/ocis-reva/issues/243) +- [webUIDeleteFilesFolders/deleteFilesFolders.feature:202](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature#L202) +- [webUIFiles/fileDetails.feature:88](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileDetails.feature#L88) +- [webUIFiles/fileDetails.feature:103](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileDetails.feature#L103) +- [webUIFiles/versions.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/versions.feature#L33) +- [webUIRenameFiles/renameFiles.feature:178](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L178) +- [webUIRenameFiles/renameFiles.feature:199](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L199) +- [webUIRenameFiles/renameFiles.feature:220](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L220) +- [webUISharingInternalUsers/shareWithUsers.feature:54](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L54) +- [webUISharingInternalUsers/shareWithUsers.feature:55](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L55) +- [webUISharingInternalUsers/shareWithUsers.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L56) +- [webUISharingInternalUsers/shareWithUsers.feature:77](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L77) +- [webUISharingInternalUsers/shareWithUsers.feature:78](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L78) +- [webUISharingInternalUsers/shareWithUsers.feature:79](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L79) +- [webUISharingInternalUsers/shareWithUsers.feature:80](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L80) +- [webUISharingInternalUsers/shareWithUsers.feature:155](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L155) +- [webUISharingInternalUsers/shareWithUsers.feature:172](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L172) +- [webUISharingInternalUsers/shareWithUsers.feature:182](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L182) +- [webUISharingInternalUsers/shareWithUsers.feature:221](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L221) +- [webUISharingInternalUsers/shareWithUsers.feature:234](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L234) +- [webUISharingInternalUsers/shareWithUsers.feature:281](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L281) +- [webUISharingInternalUsers/shareWithUsers.feature:291](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L291) +- [webUISharingInternalUsers/shareWithUsers.feature:325](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L325) +- [webUISharingInternalUsers/shareWithUsers.feature:338](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L338) +- [webUISharingInternalUsers/shareWithUsers.feature:368](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L368) +- [webUISharingInternalUsers/shareWithUsers.feature:417](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L417) +- [webUISharingInternalUsers/shareWithUsers.feature:449](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L449) +- [webUISharingInternalUsers/shareWithUsers.feature:450](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L450) +- [webUISharingInternalUsers/shareWithUsers.feature:477](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L477) +- [webUISharingInternalUsers/shareWithUsers.feature:489](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L489) +- [webUISharingInternalUsers/shareWithUsers.feature:535](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L535) +- [webUISharingInternalUsers/shareWithUsers.feature:536](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L536) +- [webUISharingInternalUsers/shareWithUsers.feature:537](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L537) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:16](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L16) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L23) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:32](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L32) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:51](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L51) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:78](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L78) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:79](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L79) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:96](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L96) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:97](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L97) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:100](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L100) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:125](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L125) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:167](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L167) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:168](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L168) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:193](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L193) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:194](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L194) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:197](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L197) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:213](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L213) +- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:224](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L224) +- [webUISharingInternalUsersSharingIndicator/shareWithUsers.feature:77](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersSharingIndicator/shareWithUsers.feature#L77) +- [webUISharingInternalUsersSharingIndicator/shareWithUsers.feature:95](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersSharingIndicator/shareWithUsers.feature#L95) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:16](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L16) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:48](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L48) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L64) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:80](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L80) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:111](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L111) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:112](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L112) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:113](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L113) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:114](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L114) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:115](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L115) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:156](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L156) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:157](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L157) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:230](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L230) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:231](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L231) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:232](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L232) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:256](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L256) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:292](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L292) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:305](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L305) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:319](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L319) + +### [Sharing seems to work but does not work](https://github.com/owncloud/ocis-reva/issues/243) +- [webUIFiles/copy.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/copy.feature#L71) +- [webUIFiles/copy.feature:79](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/copy.feature#L79) +- [webUIMoveFilesFolders/moveFiles.feature:87](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature#L87) +- [webUIMoveFilesFolders/moveFolders.feature:67](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIMoveFilesFolders/moveFolders.feature#L67) +- [webUISharingPublic/shareByPublicLink.feature:572](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L572) +- [webUISharingPublic/shareByPublicLink.feature:607](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L607) +- [webUISharingPublic/shareByPublicLink.feature:624](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L624) +- [webUISharingPublic/shareByPublicLink.feature:641](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L641) +- [webUISharingPublic/shareByPublicLink.feature:658](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L658) + +### [Copy private link option not available](https://github.com/owncloud/ocis-phoenix/issues/52) +- [webUIFiles/copyPrivateLinks.feature:18](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/copyPrivateLinks.feature#L18) +- [webUIFiles/copyPrivateLinks.feature:19](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/copyPrivateLinks.feature#L19) + +### [Display previews](https://github.com/owncloud/web/issues/276) +- [webUIFiles/fileList.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileList.feature#L23) +- [webUIFiles/fileList.feature:28](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileList.feature#L28) + +### [Versions Cleanup not available](https://github.com/owncloud/ocis-reva/issues/110) +- [webUIFiles/versions.feature:45](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/versions.feature#L45) +- [webUIFiles/versions.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/versions.feature#L56) +- [webUIFiles/versions.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/versions.feature#L71) + +### [Groups endpoint does not exist](https://github.com/owncloud/ocis-reva/issues/34) +- [webUIFiles/search.feature:15](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L15) +- [webUIFiles/search.feature:26](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L26) +- [webUIFiles/search.feature:38](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L38) +- [webUIFiles/search.feature:83](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L83) +- [webUIFiles/search.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L90) +- [webUIFiles/search.feature:99](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L99) +- [webUIFiles/search.feature:106](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L106) +- [webUIFiles/search.feature:137](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L137) +- [webUIFiles/search.feature:149](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L149) +- [webUIFiles/search.feature:159](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L159) +- [webUIFiles/search.feature:168](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L168) +- [webUIRestrictSharing/restrictReSharing.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictReSharing.feature#L23) +- [webUIRestrictSharing/restrictReSharing.feature:40](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictReSharing.feature#L40) +- [webUIRestrictSharing/restrictSharing.feature:25](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictSharing.feature#L25) +- [webUIRestrictSharing/restrictSharing.feature:34](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictSharing.feature#L34) +- [webUIRestrictSharing/restrictSharing.feature:43](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictSharing.feature#L43) +- [webUIRestrictSharing/restrictSharing.feature:50](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictSharing.feature#L50) +- [webUISharingAcceptShares/acceptShares.feature:16](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L16) +- [webUISharingAcceptShares/acceptShares.feature:213](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L213) +- [webUISharingAutocompletion/shareAutocompletion.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L33) +- [webUISharingAutocompletion/shareAutocompletion.feature:44](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L44) +- [webUISharingAutocompletion/shareAutocompletion.feature:55](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L55) +- [webUISharingAutocompletion/shareAutocompletion.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L64) +- [webUISharingAutocompletion/shareAutocompletion.feature:73](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L73) +- [webUISharingAutocompletion/shareAutocompletion.feature:109](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L109) +- [webUISharingAutocompletion/shareAutocompletion.feature:121](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L121) +- [webUISharingAutocompletion/shareAutocompletion.feature:133](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L133) +- [webUISharingAutocompletion/shareAutocompletion.feature:145](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L145) +- [webUISharingAutocompletion/shareAutocompletion.feature:158](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L158) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:36](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L36) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:37](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L37) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:38](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L38) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:39](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L39) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:54](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L54) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:55](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L55) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L56) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L71) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:72](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L72) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:73](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L73) +- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:74](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L74) +- [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:26](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L26) +- [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:44](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L44) +- [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L62) +- [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:80](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L80) +- [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L90) + +### [Can login with invalid password while logging in with openidconnect in oc10](https://github.com/owncloud/ocis-konnectd/issues/68) +- [webUILogin/login.feature:52](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/login.feature#L52) + +### Image-Media-Viewer-Issue +- [webUIPreview/imageMediaViewer.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L33) + +### [media viewer does not display jpeg file](https://github.com/owncloud/web/issues/4296) +- [webUIPreview/imageMediaViewer.feature:15](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L15) + +### webUI-Private-Links +- [webUIPrivateLinks/accessingPrivateLinks.feature:8](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L8) +- [webUIPrivateLinks/accessingPrivateLinks.feature:16](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L16) +- [webUIPrivateLinks/accessingPrivateLinks.feature:24](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L24) +- [webUIPrivateLinks/accessingPrivateLinks.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L33) +- [webUIPrivateLinks/accessingPrivateLinks.feature:49](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L49) + +### renameFiles +- [webUIRenameFiles/renameFiles.feature:113](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L113) +- [webUIRenameFiles/renameFiles.feature:114](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L114) +- [webUIRenameFiles/renameFiles.feature:115](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L115) +- [webUIRenameFiles/renameFiles.feature:160](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L160) + +### renameFolders +- [webUIRenameFolders/renameFolders.feature:104](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L104) +- [webUIRenameFolders/renameFolders.feature:105](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L105) +- [webUIRenameFolders/renameFolders.feature:106](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L106) +- [webUIRenameFolders/renameFolders.feature:125](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L125) + +### Reshare is not available in ocis (webUI) +- [webUIResharing/reshareUsers.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L17) +- [webUIResharing/reshareUsers.feature:28](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L28) +- [webUIResharing/reshareUsers.feature:40](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L40) +- [webUIResharing/reshareUsers.feature:68](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L68) +- [webUIResharing/reshareUsers.feature:69](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L69) +- [webUIResharing/reshareUsers.feature:70](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L70) +- [webUIResharing/reshareUsers.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L71) +- [webUIResharing/reshareUsers.feature:72](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L72) +- [webUIResharing/reshareUsers.feature:94](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L94) +- [webUIResharing/reshareUsers.feature:95](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L95) +- [webUIResharing/reshareUsers.feature:96](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L96) +- [webUIResharing/reshareUsers.feature:97](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L97) +- [webUIResharing/reshareUsers.feature:98](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L98) +- [webUIResharing/reshareUsers.feature:129](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L129) +- [webUIResharing/reshareUsers.feature:130](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L130) +- [webUIResharing/reshareUsers.feature:131](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L131) +- [webUIResharing/reshareUsers.feature:132](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L132) +- [webUIResharing/reshareUsers.feature:133](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L133) +- [webUIResharing/reshareUsers.feature:165](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L165) +- [webUIResharing/reshareUsers.feature:166](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L166) +- [webUIResharing/reshareUsers.feature:167](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L167) +- [webUIResharing/reshareUsers.feature:168](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L168) +- [webUIResharing/reshareUsers.feature:169](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L169) +- [webUIResharing/reshareUsers.feature:172](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L172) +- [webUIResharing/reshareUsers.feature:200](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L200) +- [webUIResharing/reshareUsers.feature:228](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L228) +- [webUIResharing/reshareUsers.feature:269](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L269) +- [webUIResharing/reshareUsers.feature:270](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L270) +- [webUIResharing/reshareUsers.feature:271](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L271) +- [webUIResharing/reshareUsers.feature:272](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L272) +- [webUIResharing/reshareUsers.feature:285](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L285) +- [webUIResharing/reshareUsers.feature:286](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L286) +- [webUIResharing/reshareUsers.feature:289](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L289) +- [webUIResharing/reshareUsers.feature:311](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L311) +- [webUIResharing/reshareUsers.feature:332](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L332) +- [webUIResharing/reshareUsers.feature:353](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L353) +- [webUIResharing/reshareUsers.feature:394](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L394) +- [webUIResharing/reshareUsers.feature:411](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L411) +- [webUIResharing/reshareUsers.feature:423](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L423) + +### [various sharing settings cannot be set](https://github.com/owncloud/ocis-reva/issues/41) +- [webUIRestrictSharing/disableSharing.feature:13](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/disableSharing.feature#L13) +- [webUIRestrictSharing/disableSharing.feature:19](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/disableSharing.feature#L19) +- [webUIRestrictSharing/disableSharing.feature:29](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/disableSharing.feature#L29) +- [webUIRestrictSharing/disableSharing.feature:46](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/disableSharing.feature#L46) +- [webUISharingPublic/shareByPublicLink.feature:162](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L162) +- [webUISharingPublic/shareByPublicLink.feature:163](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L163) +- [webUISharingPublic/shareByPublicLink.feature:164](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L164) +- [webUISharingPublic/shareByPublicLink.feature:165](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L165) +- [webUISharingPublic/shareByPublicLink.feature:187](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L187) +- [webUISharingPublic/shareByPublicLink.feature:188](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L188) +- [webUISharingPublic/shareByPublicLink.feature:189](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L189) +- [webUISharingPublic/shareByPublicLink.feature:190](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L190) +- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:48](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L48) +- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:49](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L49) +- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:67](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L67) +- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:68](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L68) +- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L71) +- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:81](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L81) +- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:100](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L100) +- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:123](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L123) +- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:139](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L139) + +### [[OCIS] declining a received share gives 500 error even if the share is declined.](https://github.com/owncloud/product/issues/276) +- [webUISharingAcceptShares/acceptShares.feature:124](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L124) + +### [Cannot delete a received share](https://github.com/owncloud/ocis/issues/714) +- [webUISharingAcceptShares/acceptShares.feature:184](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L184) + +### [Accepting different shares with same filename from different users overwrites one file](https://github.com/owncloud/ocis/issues/713) +- [webUISharingAcceptShares/acceptShares.feature:198](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L198) + +### [file_target in share response](https://github.com/owncloud/product/issues/203) +- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:59](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L59) +- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L60) +- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L61) +- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L62) +- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L63) +- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L64) +- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:111](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L111) +- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:112](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L112) +- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:113](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L113) +- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:115](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L115) +- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:116](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L116) +- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:117](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L117) +- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L60) +- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L61) +- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L62) +- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L63) +- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L64) +- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:65](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L65) + +### [Group shares support](https://github.com/owncloud/ocis-reva/issues/194) +- [webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionsGroups/sharePermissionsGroup.feature#L60) +- [webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionsGroups/sharePermissionsGroup.feature#L61) +- [webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionsGroups/sharePermissionsGroup.feature#L62) +- [webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionsGroups/sharePermissionsGroup.feature#L63) +- [webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionsGroups/sharePermissionsGroup.feature#L64) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L60) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L61) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L62) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L63) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L64) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:65](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L65) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:66](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L66) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:67](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L67) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:68](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L68) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:69](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L69) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:70](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L70) +- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L71) +- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L60) +- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L61) +- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L62) +- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L63) +- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L64) +- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:65](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L65) +- [webUISharingInternalGroups/shareWithGroups.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L23) +- [webUISharingInternalGroups/shareWithGroups.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L71) +- [webUISharingInternalGroups/shareWithGroups.feature:72](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L72) +- [webUISharingInternalGroups/shareWithGroups.feature:73](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L73) +- [webUISharingInternalGroups/shareWithGroups.feature:98](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L98) +- [webUISharingInternalGroups/shareWithGroups.feature:173](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L173) +- [webUISharingInternalGroups/shareWithGroups.feature:186](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L186) +- [webUISharingInternalGroups/shareWithGroups.feature:205](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L205) +- [webUISharingInternalGroups/shareWithGroups.feature:216](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L216) +- [webUISharingInternalGroups/shareWithGroups.feature:231](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L231) +- [webUISharingInternalGroups/shareWithGroups.feature:245](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L245) +- [webUISharingInternalGroups/shareWithGroups.feature:255](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L255) +- [webUISharingInternalGroups/shareWithGroups.feature:276](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L276) +- [webUISharingInternalGroups/shareWithGroups.feature:304](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L304) +- [webUISharingInternalGroups/shareWithGroups.feature:305](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L305) +- [webUISharingInternalGroups/shareWithGroups.feature:327](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L327) +- [webUISharingInternalGroups/shareWithGroups.feature:328](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L328) +- [webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:48](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature#L48) +- [webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:72](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature#L72) +- [webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:95](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature#L95) +- [webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:120](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature#L120) +- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L23) +- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:43](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L43) +- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:59](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L59) +- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:75](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L75) +- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L90) +- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:102](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L102) +- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:112](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L112) +- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:122](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L122) + +### [renaming a resource does not work](https://github.com/owncloud/ocis-reva/issues/14) +- [webUISharingNotifications/shareWithGroups.feature:24](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/shareWithGroups.feature#L24) +- [webUISharingNotifications/shareWithUsers.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/shareWithUsers.feature#L17) +- [webUISharingNotifications/shareWithUsers.feature:28](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/shareWithUsers.feature#L28) +- [webUISharingNotifications/shareWithUsers.feature:36](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/shareWithUsers.feature#L36) +- [webUISharingNotifications/shareWithUsers.feature:49](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/shareWithUsers.feature#L49) + +### [name of public link is empty and not "Public link" when not specified in the create request](https://github.com/owncloud/ocis-reva/issues/383) +- [webUISharingPublic/shareByPublicLink.feature:30](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L30) +- [webUISharingPublic/shareByPublicLink.feature:31](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L31) + +### [Cannot upload files to the ownCloud storage](https://github.com/owncloud/ocis-reva/issues/398) +- [webUISharingPublic/shareByPublicLink.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L63) + +### [public share are not deleted when user is deleted](https://github.com/owncloud/ocis-reva/issues/389) +- [webUISharingPublic/shareByPublicLink.feature:135](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L135) + +### [Listing shares via ocs API does not show path for parent folders](https://github.com/owncloud/ocis-reva/issues/372) +- [webUISharingPublic/shareByPublicLink.feature:739](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L739) + +### [name of public link is empty and not "Public link" when not specified in the create request](https://github.com/owncloud/ocis-reva/issues/383) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:31](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L31) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:32](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L32) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L33) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:57](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L57) + +### [various sharing settings cannot be set](https://github.com/owncloud/ocis-reva/issues/41) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:311](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L311) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:319](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L319) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:328](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L328) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:337](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L337) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:346](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L346) + +### [Deletion of a recursive folder from trashbin is not possible](https://github.com/owncloud/product/issues/188) +- [webUITrashbinDelete/trashbinDelete.feature:36](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#L36) +- [webUITrashbinDelete/trashbinDelete.feature:66](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#L66) +- [webUITrashbinDelete/trashbinDelete.feature:93](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#L93) + +### [Trashbin fails with unknown error when restoring](https://github.com/owncloud/product/issues/139) +- [webUITrashbinDelete/trashbinDelete.feature:114](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#L114) + +### [Propfind response to trashbin endpoint is different in ocis](https://github.com/owncloud/product/issues/186) +### [restoring a file from "Deleted files" (trashbin) is not possible if the original folder does not exist any-more](https://github.com/owncloud/web/issues/1753) +- [webUITrashbinRestore/trashbinRestore.feature:123](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinRestore/trashbinRestore.feature#L123) + +### [Conflict / overwrite issues with TUS](https://github.com/owncloud/ocis-reva/issues/200) +- [webUIUpload/uploadEdgecases.feature:105](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/uploadEdgecases.feature#L105) +- [webUIUpload/uploadEdgecases.feature:121](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/uploadEdgecases.feature#L121) +- [webUIUpload/uploadFileGreaterThanQuotaSize.feature:12](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/uploadFileGreaterThanQuotaSize.feature#L12) + +### [restoring a file deleted from a received shared folder is not possible](https://github.com/owncloud/ocis/issues/1124) +- [webUITrashbinRestore/trashbinRestore.feature:240](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinRestore/trashbinRestore.feature#L240) + +### [Adjust web UI test scenarios that demonstrate fixed bugs](https://github.com/owncloud/web/issues/4601) +- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:165](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L165) +- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:166](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L166) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:32](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L32) +- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:136](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L136) +- [webUISharingPublic/shareByPublicLink.feature:791](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L791) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:122](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L122) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:298](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L298) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:275](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L275) +- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:212](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L212) + +### [renamed file cannot be shared](https://github.com/owncloud/web/issues/4192) +- [webUISharingInternalUsers/shareWithUsers.feature:595](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L595) diff --git a/tests/acceptance/expected-failures-with-ocis-server-owncloud-storage.txt b/tests/acceptance/expected-failures-with-ocis-server-owncloud-storage.txt deleted file mode 100644 index 028ae0e8f31..00000000000 --- a/tests/acceptance/expected-failures-with-ocis-server-owncloud-storage.txt +++ /dev/null @@ -1,423 +0,0 @@ -# this file contains the scenarios from web tests that are currently expected to fail on OCIS with owncloud storage -# -# https://github.com/owncloud/ocisissues/1106 media viewer does not support mp3 files -webUIPreview/imageMediaViewer.feature:81 -webUIPreview/imageMediaViewer.feature:88 -# -# https://github.com/owncloud/web/issues/4564 authentication dialog appears when user is deleted -# https://github.com/owncloud/ocis/issues/1129 login error page loops when logged in user is deleted -webUILogin/login.feature:62 -# -# https://github.com/owncloud/ocis-reva/issues/107 User request using token and basic authentication gives different display names -webUIAccount/accountInformation.feature:10 -# -# https://github.com/owncloud/ocis-konnectd/issues/42 LDAP Groups not working with konnectd -webUIAccount/accountInformation.feature:20 -# -# https://github.com/owncloud/ocis-reva/issues/107 User request using token and basic authentication gives different display names -# https://github.com/owncloud/ocis-konnectd/issues/42 LDAP Groups not working with konnectd -webUIAccount/accountInformation.feature:34 -# -# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented -webUIDeleteFilesFolders/deleteFilesFolders.feature:253 -webUIFavorites/favoritesFile.feature:14 -webUIFavorites/favoritesFile.feature:27 -webUIFavorites/favoritesFile.feature:40 -webUIFavorites/favoritesFile.feature:56 -webUIFavorites/favoritesFile.feature:63 -webUIFavorites/favoritesFile.feature:69 -webUIFavorites/favoritesFile.feature:74 -webUIFavorites/favoritesFile.feature:91 -webUIFavorites/favoritesFile.feature:110 -webUIFavorites/unfavoriteFile.feature:13 -webUIFavorites/unfavoriteFile.feature:30 -webUIFavorites/unfavoriteFile.feature:47 -webUIFavorites/unfavoriteFile.feature:60 -webUIFavorites/unfavoriteFile.feature:73 -webUIFavorites/unfavoriteFile.feature:85 -webUIFiles/fileDetails.feature:35 -webUIFiles/fileDetails.feature:46 -# -# https://github.com/owncloud/ocis-reva/issues/243 Sharing seems to work but does not work -webUIDeleteFilesFolders/deleteFilesFolders.feature:202 -webUIFiles/fileDetails.feature:88 -webUIFiles/fileDetails.feature:103 -webUIFiles/versions.feature:33 -webUIRenameFiles/renameFiles.feature:178 -webUIRenameFiles/renameFiles.feature:199 -webUIRenameFiles/renameFiles.feature:220 -webUISharingInternalUsers/shareWithUsers.feature:54 -webUISharingInternalUsers/shareWithUsers.feature:55 -webUISharingInternalUsers/shareWithUsers.feature:56 -webUISharingInternalUsers/shareWithUsers.feature:77 -webUISharingInternalUsers/shareWithUsers.feature:78 -webUISharingInternalUsers/shareWithUsers.feature:79 -webUISharingInternalUsers/shareWithUsers.feature:80 -webUISharingInternalUsers/shareWithUsers.feature:155 -webUISharingInternalUsers/shareWithUsers.feature:172 -webUISharingInternalUsers/shareWithUsers.feature:182 -webUISharingInternalUsers/shareWithUsers.feature:221 -webUISharingInternalUsers/shareWithUsers.feature:234 -webUISharingInternalUsers/shareWithUsers.feature:281 -webUISharingInternalUsers/shareWithUsers.feature:291 -webUISharingInternalUsers/shareWithUsers.feature:325 -webUISharingInternalUsers/shareWithUsers.feature:338 -webUISharingInternalUsers/shareWithUsers.feature:368 -webUISharingInternalUsers/shareWithUsers.feature:417 -webUISharingInternalUsers/shareWithUsers.feature:449 -webUISharingInternalUsers/shareWithUsers.feature:450 -webUISharingInternalUsers/shareWithUsers.feature:477 -webUISharingInternalUsers/shareWithUsers.feature:489 -webUISharingInternalUsers/shareWithUsers.feature:535 -webUISharingInternalUsers/shareWithUsers.feature:536 -webUISharingInternalUsers/shareWithUsers.feature:537 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:16 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:23 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:32 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:51 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:78 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:79 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:96 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:97 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:100 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:125 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:167 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:168 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:193 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:194 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:197 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:213 -webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:224 -webUISharingInternalUsersSharingIndicator/shareWithUsers.feature:77 -webUISharingInternalUsersSharingIndicator/shareWithUsers.feature:95 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:16 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:48 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:64 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:80 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:111 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:112 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:113 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:114 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:115 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:156 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:157 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:230 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:231 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:232 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:256 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:292 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:305 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:319 -# -# https://github.com/owncloud/ocis-reva/issues/243 Sharing seems to work but does not work -webUIFiles/copy.feature:71 -webUIFiles/copy.feature:79 -webUIMoveFilesFolders/moveFiles.feature:87 -webUIMoveFilesFolders/moveFolders.feature:67 -webUISharingPublic/shareByPublicLink.feature:572 -webUISharingPublic/shareByPublicLink.feature:607 -webUISharingPublic/shareByPublicLink.feature:624 -webUISharingPublic/shareByPublicLink.feature:641 -webUISharingPublic/shareByPublicLink.feature:658 -# -# https://github.com/owncloud/ocis-phoenix/issues/52 Copy private link option not available -webUIFiles/copyPrivateLinks.feature:18 -webUIFiles/copyPrivateLinks.feature:19 -# -# https://github.com/owncloud/web/issues/276 Display previews -webUIFiles/fileList.feature:23 -webUIFiles/fileList.feature:28 -# -# https://github.com/owncloud/ocis-reva/issues/110 Versions Cleanup not available -webUIFiles/versions.feature:45 -webUIFiles/versions.feature:56 -webUIFiles/versions.feature:71 -# -# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist -webUIFiles/search.feature:15 -webUIFiles/search.feature:26 -webUIFiles/search.feature:38 -webUIFiles/search.feature:83 -webUIFiles/search.feature:90 -webUIFiles/search.feature:99 -webUIFiles/search.feature:106 -webUIFiles/search.feature:137 -webUIFiles/search.feature:149 -webUIFiles/search.feature:159 -webUIFiles/search.feature:168 -webUIRestrictSharing/restrictReSharing.feature:23 -webUIRestrictSharing/restrictReSharing.feature:40 -webUIRestrictSharing/restrictSharing.feature:25 -webUIRestrictSharing/restrictSharing.feature:34 -webUIRestrictSharing/restrictSharing.feature:43 -webUIRestrictSharing/restrictSharing.feature:50 -webUISharingAcceptShares/acceptShares.feature:16 -webUISharingAcceptShares/acceptShares.feature:213 -webUISharingAutocompletion/shareAutocompletion.feature:33 -webUISharingAutocompletion/shareAutocompletion.feature:44 -webUISharingAutocompletion/shareAutocompletion.feature:55 -webUISharingAutocompletion/shareAutocompletion.feature:64 -webUISharingAutocompletion/shareAutocompletion.feature:73 -webUISharingAutocompletion/shareAutocompletion.feature:109 -webUISharingAutocompletion/shareAutocompletion.feature:121 -webUISharingAutocompletion/shareAutocompletion.feature:133 -webUISharingAutocompletion/shareAutocompletion.feature:145 -webUISharingAutocompletion/shareAutocompletion.feature:158 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:36 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:37 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:38 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:39 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:54 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:55 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:56 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:71 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:72 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:73 -webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:74 -webUISharingInternalUsersBlacklisted/shareWithUsers.feature:26 -webUISharingInternalUsersBlacklisted/shareWithUsers.feature:44 -webUISharingInternalUsersBlacklisted/shareWithUsers.feature:62 -webUISharingInternalUsersBlacklisted/shareWithUsers.feature:80 -webUISharingInternalUsersBlacklisted/shareWithUsers.feature:90 -# -# https://github.com/owncloud/ocis-konnectd/issues/68 Can login with invalid password while logging in with openidconnect in oc10 -webUILogin/login.feature:52 -# -# Image-Media-Viewer-Issue -webUIPreview/imageMediaViewer.feature:33 -# -#https://github.com/owncloud/web/issues/4296 media viewer does not display jpeg file -webUIPreview/imageMediaViewer.feature:15 -# -# webUI-Private-Links -webUIPrivateLinks/accessingPrivateLinks.feature:8 -webUIPrivateLinks/accessingPrivateLinks.feature:16 -webUIPrivateLinks/accessingPrivateLinks.feature:24 -webUIPrivateLinks/accessingPrivateLinks.feature:33 -webUIPrivateLinks/accessingPrivateLinks.feature:49 -# -# renameFiles -webUIRenameFiles/renameFiles.feature:113 -webUIRenameFiles/renameFiles.feature:114 -webUIRenameFiles/renameFiles.feature:115 -webUIRenameFiles/renameFiles.feature:160 -# -# renameFolders -webUIRenameFolders/renameFolders.feature:104 -webUIRenameFolders/renameFolders.feature:105 -webUIRenameFolders/renameFolders.feature:106 -webUIRenameFolders/renameFolders.feature:125 -# -# Reshare is not available in ocis webUI -webUIResharing/reshareUsers.feature:17 -webUIResharing/reshareUsers.feature:28 -webUIResharing/reshareUsers.feature:40 -webUIResharing/reshareUsers.feature:68 -webUIResharing/reshareUsers.feature:69 -webUIResharing/reshareUsers.feature:70 -webUIResharing/reshareUsers.feature:71 -webUIResharing/reshareUsers.feature:72 -webUIResharing/reshareUsers.feature:94 -webUIResharing/reshareUsers.feature:95 -webUIResharing/reshareUsers.feature:96 -webUIResharing/reshareUsers.feature:97 -webUIResharing/reshareUsers.feature:98 -webUIResharing/reshareUsers.feature:129 -webUIResharing/reshareUsers.feature:130 -webUIResharing/reshareUsers.feature:131 -webUIResharing/reshareUsers.feature:132 -webUIResharing/reshareUsers.feature:133 -webUIResharing/reshareUsers.feature:165 -webUIResharing/reshareUsers.feature:166 -webUIResharing/reshareUsers.feature:167 -webUIResharing/reshareUsers.feature:168 -webUIResharing/reshareUsers.feature:169 -webUIResharing/reshareUsers.feature:172 -webUIResharing/reshareUsers.feature:200 -webUIResharing/reshareUsers.feature:228 -webUIResharing/reshareUsers.feature:269 -webUIResharing/reshareUsers.feature:270 -webUIResharing/reshareUsers.feature:271 -webUIResharing/reshareUsers.feature:272 -webUIResharing/reshareUsers.feature:285 -webUIResharing/reshareUsers.feature:286 -webUIResharing/reshareUsers.feature:289 -webUIResharing/reshareUsers.feature:311 -webUIResharing/reshareUsers.feature:332 -webUIResharing/reshareUsers.feature:353 -webUIResharing/reshareUsers.feature:394 -webUIResharing/reshareUsers.feature:411 -webUIResharing/reshareUsers.feature:423 -# -# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set -webUIRestrictSharing/disableSharing.feature:13 -webUIRestrictSharing/disableSharing.feature:19 -webUIRestrictSharing/disableSharing.feature:29 -webUIRestrictSharing/disableSharing.feature:46 -webUISharingPublic/shareByPublicLink.feature:162 -webUISharingPublic/shareByPublicLink.feature:163 -webUISharingPublic/shareByPublicLink.feature:164 -webUISharingPublic/shareByPublicLink.feature:165 -webUISharingPublic/shareByPublicLink.feature:187 -webUISharingPublic/shareByPublicLink.feature:188 -webUISharingPublic/shareByPublicLink.feature:189 -webUISharingPublic/shareByPublicLink.feature:190 -webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:48 -webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:49 -webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:67 -webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:68 -webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:71 -webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:81 -webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:100 -webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:123 -webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:139 -# -# https://github.com/owncloud/product/issues/276 [OCIS] declining a received share gives 500 error even if the share is declined. -webUISharingAcceptShares/acceptShares.feature:124 -# -# https://github.com/owncloud/ocis/issues/714 Cannot delete a received share -webUISharingAcceptShares/acceptShares.feature:184 -# -# https://github.com/owncloud/ocis/issues/713 Accepting different shares with same filename from different users overwrites one file -webUISharingAcceptShares/acceptShares.feature:198 -# -# https://github.com/owncloud/product/issues/203 file_target in share response -webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:59 -webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:60 -webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:61 -webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:62 -webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:63 -webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:64 -webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:111 -webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:112 -webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:113 -webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:115 -webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:116 -webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:117 -webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:60 -webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:61 -webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:62 -webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:63 -webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:64 -webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:65 -# -# https://github.com/owncloud/ocis-reva/issues/194 Group shares support -webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:60 -webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:61 -webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:62 -webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:63 -webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:64 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:60 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:61 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:62 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:63 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:64 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:65 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:66 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:67 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:68 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:69 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:70 -webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:71 -webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:60 -webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:61 -webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:62 -webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:63 -webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:64 -webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:65 -webUISharingInternalGroups/shareWithGroups.feature:23 -webUISharingInternalGroups/shareWithGroups.feature:71 -webUISharingInternalGroups/shareWithGroups.feature:72 -webUISharingInternalGroups/shareWithGroups.feature:73 -webUISharingInternalGroups/shareWithGroups.feature:98 -webUISharingInternalGroups/shareWithGroups.feature:173 -webUISharingInternalGroups/shareWithGroups.feature:186 -webUISharingInternalGroups/shareWithGroups.feature:205 -webUISharingInternalGroups/shareWithGroups.feature:216 -webUISharingInternalGroups/shareWithGroups.feature:231 -webUISharingInternalGroups/shareWithGroups.feature:245 -webUISharingInternalGroups/shareWithGroups.feature:255 -webUISharingInternalGroups/shareWithGroups.feature:276 -webUISharingInternalGroups/shareWithGroups.feature:304 -webUISharingInternalGroups/shareWithGroups.feature:305 -webUISharingInternalGroups/shareWithGroups.feature:327 -webUISharingInternalGroups/shareWithGroups.feature:328 -webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:48 -webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:72 -webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:95 -webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:120 -webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:23 -webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:43 -webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:59 -webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:75 -webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:90 -webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:102 -webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:112 -webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:122 -# -# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work -webUISharingNotifications/shareWithGroups.feature:24 -webUISharingNotifications/shareWithUsers.feature:17 -webUISharingNotifications/shareWithUsers.feature:28 -webUISharingNotifications/shareWithUsers.feature:36 -webUISharingNotifications/shareWithUsers.feature:49 -# -# https://github.com/owncloud/ocis-reva/issues/383 name of public link is empty and not "Public link" when not specified in the create request -webUISharingPublic/shareByPublicLink.feature:30 -webUISharingPublic/shareByPublicLink.feature:31 -# -# https://github.com/owncloud/ocis-reva/issues/398 Cannot upload files to the ownCloud storage -webUISharingPublic/shareByPublicLink.feature:63 -# -# https://github.com/owncloud/ocis-reva/issues/389 public share are not deleted when user is deleted -webUISharingPublic/shareByPublicLink.feature:135 -# -# https://github.com/owncloud/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders -webUISharingPublic/shareByPublicLink.feature:739 -# -# https://github.com/owncloud/ocis-reva/issues/383 name of public link is empty and not "Public link" when not specified in the create request -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:31 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:32 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:33 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:57 -# -# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:311 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:319 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:328 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:337 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:346 -# -# https://github.com/owncloud/product/issues/188 Deletion of a recursive folder from trashbin is not possible -webUITrashbinDelete/trashbinDelete.feature:36 -webUITrashbinDelete/trashbinDelete.feature:66 -webUITrashbinDelete/trashbinDelete.feature:93 -# -# https://github.com/owncloud/product/issues/139 Trashbin fails with unknown error when restoring -webUITrashbinDelete/trashbinDelete.feature:114 -# -# https://github.com/owncloud/product/issues/186 Propfind response to trashbin endpoint is different in ocis -# https://github.com/owncloud/web/issues/1753 restoring a file from "Deleted files" (trashbin) is not possible if the original folder does not exist any-more -webUITrashbinRestore/trashbinRestore.feature:123 -# -# https://github.com/owncloud/ocis-reva/issues/200 Conflict / overwrite issues with TUS -webUIUpload/uploadEdgecases.feature:105 -webUIUpload/uploadEdgecases.feature:121 -webUIUpload/uploadFileGreaterThanQuotaSize.feature:12 -# -# https://github.com/owncloud/ocis/issues/1124 restoring a file deleted from a received shared folder is not possible -webUITrashbinRestore/trashbinRestore.feature:240 -# -# https://github.com/owncloud/web/issues/4601 Adjust web UI test scenarios that demonstrate fixed bugs -webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:165 -webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:166 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:32 -webUISharingPermissionsUsers/sharePermissionsUsers.feature:136 -webUISharingPublic/shareByPublicLink.feature:791 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:122 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:298 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:275 -webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:212 -# -# https://github.com/owncloud/web/issues/4192 renamed file cannot be shared -webUISharingInternalUsers/shareWithUsers.feature:595 \ No newline at end of file diff --git a/tests/acceptance/run.sh b/tests/acceptance/run.sh index c74bf611b43..aa964c76d15 100755 --- a/tests/acceptance/run.sh +++ b/tests/acceptance/run.sh @@ -82,7 +82,7 @@ if [ -n "${EXPECTED_FAILURES_FILE}" ]; then # Check that every failed scenario is in the list of expected failures # Loop through the keys of the FAILED_SCENARIO_PATHS array (! does that) for FAILED_SCENARIO_PATH in "${!FAILED_SCENARIO_PATHS[@]}"; do - grep -x "${FAILED_SCENARIO_PATH}" "${EXPECTED_FAILURES_FILE}" >/dev/null + grep "\[${FAILED_SCENARIO_PATH}\]" "${EXPECTED_FAILURES_FILE}" >/dev/null if [ $? -ne 0 ]; then echo "Error: Scenario ${FAILED_SCENARIO_PATH} failed but was not expected to fail." UNEXPECTED_FAILED_SCENARIOS+=("${FAILED_SCENARIO_PATH}") @@ -96,6 +96,11 @@ if [ -n "${EXPECTED_FAILURES_FILE}" ]; then continue fi + if [[ "${LINE}" =~ -\ \[(.*?)] ]]; then + LINE="${BASH_REMATCH[1]}" + else + continue + fi # This should be a suite name (string) like "webUILogin" EXPECTED_FAILURE_SUITE=$(dirname "${LINE}")