diff --git a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md index b2dfe01cf08..61bd34e2f9d 100644 --- a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md +++ b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md @@ -21,7 +21,7 @@ Other free text and markdown formatting can be used elsewhere in the document if - [webUIPreview/imageMediaViewer.feature:191](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L191) ### [Exit page re-appears in loop when logged in user is deleted](https://github.com/owncloud/web/issues/4677) -- [webUILogin/openidLogin.feature:51](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/openidLogin.feature#L51) +- [webUILogin/openidLogin.feature:50](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/openidLogin.feature#L50) ### [REPORT request not implemented](https://github.com/owncloud/ocis/issues/1330) - [webUIDeleteFilesFolders/deleteFilesFolders.feature:295](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature#L295) @@ -206,10 +206,6 @@ Other free text and markdown formatting can be used elsewhere in the document if - [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:82](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L82) - [webUISharingInternalGroups/shareWithGroups.feature:200](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L200) -### [Can login with invalid password while logging in with openidconnect in oc10](https://github.com/owncloud/ocis/issues/1428) -- [webUILogin/openidLogin.feature:44](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/openidLogin.feature#L44) - - ### webUI-Private-Links - [webUIPrivateLinks/accessingPrivateLinks.feature:9](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L9) - [webUIPrivateLinks/accessingPrivateLinks.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L17) diff --git a/tests/acceptance/features/webUILogin/openidLogin.feature b/tests/acceptance/features/webUILogin/openidLogin.feature index 5c650393ccd..5e34f2c11e1 100644 --- a/tests/acceptance/features/webUILogin/openidLogin.feature +++ b/tests/acceptance/features/webUILogin/openidLogin.feature @@ -40,12 +40,11 @@ Feature: login users When the user tries to log in with username "invalid" and password "1234" using the webUI Then the warning 'Logon failed. Please verify your credentials and try again.' should be displayed on the login page - @ocis-konnectd-issue-68 + Scenario: try to login with valid username and invalid password Given the user has browsed to the login page When the user tries to log in with username "Alice" and password "invalid" using the webUI - Then the files table should be displayed -# Then the warning 'Logon failed. Please verify your credentials and try again.' should be displayed on the login page + Then the warning 'Logon failed. Please verify your credentials and try again.' should be displayed on the login page Scenario: the user session of a deleted user is cleared properly @@ -57,6 +56,7 @@ Feature: login users When the user exits the login error page Then the user should be redirected to the login page + Scenario: the user session of a deleted user should not be valid for newly created user of same name Given user "Alice" has logged in using the webUI And user "Alice" has been deleted