summaryrefslogtreecommitdiff
path: root/features/steps/project/issues
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-03 20:01:35 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-03 20:01:35 +0100
commite5c865eebf95d58ed33ef3d86f7582aa2db9bb09 (patch)
treee686a1bc92c68a962f6906fa5dc455fa796cc4af /features/steps/project/issues
parente41a0c60f448057f69c2952f15d88f9d8191c2fe (diff)
downloadgitlab-ce-e5c865eebf95d58ed33ef3d86f7582aa2db9bb09.tar.gz
Diffstat (limited to 'features/steps/project/issues')
-rw-r--r--features/steps/project/issues/issues.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/issues/issues.rb b/features/steps/project/issues/issues.rb
index af2da41badb..264408e85ec 100644
--- a/features/steps/project/issues/issues.rb
+++ b/features/steps/project/issues/issues.rb
@@ -86,7 +86,7 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
end
step 'I should see label \'bug\' with issue' do
- page.within '.issue-show-labels' do
+ page.within '.issuable-show-labels' do
expect(page).to have_content 'bug'
end
end