nextcloud/tests/acceptance/features
Morris Jobke a5e42f95c6
Disable failing login test
* tests/acceptance/features/login.feature:15
<details><summary>Show full log</summary>

```
  Scenario: log in with valid user and invalid password once fixed by admin # /drone/src/github.com/nextcloud/server/tests/acceptance/features/login.feature:15
    Given I act as John                                                     # ActorContext::iActAs()
    And I can not log in with user user0 and password 654231                # LoginPageContext::iCanNotLogInWithUserAndPassword()
    When I act as Jane                                                      # ActorContext::iActAs()
    And I am logged in as the admin                                         # LoginPageContext::iAmLoggedInAsTheAdmin()
    And I open the User settings                                            # SettingsMenuContext::iOpenTheUserSettings()
    And I set the password for user0 to 654321                              # UsersSettingsContext::iSetTheFieldForUserTo()
    And I act as John                                                       # ActorContext::iActAs()
    And I log in with user user0 and password 654321                        # LoginPageContext::iLogInWithUserAndPassword()
    Then I see that the current page is the Files app                       # FilesAppContext::iSeeThatTheCurrentPageIsTheFilesApp()
      Failed asserting that 'http://acceptance-login/index.php/login?user=user0' starts with "http://acceptance-login/index.php/apps/files/".

```
</details>

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-13 18:01:24 +01:00
..
bootstrap Fix acceptance tests for wrong password message due to changed message 2019-03-11 11:54:38 +01:00
core Move the browser window of an actor to the foreground when acting as him 2018-10-26 11:07:13 +02:00
access-levels.feature Header acceptance features 2018-03-09 14:33:22 +01:00
app-comments.feature Disable failing comments test 2019-03-13 18:01:24 +01:00
app-files-sharing-link.feature Extract sharing related acceptance tests to their own feature files 2018-11-23 15:13:15 +01:00
app-files-sharing.feature Extract sharing related acceptance tests to their own feature files 2018-11-23 15:13:15 +01:00
app-files-tags.feature Disable failing files tag test 2019-03-13 18:01:24 +01:00
app-files.feature Disable failing files app test 2019-03-13 18:01:24 +01:00
app-theming.feature Move acceptance tests that crash the PHP built-in server to Apache 2018-10-29 12:38:42 +01:00
apps.feature Disable failing apps management test 2019-03-13 18:01:24 +01:00
header.feature Make header.feature more robust by running it on apache 2019-03-04 10:22:16 +01:00
login.feature Disable failing login test 2019-03-13 18:01:24 +01:00
users.feature Disable fragile tests for now 2019-03-05 14:23:08 +01:00