nextcloud/tests/acceptance/features
Morris Jobke a609a98c28
Disable failing apps management test
Fails with:

 * tests/acceptance/features/apps.feature:66
<details><summary>Show full log</summary>

```
  Scenario: Show section from app store                       # /drone/src/github.com/nextcloud/server/tests/acceptance/features/apps.feature:66
    Given I act as Jane                                       # ActorContext::iActAs()
    And I am logged in as the admin                           # LoginPageContext::iAmLoggedInAsTheAdmin()
    And I open the Apps management                            # SettingsMenuContext::iOpenTheAppsManagement()
    And I see that the current section is "Your apps"         # AppNavigationContext::iSeeThatTheCurrentSectionIs()
    When I open the "Files" section                           # AppNavigationContext::iOpenTheSection()
      Files section item in App Navigation could not be found after 100 seconds (NoSuchElementException)
    Then I see that there some apps listed from the app store # AppsManagementContext::iSeeThatThereSomeAppsListedFromTheAppStore()
    And I see that the current section is "Files"             # AppNavigationContext::iSeeThatTheCurrentSectionIs()

```
</details>

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-13 22:17:59 +01:00
..
bootstrap Add acceptance tests for moving and copying selections to another folder 2019-01-23 21:05:54 +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 Add acceptance tests for opening search results for comments 2019-01-03 11:39:16 +01:00
app-files-sharing-link.feature Extract sharing related acceptance tests to their own feature files 2018-11-27 21:08:58 +00:00
app-files-sharing.feature Extract sharing related acceptance tests to their own feature files 2018-11-27 21:08:58 +00:00
app-files-tags.feature Disable failing files tag test 2019-03-13 22:17:52 +01:00
app-files.feature Run tests that fail with "no such process" over to apache server 2019-03-04 09:23:18 +00: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 22:17:59 +01:00
header.feature Make header.feature more robust by running it on apache 2019-03-04 10:08:54 +00:00
login.feature Run tests that fail with "no such process" over to apache server 2019-03-04 09:23:18 +00:00
users.feature Run tests that fail with "no such process" over to apache server 2019-03-04 09:23:18 +00:00