diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-26 21:46:32 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-26 22:05:42 +0200 |
commit | 1fecea6c087366599bd347ce2287162092a10fae (patch) | |
tree | 326f2e31e364ebe7006ffcbabaf911357528f6eb /tests/acceptance | |
parent | bf57c53ca5b3f61c94c65649aafc3d96b2d6699e (diff) | |
download | nextcloud-server-1fecea6c087366599bd347ce2287162092a10fae.tar.gz nextcloud-server-1fecea6c087366599bd347ce2287162092a10fae.zip |
Also test enabling of the Antivirus App for files
Since there is no calendar release for 15 yet we should use an app that
we can quickly release for 15 as well.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/acceptance')
-rw-r--r-- | tests/acceptance/features/apps.feature | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/acceptance/features/apps.feature b/tests/acceptance/features/apps.feature index 4881dfe9d8c..33e9e15dad2 100644 --- a/tests/acceptance/features/apps.feature +++ b/tests/acceptance/features/apps.feature @@ -76,15 +76,15 @@ Feature: apps And I am logged in as the admin And I open the Apps management And I open the "Tools" section - When I click on the "Antivirus App for files" app + When I click on the "Antivirus for files" app Then I see that the app details are shown Scenario: Install an app from the app store Given I act as Jane And I am logged in as the admin And I open the Apps management - And I open the "Office & text" section - And I click on the "Calendar" app + And I open the "Tools" section + And I click on the "Antivirus for files" app And I see that the app details are shown - Then I download and enable the "Calendar" app - And I see that the "Calendar" app has been enabled + Then I download and enable the "Antivirus for files" app + And I see that the "Antivirus for files" app has been enabled |