Commit 007a9639 authored by Justin Ho's avatar Justin Ho

Fix feature spec selector using FA icons

- Add changlog
parent bc05ee96
---
title: Replace fa-comment / fa-comments icons with GitLab SVG
merge_request: 36206
author:
type: changed
......@@ -30,7 +30,7 @@ RSpec.describe 'issuable list', :js do
expect(first('.issuable-upvotes')).to have_content(1)
expect(first('.issuable-downvotes')).to have_content(1)
expect(first('.fa-comments').find(:xpath, '..')).to have_content(2)
expect(first('.issuable-comments')).to have_content(2)
end
it 'sorts labels alphabetically' do
......
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