Fix tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-12-11 20:03:58 +01:00
parent 1911811438
commit 7cbcc21dcc

View file

@ -209,7 +209,7 @@ describe 'Issues', feature: true do
set project.team.members.first.id
click_button 'Update Issue'
expect(page).to have_content 'Assignee:'
expect(page).to have_content 'Assignee'
has_select?('issue_assignee_id',
selected: project.team.members.first.name)
end