Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 16:53:56 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-02 16:53:56 +0300
commit12dd4c7c8a393cea2f264832e38df4286591f48c (patch)
tree76641dc1040edfe13c32f1f5ffb3c2695df86624 /features/steps/admin
parentb8a926fab0acc85dd22456366390a93f4c4b6ad9 (diff)
Use "Delete" in milestone and label delete buttons instead of "Remove"
Diffstat (limited to 'features/steps/admin')
-rw-r--r--features/steps/admin/labels.rb2
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