Skip to content

Commit

Permalink
Merge pull request #34715 from owncloud/tags-insulated-disablePreviews
Browse files Browse the repository at this point in the history
Add missing insulated disablePreviews tags to webUI feature files
  • Loading branch information
phil-davis authored Mar 8, 2019
2 parents 9d0f23f + e10a372 commit a93e321
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@webUI @comments-app-required @admin_settings-feature-required
@webUI @insulated @disablePreviews
@comments-app-required @admin_settings-feature-required
Feature: admin apps settings
As an admin
I want to be able to manage apps settings on the ownCloud server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@webUI @mailhog @admin_settings-feature-required
@webUI @insulated @disablePreviews @mailhog @admin_settings-feature-required
Feature: admin general settings
As an admin
I want to be able to manage general settings on the ownCloud server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@webUI @admin_settings-feature-required
@webUI @insulated @disablePreviews @admin_settings-feature-required
Feature: admin sharing settings
As an admin
I want to be able to manage sharing settings on the ownCloud server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@webUI @admin_settings-feature-required @local_storage
@webUI @insulated @disablePreviews @admin_settings-feature-required @local_storage
Feature: admin storage settings
As an admin
I want to be able to manage external storages on the ownCloud server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@webUI @admin_settings-feature-required @insulated
@webUI @insulated @disablePreviews @admin_settings-feature-required
Feature: Help and tips page
As an admin
I want to be able to view a page with links to various help information
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/webUIComments/comments.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@webUI @insulated @comments-app-required
@webUI @insulated @disablePreviews @comments-app-required
Feature: Add, delete and edit comments in files and folders

As a user
Expand Down
3 changes: 2 additions & 1 deletion tests/acceptance/features/webUIFiles/versions.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@webUI @insulated @files_versions-app-required
@webUI @insulated @disablePreviews
@files_versions-app-required
Feature: Versions of a file

As a user
Expand Down
1 change: 0 additions & 1 deletion tests/acceptance/features/webUILogin/resetPassword.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@webUI @insulated @disablePreviews @mailhog

Feature: reset the password
As a user
I want to reset my password
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@webUI @insulated @disablePreviews @mailhog

Feature: reset the password using an email address
As a user
I want to reset my password using an email address
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@webUI @insulated @mailhog
@webUI @insulated @disablePreviews @mailhog
Feature: Change own email address on the personal settings page
As a user
I would like to change my own email address
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@webUI @insulated
@webUI @insulated @disablePreviews
Feature: Change own full name on the personal settings page
As a user
I would like to change my own full name
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@webUI @insulated
@webUI @insulated @disablePreviews
Feature: Change Login Password
As a user
I would like to change my login password
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/webUITags/createTags.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@webUI @insulated @systemtags-app-required
@webUI @insulated @disablePreviews @systemtags-app-required
Feature: Creation of tags for the files and folders
As a user
I want to create tags for the files/folders
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/webUITags/tagsSuggestion.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@webUI @insulated @systemtags-app-required
@webUI @insulated @disablePreviews @systemtags-app-required
Feature: Suggestion for matching tag names
As a user
I want to get suggestions for adding tags from already existing tags
Expand Down

0 comments on commit a93e321

Please sign in to comment.