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-03 15:21:19 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-03 15:21:19 +0300
commit0520cd716435afa36204dd882f9cb7a23f81b11d (patch)
tree39228fbaef420e8ef70c41e84322d0c5aea041e0 /features/steps/admin
parent129ad8425e8fcbb1d7025e247d29772831d76b06 (diff)
parent6689224a90f3d2500be5d927ea1ed9656fc7b1b6 (diff)
Merge branch 'master' into ui/form-consistency
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 cb23b869658..2ea5dffdc66 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