Commit 74e76801 authored by Rémy Coutable's avatar Rémy Coutable

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

Fixed random issue boards sidebar failure

Closes #26751

See merge request !8602
parents 30aa15c4 b8e1141f
......@@ -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
......
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