]> source.dussan.org Git - nextcloud-server.git/commitdiff
Adjust tags acceptance tests to moved admin section 18154/head
authorJulius Härtl <jus@bitgrid.net>
Thu, 28 Nov 2019 17:26:15 +0000 (18:26 +0100)
committerJulius Härtl <jus@bitgrid.net>
Thu, 28 Nov 2019 17:26:15 +0000 (18:26 +0100)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
tests/acceptance/features/app-files-tags.feature

index 093ae37191212acd787dcdb3089c614384c21e8e..8514a59d7d01c031e7dfa937e53d12e1f87d5f4f 100644 (file)
@@ -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.