summaryrefslogtreecommitdiff
path: root/features/steps/admin
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2015-12-03 16:05:28 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2015-12-03 16:05:28 -0200
commit9ca41f3ab25bdd98f49541555b23be9c31b1e390 (patch)
tree9150773d8a874c9d44f2b2aeb55851affcf74e2f /features/steps/admin
parent8034b61b52ed9e54366ee9d73d17a4ea1c00de44 (diff)
parent76f0054220e0ff6c37f69702e1fa5005ded1f402 (diff)
downloadgitlab-ce-9ca41f3ab25bdd98f49541555b23be9c31b1e390.tar.gz
Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-group
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