Failure in ee/browser_ui/4_verify/pipeline_for_project_mirror_github_spec | Verify Pipeline for project mirrors Github user commits to GitHub triggers CI pipeline | Page did not fully load. This could be due to an unending async request or loading icon.

Summary

Faiiled job: https://ops.gitlab.net/gitlab-org/quality/staging/-/jobs/3232841

Stack trace

Failures:
  1) Verify Pipeline for project mirrors Github user commits to GitHub triggers CI pipeline
     Got 0 failures and 2 other errors:
     1.1) Failure/Error:
            EE::Resource::ImportRepoWithCICD.fabricate_via_browser_ui! do |project|
              project.import = true
              project.name = project_name
              project.github_personal_access_token = github_data[:access_token]
              project.github_repository_path = github_data[:repo_name]
            end
          
          QA::Support::Repeater::WaitExceededError:
            Page did not fully load. This could be due to an unending async request or loading icon.
          # ./qa/support/repeater.rb:44:in `repeat_until'
          # ./qa/support/waiter.rb:23:in `wait_until'
          # ./qa/support/wait_for_requests.rb:11:in `wait_for_requests'
          # ./qa/page/base.rb:293:in `within_element'
          # ./qa/support/page/logging.rb:149:in `within_element'
          # ./qa/page/main/menu.rb:155:in `within_top_menu'
          # ./qa/page/main/menu.rb:53:in `go_to_projects'
          # ./qa/scenario/actable.rb:16:in `perform'
          # ./qa/page/project/import/github.rb:79:in `go_to_project'
          # ./qa/page/project/import/github.rb:33:in `import!'
          # ./qa/resource/project_imported_from_github.rb:20:in `block in fabricate!'
          # ./qa/scenario/actable.rb:16:in `perform'
          # ./qa/resource/project_imported_from_github.rb:18:in `fabricate!'
          # ./qa/ee/resource/import_repo_with_ci_cd.rb:8:in `fabricate!'
          # ./qa/resource/base.rb:30:in `block (2 levels) in fabricate_via_browser_ui!'
          # ./qa/resource/base.rb:135:in `log_fabrication'
          # ./qa/resource/base.rb:30:in `block in fabricate_via_browser_ui!'
          # ./qa/resource/base.rb:118:in `do_fabricate!'
          # ./qa/resource/base.rb:29:in `fabricate_via_browser_ui!'
          # ./qa/specs/features/ee/browser_ui/4_verify/pipeline_for_project_mirror_github_spec.rb:18:in `block (3 levels) in <module:QA>'
          # ./qa/specs/features/ee/browser_ui/4_verify/pipeline_for_project_mirror_github_spec.rb:28:in `block (3 levels) in <module:QA>'

Screenshot / HTML page

Expand for screenshot verify_pipeline_for_project_mirrors_github_user_commits_to_github_triggers_ci_pipeline

Possible fixes