diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:53:56 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:53:56 +0100 |
commit | 12dd4c7c8a393cea2f264832e38df4286591f48c (patch) | |
tree | 76641dc1040edfe13c32f1f5ffb3c2695df86624 /features/steps/admin | |
parent | b8a926fab0acc85dd22456366390a93f4c4b6ad9 (diff) | |
download | gitlab-ce-12dd4c7c8a393cea2f264832e38df4286591f48c.tar.gz |
Use "Delete" in milestone and label delete buttons instead of "Remove"
Diffstat (limited to 'features/steps/admin')
-rw-r--r-- | features/steps/admin/labels.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/labels.rb b/features/steps/admin/labels.rb index b45d98658bc..2d5db8f739e 100644 --- a/features/steps/admin/labels.rb +++ b/features/steps/admin/labels.rb @@ -17,7 +17,7 @@ class Spinach::Features::AdminIssuesLabels < Spinach::FeatureSteps step 'I remove label \'bug\'' do page.within "#label_#{bug_label.id}" do - click_link 'Remove' + click_link 'Delete' end end |