From 466ed0ba20b062ae5e9e7bd4b6896bdd589f35fe Mon Sep 17 00:00:00 2001 From: Ilja Neumann Date: Fri, 12 Feb 2021 14:56:51 +0100 Subject: [PATCH] Sync expected failures with web --- .../expected-failures-webUI-on-OWNCLOUD-storage.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/acceptance/expected-failures-webUI-on-OWNCLOUD-storage.md b/tests/acceptance/expected-failures-webUI-on-OWNCLOUD-storage.md index 569985c03a0..0eac0423f4f 100644 --- a/tests/acceptance/expected-failures-webUI-on-OWNCLOUD-storage.md +++ b/tests/acceptance/expected-failures-webUI-on-OWNCLOUD-storage.md @@ -434,3 +434,9 @@ Other free text and markdown formatting can be used elsewhere in the document if ### [Moving files in a shared folder causes errors but succeeds](https://github.com/owncloud/ocis/issues/873) - [webUIMoveFilesFolders/moveFiles.feature:122](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature:122#L122) + +### [Blocked user is not logged out](https://github.com/owncloud/ocis/issues/902) +- [webUILogin/adminBlocksUser.feature:6](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/adminBlocksUser.feature#L6) + +### [Browser session deleted user should not be valid for newly created user of same name](https://github.com/owncloud/ocis/issues/904) +- [webUILogin/login.feature:74](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/login.feature#L74)