Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
1911811438
commit
7cbcc21dcc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue