Commit 0d07b239 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'sh-fix-issue-216364' into 'master'

Fix failing spec in ee/spec/features/boards/sidebar_spec.rb

Closes #216364

See merge request gitlab-org/gitlab!30945
parents f7919b3d 02b5dfd4
......@@ -104,6 +104,8 @@ describe 'Issue Boards', :js do
it 'assignees to current user' do
click_card(card2)
wait_for_requests
page.within(find('.assignee')) do
expect(find('.qa-assign-yourself')).to have_content('None')
......
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