Commit 775d0fd6 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a test in spec/features/issues/issue_detail_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent bf551efc
...@@ -28,7 +28,7 @@ describe 'Issue Detail', :js do ...@@ -28,7 +28,7 @@ describe 'Issue Detail', :js do
visit project_issue_path(project, issue) visit project_issue_path(project, issue)
end end
it 'encodes the description to prevent xss issues' do it 'encodes the description to prevent xss issues', quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/207951' do
page.within('.issuable-details .detail-page-description') do page.within('.issuable-details .detail-page-description') do
image = find('img.js-lazy-loaded') image = find('img.js-lazy-loaded')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment