Commit 3951fe81 authored by Phil Hughes's avatar Phil Hughes

updated issues form spec

parent 231bdc20
...@@ -119,7 +119,7 @@ describe 'New/edit issue', :js do ...@@ -119,7 +119,7 @@ describe 'New/edit issue', :js do
end end
expect(find('a', text: 'Assign to me')).to be_visible expect(find('a', text: 'Assign to me')).to be_visible
click_link 'Assign to me' find('a', text: 'Assign to me').trigger('click')
assignee_ids = page.all('input[name="issue[assignee_ids][]"]', visible: false) assignee_ids = page.all('input[name="issue[assignee_ids][]"]', visible: false)
expect(assignee_ids[0].value).to match(user2.id.to_s) expect(assignee_ids[0].value).to match(user2.id.to_s)
......
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