summaryrefslogtreecommitdiffstats
path: root/tests/acceptance
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-02-28 11:42:21 +0100
committerMorris Jobke <hey@morrisjobke.de>2019-02-28 11:42:21 +0100
commit36bf1ffb25cb4a23f01b3cdc85bdf8c40e508f2d (patch)
treea77989311fc3c5bd94dc98ecef58523a4211d6ec /tests/acceptance
parentdb4af1d4ff1a298a9790851983be3ac5f445f5ad (diff)
downloadnextcloud-server-36bf1ffb25cb4a23f01b3cdc85bdf8c40e508f2d.tar.gz
nextcloud-server-36bf1ffb25cb4a23f01b3cdc85bdf8c40e508f2d.zip
Fix acceptance tests for tag management
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/acceptance')
-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 d606c7a88a4..89599d5f51c 100644
--- a/tests/acceptance/features/app-files-tags.feature
+++ b/tests/acceptance/features/app-files-tags.feature
@@ -31,7 +31,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 "Workflow" section
+ And I open the "Tag management" section
# 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.
@@ -42,7 +42,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 "Workflow" section
+ And I open the "Tag management" section
# 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.
@@ -70,7 +70,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 "Workflow" section
+ And I open the "Tag management" section
# 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.