nextcloud/tests/acceptance
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
..
config Add acceptance tests for moving and copying files to another folder 2019-01-24 11:15:51 +01:00
features Disable failing files app test 2019-03-13 22:20:24 +01:00
composer.json Add context classes to Composer autoload 2018-04-06 04:13:42 +02:00
installAndConfigureServer.sh Add acceptance test for resharing a file with another user 2018-11-23 15:14:48 +01:00
run-local.sh Link the default Apache directory to the Nextcloud server in all runners 2018-10-29 16:23:38 +01:00
run.sh Link the default Apache directory to the Nextcloud server in all runners 2018-10-29 16:23:38 +01:00