Skip to content

Commit

Permalink
Merge pull request #18154 from nextcloud/tests/fix-tags-acceptance
Browse files Browse the repository at this point in the history
Adjust tags acceptance tests to moved admin section
  • Loading branch information
rullzer authored Nov 28, 2019
2 parents 3cd2584 + 0c6c12d commit 29bdaf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/acceptance/features/app-files-tags.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 29bdaf7

Please sign in to comment.