Red master: File blob Markdown file visiting directly displays the blob using the rich viewer

https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/79346298

Failures:

  1) File blob Markdown file visiting directly displays the blob using the rich viewer
     Got 0 failures and 2 other errors:

     1.1) Failure/Error: raise "Condition not met: #{condition_name}"

          RuntimeError:
            Condition not met: JS requests complete
          # ./spec/support/helpers/wait_for_requests.rb:58:in `block in wait_for'
          # ./spec/support/helpers/wait_for_requests.rb:54:in `loop'
          # ./spec/support/helpers/wait_for_requests.rb:54:in `wait_for'
          # ./spec/support/helpers/wait_for_requests.rb:27:in `wait_for_requests'
          # ./spec/features/projects/blobs/blob_show_spec.rb:11:in `visit_blob'
          # ./spec/features/projects/blobs/blob_show_spec.rb:52:in `block (4 levels) in <top (required)>'

     1.2) Failure/Error: raise JSConsoleError, message

          JSConsoleError:
            Unexpected browser console output:
            http://127.0.0.1:36145/assets/icon_anchor-297aa9b0225eff3d6d0da74ce042a0ed5575b92aa66b7109a5e060a795b42e36.svg - Failed to load resource: the server responded with a status of 503 (Service Unavailable)
          # ./spec/support/capybara.rb:92:in `block (2 levels) in <top (required)>'

  2) File blob Markdown file visiting directly switching to the simple viewer displays the blob using the simple viewer
     Got 0 failures and 2 other errors:

     2.1) Failure/Error: raise "Condition not met: #{condition_name}"

          RuntimeError:
            Condition not met: JS requests complete
          # ./spec/support/helpers/wait_for_requests.rb:58:in `block in wait_for'
          # ./spec/support/helpers/wait_for_requests.rb:54:in `loop'
          # ./spec/support/helpers/wait_for_requests.rb:54:in `wait_for'
          # ./spec/support/helpers/wait_for_requests.rb:27:in `wait_for_requests'
          # ./spec/features/projects/blobs/blob_show_spec.rb:11:in `visit_blob'
          # ./spec/features/projects/blobs/blob_show_spec.rb:52:in `block (4 levels) in <top (required)>'

     2.2) Failure/Error: raise JSConsoleError, message

          JSConsoleError:
            Unexpected browser console output:
            http://127.0.0.1:36145/assets/icon_anchor-297aa9b0225eff3d6d0da74ce042a0ed5575b92aa66b7109a5e060a795b42e36.svg - Failed to load resource: the server responded with a status of 503 (Service Unavailable)
          # ./spec/support/capybara.rb:92:in `block (2 levels) in <top (required)>'

  3) File blob Markdown file visiting directly switching to the simple viewer switching to the rich viewer again displays the blob using the rich viewer
     Got 0 failures and 2 other errors:

     3.1) Failure/Error: raise "Condition not met: #{condition_name}"

          RuntimeError:
            Condition not met: JS requests complete
          # ./spec/support/helpers/wait_for_requests.rb:58:in `block in wait_for'
          # ./spec/support/helpers/wait_for_requests.rb:54:in `loop'
          # ./spec/support/helpers/wait_for_requests.rb:54:in `wait_for'
          # ./spec/support/helpers/wait_for_requests.rb:27:in `wait_for_requests'
          # ./spec/features/projects/blobs/blob_show_spec.rb:11:in `visit_blob'
          # ./spec/features/projects/blobs/blob_show_spec.rb:52:in `block (4 levels) in <top (required)>'

     3.2) Failure/Error: raise JSConsoleError, message

          JSConsoleError:
            Unexpected browser console output:
            http://127.0.0.1:36145/assets/icon_anchor-297aa9b0225eff3d6d0da74ce042a0ed5575b92aa66b7109a5e060a795b42e36.svg - Failed to load resource: the server responded with a status of 503 (Service Unavailable)
          # ./spec/support/capybara.rb:92:in `block (2 levels) in <top (required)>'

Finished in 30 minutes 24 seconds (files took 24.64 seconds to load)
1035 examples, 3 failures, 1 pending