summaryrefslogtreecommitdiff
path: root/spec/features/projects
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-11-28 15:35:01 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-12-05 16:05:45 -0600
commit6d61b4046b976400bb242f85034c06f69acbff51 (patch)
treea519885d19bd1e80574fd5a6441e90546dfea538 /spec/features/projects
parentca95ee6264325efdd62890c320f8dd4b40657432 (diff)
downloadgitlab-ce-6d61b4046b976400bb242f85034c06f69acbff51.tar.gz
Generalize detail page headers40543-generalize-detail-page-headers
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40543 Bug introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15192
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'