diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-10-15 12:23:16 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-10-19 14:58:27 -0200 |
commit | 9cb123843474d60c452c02bf5701f11769661829 (patch) | |
tree | f4bcc2c584386c9b0ae515b24fe287da833b44b2 /features | |
parent | 86e0b5d643df21503281115774da550e06a4e878 (diff) | |
download | gitlab-ce-9cb123843474d60c452c02bf5701f11769661829.tar.gz |
Fix project issues labels feature spec
Diffstat (limited to 'features')
-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 2937d5d7ca8..f74a9b5df47 100644 --- a/features/steps/project/issues/labels.rb +++ b/features/steps/project/issues/labels.rb @@ -8,7 +8,7 @@ class Spinach::Features::ProjectIssuesLabels < Spinach::FeatureSteps end step 'I remove label \'bug\'' do - page.within "#label_#{bug_label.id}" do + page.within "#project_label_#{bug_label.id}" do first(:link, 'Delete').click end end |