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.
# 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.
# 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.