summaryrefslogtreecommitdiff
path: root/spec/features/projects
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-12-06 09:09:47 +0000
committerPhil Hughes <me@iamphill.com>2017-12-06 09:09:47 +0000
commit5d9585d1bde360c9bba2dc960523cbe1e648994f (patch)
tree7323a9fe9c5c00cd4082d16142f814b68800cf96 /spec/features/projects
parent29c243b08d91194d46203a085f6857fe966bcdff (diff)
parent6d61b4046b976400bb242f85034c06f69acbff51 (diff)
downloadgitlab-ce-5d9585d1bde360c9bba2dc960523cbe1e648994f.tar.gz
Merge branch '40543-generalize-detail-page-headers' into 'master'
Generalize detail page headers (Issues, Merge Requests, Snippets) Closes #40543 See merge request gitlab-org/gitlab-ce!15639
Diffstat (limited to 'spec/features/projects')
-rw-r--r--spec/features/projects/issuable_templates_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/issuable_templates_spec.rb b/spec/features/projects/issuable_templates_spec.rb
index a012db8fd27..0257cd157c9 100644
--- a/spec/features/projects/issuable_templates_spec.rb
+++ b/spec/features/projects/issuable_templates_spec.rb
@@ -32,7 +32,7 @@ feature 'issuable templates', :js do
message: 'added issue template',
branch_name: 'master')
visit project_issue_path project, issue
- page.within('.content .issuable-actions') do
+ page.within('.js-issuable-actions') do
click_on 'Edit'
end
fill_in :'issuable-title', with: 'test issue title'
@@ -77,7 +77,7 @@ feature 'issuable templates', :js do
message: 'added issue template',
branch_name: 'master')
visit project_issue_path project, issue
- page.within('.content .issuable-actions') do
+ page.within('.js-issuable-actions') do
click_on 'Edit'
end
fill_in :'issuable-title', with: 'test issue title'