Merge branch 'boards-sidebar-spec-fix' into 'master'

Fixed random issue boards sidebar failure

Closes #26751

See merge request !8602
This commit is contained in:
Rémy Coutable 2017-01-17 01:27:31 +00:00
commit 74e7680130
1 changed files with 3 additions and 1 deletions

View File

@ -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