Commit 5b9d7c47 authored by Constance Okoghenun's avatar Constance Okoghenun

Add .system-note selector in Referencing Epics spec

parent 347e3747
......@@ -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