Commit 730f3f5c authored by Nick Thomas's avatar Nick Thomas

Fix a bad merge in spec/features/boards/sidebar_spec.rb

parent 68c63939
......@@ -134,6 +134,8 @@ describe 'Issue Boards', feature: true, js: true do
click_link 'Unassigned'
end
find('.dropdown-menu-toggle').click
wait_for_requests
expect(page).to have_content('No assignee')
......
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