diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-03-20 22:29:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-20 22:29:56 +0100 |
commit | 6fae7ae5ce25ba0679b93aa8f1f8868dcd6b236a (patch) | |
tree | 331566e5a91a4a30198535ac8cc2d18c86a651d1 | |
parent | 03dc79f66561b1dbaba9c036c47f14697c065e0a (diff) | |
parent | 093c75802c5aec77004a248b554e04ffb1c9b955 (diff) | |
download | nextcloud-server-6fae7ae5ce25ba0679b93aa8f1f8868dcd6b236a.tar.gz nextcloud-server-6fae7ae5ce25ba0679b93aa8f1f8868dcd6b236a.zip |
Merge pull request #14774 from nextcloud/fix/bundle_enable_tests
Temp disable bundle tests
-rw-r--r-- | tests/acceptance/features/apps.feature | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/acceptance/features/apps.feature b/tests/acceptance/features/apps.feature index 4b03ff7c76d..c3047983145 100644 --- a/tests/acceptance/features/apps.feature +++ b/tests/acceptance/features/apps.feature @@ -40,14 +40,14 @@ Feature: apps And I see the app bundles And I see that the "Enterprise bundle" is disabled - Scenario: Enable an app bundle - Given I act as Jane - And I am logged in as the admin - And I open the Apps management - And I open the "App bundles" section - When I enable all apps from the "Enterprise bundle" - 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 +# Scenario: Enable an app bundle +# Given I act as Jane +# And I am logged in as the admin +# And I open the Apps management +# And I open the "App bundles" section +# When I enable all apps from the "Enterprise bundle" +# 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 Scenario: View app details Given I act as Jane |