Commit 2ea3d78f authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch 'fix-issue-spec' into 'multiple_assignees_review'

Fix issue spec

See merge request !1776
parents 3712f642 2446a98a
......@@ -476,14 +476,18 @@ describe 'Issues', feature: true do
click_link 'Edit'
click_link @user.name
page.within '.value' do
find('.dropdown-menu-toggle').click
page.within '.value .author' do
expect(page).to have_content @user.name
end
click_link 'Edit'
click_link @user.name
page.within '.value' do
find('.dropdown-menu-toggle').click
page.within '.value .assign-yourself' do
expect(page).to have_content "No assignee"
end
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