diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-03 13:29:19 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-03 13:29:19 +0100 |
commit | 66a9579712a84061fa95d838760e8949538f44c8 (patch) | |
tree | 2502e8f0edff0b30b66c7250b220c5d1f335ff4f /features/steps/project/issues/labels.rb | |
parent | acc35a58a7455a9107d6ebf2035f88350b1fb1ce (diff) | |
parent | 6689224a90f3d2500be5d927ea1ed9656fc7b1b6 (diff) | |
download | gitlab-ce-ui/sidebar.tar.gz |
Merge branch 'master' into ui/sidebarui/sidebar
# Conflicts:
# app/assets/stylesheets/framework/sidebar.scss
Diffstat (limited to 'features/steps/project/issues/labels.rb')
-rw-r--r-- | features/steps/project/issues/labels.rb | 2 |
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 |