mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #11402 from nextcloud/fix_acceptance
Also test enabling of the Antivirus App for files
This commit is contained in:
commit
522d6804f7
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue