Commit 7dfae8e8 authored by Winnie Hellmann's avatar Winnie Hellmann

Add .system-note selector in Referencing Epics spec

parent 14b85f6e
......@@ -137,7 +137,7 @@ describe 'Referencing Epics', :js do
find('div#notes li.note div.note-text a').click
page.within('div#notes li.note .system-note-message') do
page.within('div#notes li.note.system-note .system-note-message') do
expect(page).to have_content('mentioned in epic')
expect(page.find('a')).to have_content(epic.to_reference(full: true))
end
......
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