diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-04-02 09:38:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-02 09:38:13 +0200 |
commit | d515a645704ecc14472d276da85dc75d37a7dd21 (patch) | |
tree | 62af365630f67bd6a3255f9923af91b59f3a7319 | |
parent | 021751658e3999d834d34cc918771575fcf89bf9 (diff) | |
parent | 49acc28d90b4032c27752abdeafeefa363244a5d (diff) | |
download | nextcloud-server-d515a645704ecc14472d276da85dc75d37a7dd21.tar.gz nextcloud-server-d515a645704ecc14472d276da85dc75d37a7dd21.zip |
Merge pull request #14775 from nextcloud/revert-14774-fix/bundle_enable_tests
Revert "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 c3047983145..4b03ff7c76d 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 |