Merge pull request #14774 from nextcloud/fix/bundle_enable_tests

Temp disable bundle tests
This commit is contained in:
Morris Jobke 2019-03-20 22:29:56 +01:00 committed by GitHub
commit 6fae7ae5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -40,14 +40,14 @@ Feature: apps
And I see the app bundles And I see the app bundles
And I see that the "Enterprise bundle" is disabled And I see that the "Enterprise bundle" is disabled
Scenario: Enable an app bundle # Scenario: Enable an app bundle
Given I act as Jane # Given I act as Jane
And I am logged in as the admin # And I am logged in as the admin
And I open the Apps management # And I open the Apps management
And I open the "App bundles" section # And I open the "App bundles" section
When I enable all apps from the "Enterprise bundle" # When I enable all apps from the "Enterprise bundle"
Then I see that the "Auditing / Logging" app has been enabled # Then I see that the "Auditing / Logging" app has been enabled
And I see that the "LDAP user and group backend" app has been enabled # And I see that the "LDAP user and group backend" app has been enabled
Scenario: View app details Scenario: View app details
Given I act as Jane Given I act as Jane