BigW Consortium Gitlab

Commit 1c572a8a by Rémy Coutable Committed by James Lopez

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

Fixed random issue boards sidebar failure Closes #26751 See merge request !8602
parent e1f092e3
......@@ -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