Skip to content
Snippets Groups Projects
Commit b8e1141f authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed random issue boards sidebar failure

parent 142be72a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -125,7 +125,9 @@ describe 'Issue Boards', feature: true, js: true do
first('.card').click
end
 
page.within('.assignee') do
page.within(find('.assignee')) do
expect(page).to have_content('No assignee')
click_link 'assign yourself'
 
wait_for_vue_resource
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment