Commit d97c6987 authored by Phil Hughes's avatar Phil Hughes

fixed issue assignee spec

parent 47fa486e
...@@ -469,6 +469,8 @@ describe 'Issues', feature: true do ...@@ -469,6 +469,8 @@ describe 'Issues', feature: true do
click_link 'Edit' click_link 'Edit'
click_link @user.name click_link @user.name
find('.dropdown-menu-toggle').click
page.within '.value .author' do page.within '.value .author' do
expect(page).to have_content @user.name expect(page).to have_content @user.name
end end
...@@ -476,6 +478,8 @@ describe 'Issues', feature: true do ...@@ -476,6 +478,8 @@ describe 'Issues', feature: true do
click_link 'Edit' click_link 'Edit'
click_link @user.name click_link @user.name
find('.dropdown-menu-toggle').click
page.within '.value .assign-yourself' do page.within '.value .assign-yourself' do
expect(page).to have_content "No assignee" 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