Flaky spec in spec/features/groups/issues_spec.rb:92
Job #230701148 failed for gitlab-ce@63e565153149eb740c08407649ea35a2ed4d128e:
1) Group issues page projects with issues disabled issue dropdown shows projects only with issues feature enabled
Failure/Error:
page.within('.select2-results') do
expect(page).to have_content(project.full_name)
expect(page).not_to have_content(project_with_issues_disabled.full_name)
end
Capybara::ElementNotFound:
Unable to find visible css ".select2-results"
This may be a case of just needing a wait_for_requests after clicking the dropdown toggle.