nextcloud/tests/acceptance/features
Morris Jobke b2eae64111
Disable failing files app test
Fails with:

 * tests/acceptance/features/app-files.feature:90
<details><summary>Show full log</summary>

```
  Scenario: show favorites                                            # /drone/src/github.com/nextcloud/server/tests/acceptance/features/app-files.feature:90
    Given I am logged in                                              # LoginPageContext::iAmLoggedIn()
    And I mark "welcome.txt" as favorite                              # FileListContext::iMarkAsFavorite()
    When I open the "Favorites" section                               # AppNavigationContext::iOpenTheSection()
    Then I see that the current section is "Favorites"                # AppNavigationContext::iSeeThatTheCurrentSectionIs()
    Then I see that the file list contains a file named "welcome.txt" # FileListContext::iSeeThatTheFileListContainsAFileNamed()
      Row for file welcome.txt in file list could not be found after 100 seconds (NoSuchElementException)
```
</details>

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-13 22:20:24 +01:00
..
bootstrap Add acceptance tests for moving and copying selections to another folder 2019-01-24 11:15:51 +01:00
core Move the browser window of an actor to the foreground when acting as him 2018-10-29 16:26:12 +01:00
access-levels.feature Header acceptance features 2018-03-09 14:33:22 +01:00
app-comments.feature Add acceptance tests for opening search results for comments 2018-12-24 13:22:06 +00:00
app-files-sharing-link.feature Extract sharing related acceptance tests to their own feature files 2018-11-23 15:14:49 +01:00
app-files-sharing.feature Extract sharing related acceptance tests to their own feature files 2018-11-23 15:14:49 +01:00
app-files-tags.feature Disable failing files tag test 2019-03-13 22:20:18 +01:00
app-files.feature Disable failing files app test 2019-03-13 22:20:24 +01:00
app-theming.feature Move acceptance tests that crash the PHP built-in server to Apache 2018-10-29 16:23:38 +01:00
apps.feature Disable failing apps management test 2019-03-13 22:20:21 +01:00
header.feature Make header.feature more robust by running it on apache 2019-03-04 10:09:32 +00:00
login.feature Run tests that fail with "no such process" over to apache server 2019-03-04 09:23:20 +00:00
users.feature Run tests that fail with "no such process" over to apache server 2019-03-04 09:23:20 +00:00