Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-11-28 22:27:26 +0300
committerGitHub <noreply@github.com>2019-11-28 22:27:26 +0300
commit29bdaf735be1a5ae281c1945822d8881354ccbd3 (patch)
tree21b28db0e7781e6b7eaa25bc0e9ab7bf401b71b2
parent3cd25846a11f2a201745dcf1704eed7a4e7c168e (diff)
parent0c6c12deae2d5ea8aed1f54b923fba25e84dd0c0 (diff)
Merge pull request #18154 from nextcloud/tests/fix-tags-acceptance
Adjust tags acceptance tests to moved admin section
-rw-r--r--tests/acceptance/features/app-files-tags.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/acceptance/features/app-files-tags.feature b/tests/acceptance/features/app-files-tags.feature
index 093ae371912..8514a59d7d0 100644
--- a/tests/acceptance/features/app-files-tags.feature
+++ b/tests/acceptance/features/app-files-tags.feature
@@ -22,7 +22,7 @@ Feature: app-files-tags
Scenario: create tags using the Administration settings
Given I am logged in as the admin
And I visit the settings page
- And I open the "Workflows" section of the "Administration" group
+ And I open the "Basic settings" section of the "Administration" group
# The "create" button does nothing before JavaScript was initialized, and
# the only way to detect that is waiting for the button to select tags to be
# shown.
@@ -33,7 +33,7 @@ Feature: app-files-tags
# Scenario: add tags using the dropdown in the details view
# Given I am logged in as the admin
# And I visit the settings page
-# And I open the "Workflows" section of the "Administration" group
+# And I open the "Basic settings" section of the "Administration" group
# # The "create" button does nothing before JavaScript was initialized, and
# # the only way to detect that is waiting for the button to select tags to be
# # shown.
@@ -61,7 +61,7 @@ Feature: app-files-tags
# Scenario: remove tags using the dropdown in the details view
# Given I am logged in as the admin
# And I visit the settings page
-# And I open the "Workflows" section of the "Administration" group
+# And I open the "Basic settings" section of the "Administration" group
# # The "create" button does nothing before JavaScript was initialized, and
# # the only way to detect that is waiting for the button to select tags to be
# # shown.