summaryrefslogtreecommitdiff
path: root/features/steps/project/issues/labels.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-11-30 23:06:28 +0100
committerDouwe Maan <douwe@gitlab.com>2015-11-30 23:06:28 +0100
commitbd6305d84311d507d21fb02eb585cedbfc4e874b (patch)
tree87c91e1d15e6b1cd56d639d3e40d44e508f7abd3 /features/steps/project/issues/labels.rb
parent2dfb66154d836d0ae2574e3d51bedda6601b639e (diff)
downloadgitlab-ce-ui-stuff.tar.gz
Fix specsui-stuff
Diffstat (limited to 'features/steps/project/issues/labels.rb')
-rw-r--r--features/steps/project/issues/labels.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/issues/labels.rb b/features/steps/project/issues/labels.rb
index d656acf4220..047cf701bb0 100644
--- a/features/steps/project/issues/labels.rb
+++ b/features/steps/project/issues/labels.rb
@@ -9,7 +9,7 @@ class Spinach::Features::ProjectIssuesLabels < Spinach::FeatureSteps
step 'I remove label \'bug\'' do
page.within "#label_#{bug_label.id}" do
- click_link 'Remove'
+ click_link 'Delete'
end
end