Commit c48882ef authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'kp-fix-swimlanes-issue-create-spec' into 'master'

Swimlanes: Wait for issue reference to show up in board

See merge request gitlab-org/gitlab!47527
parents 3299c9b5 63eb653b
......@@ -111,6 +111,8 @@ RSpec.describe 'epics swimlanes', :js do
expect(page).to have_content('3')
end
wait_for_all_requests
page.within("[data-testid='board-lane-unassigned-issues']") do
page.within(first('.board-card')) do
issue = project.issues.find_by!(title: 'bug')
......
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