rspec system pg12 14/24
Passed Started
by
@lamportsapprentice

Hannes Moser
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-1.shared-gitlab-org.runners-manager.gitlab.com/default KzYhZxBv3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...18Running on runner-kzyhzxbv-project-278964-concurrent-0 via runner-kzyhzxbv-shared-gitlab-org-1656912399-9d3d0cc8...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 116039, done. 25remote: Counting objects: 100% (116039/116039), done. 26remote: Compressing objects: 100% (81230/81230), done. 27remote: Total 116039 (delta 48550), reused 75347 (delta 30398), pack-reused 0 28Receiving objects: 100% (116039/116039), 108.46 MiB | 30.44 MiB/s, done.29Resolving deltas: 100% (48550/48550), done.31 * [new ref] refs/pipelines/579240176 -> refs/pipelines/57924017632Checking out ad477312 as refs/merge-requests/90914/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-10 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2673682644)...44Downloading artifacts from coordinator... ok id=2673682644 responseStatus=200 OK token=jQPksZAP45Downloading artifacts for detect-tests (2673682683)...46Downloading artifacts from coordinator... ok id=2673682683 responseStatus=200 OK token=jQPksZAP47Downloading artifacts for retrieve-tests-metadata (2673682698)...48Downloading artifacts from coordinator... ok id=2673682698 responseStatus=200 OK token=jQPksZAP49Downloading artifacts for setup-test-env (2673682668)...50Downloading artifacts from coordinator... ok id=2673682668 responseStatus=200 OK token=jQPksZAP52Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh593.2.3360Bundler version 2.2.3361Successfully installed bundler-2.3.15621 gem installed63production:development64Settings are listed in order of priority. The top value will be used.65clean66Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true67frozen68Set via BUNDLE_FROZEN: true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.81$ bundle pristine pg82Installing pg 1.3.5 with native extensions83==> 'bundle pristine pg' succeeded in 12 seconds.84Using decomposed database config (config/database.yml.decomposed-postgresql)85$ setup_db_user_only86CREATE ROLE87GRANT88==> 'setup_db_user_only' succeeded in 0 seconds.89$ bundle exec rake db:drop db:create db:schema:load db:migrate90Dropped database 'gitlabhq_test'91Dropped database 'gitlabhq_test_ci'92Dropped database 'gitlabhq_geo_test'93Created database 'gitlabhq_test'94Created database 'gitlabhq_test_ci'95Created database 'gitlabhq_geo_test'96==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 37 seconds.97$ setup_db_praefect98SELECT pg_catalog.set_config('search_path', '', false);99CREATE DATABASE praefect_test ENCODING 'UTF8';100==> 'setup_db_praefect' succeeded in 0 seconds.101$ run_timed_command "gem install knapsack --no-document"102$ gem install knapsack --no-document103Successfully installed knapsack-4.0.01041 gem installed105==> 'gem install knapsack --no-document' succeeded in 0 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Using abstract_type 0.0.7113Using concurrent-ruby 1.1.10114Using i18n 1.10.0115Using minitest 5.15.0116Using tzinfo 2.0.4117Using zeitwerk 2.5.4118Using activesupport 6.1.4.7119Using builder 3.2.4120Using erubi 1.10.0121Using mini_portile2 2.8.0122Using racc 1.6.0123Using nokogiri 1.13.6 (x86_64-linux)124Using rails-dom-testing 2.0.3125Using crass 1.0.6126Using loofah 2.16.0127Using rails-html-sanitizer 1.4.2128Using actionview 6.1.4.7129Using rack 2.2.3130Using rack-test 1.1.0131Using actionpack 6.1.4.7132Using ice_nine 0.11.2133Using thread_safe 0.3.6134Using memoizable 0.4.2135Using adamantium 0.2.0136Using public_suffix 4.0.6137Using addressable 2.7.0138Using ast 2.4.2139Using binding_ninja 0.2.3140Using bundler 2.3.15141Using charlock_holmes 0.7.7142Using coderay 1.1.2143Using equalizer 0.0.11144Using concord 0.1.5145Using diff-lcs 1.3146Using dotenv 2.7.6147Using escape_utils 1.2.1148Using factory_bot 5.0.2149Using multipart-post 2.1.1150Using faraday 1.0.1151Using ffi 1.15.3152Using json 2.5.1153Using gemojione 3.3.0154Using mini_mime 1.0.2155Using rugged 1.2.0156Using github-linguist 7.12.1157Using github-markup 1.7.0158Using mime-types-data 3.2020.1104159Using mime-types 3.3.1160Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1161Using rouge 3.27.0162Using sanitize 6.0.0163Using stringex 2.8.5164Using gitlab-gollum-lib 4.2.7.10.gitlab.2165Using google-protobuf 3.19.1 (x86_64-linux)166Using googleapis-common-protos-types 1.3.0167Using grpc 1.42.0 (x86_64-linux)168Using opentracing 0.5.0169Using thrift 0.15.0170Using jaeger-client 1.1.0171Using pg_query 2.1.1172Using redis 4.4.0173Using gitlab-labkit 0.23.0174Using rubyzip 2.3.2175Using thor 1.1.0176Using tomlrb 2.0.1177Using with_env 1.1.0178Using rexml 3.2.5179Using xml-simple 1.1.9180Using gitlab-license_finder 6.14.2.1181Using gitlab-markup 1.7.1182Using grpc-tools 1.42.0183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 3.0.3.2192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.3.2199Using regexp_parser 1.8.1200Using rspec-support 3.8.0201Using rspec-core 3.8.0202Using rspec-expectations 3.8.3203Using rspec-mocks 3.8.0204Using rspec 3.8.0205Using rspec-parameterized 0.4.2206Using rubocop-ast 0.2.0207Using ruby-progressbar 1.10.1208Using unicode-display_width 1.7.0209Using rubocop 0.86.0210Using sentry-raven 3.0.4211Using timecop 0.9.1212Bundle complete! 22 Gemfile dependencies, 100 gems now installed.213Gems in the groups 'production' and 'development' were not installed.214Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`215Checking gitaly-ruby Gemfile...216Checking gitaly-ruby bundle...217The Gemfile's dependencies are satisfied218Trying to connect to gitaly: .......................................... OK219Trying to connect to gitaly2: ............................................................ OK220Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK221==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.222$ source ./scripts/rspec_helpers.sh223$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"224SKIP_FLAKY_TESTS_AUTOMATICALLY: true225RETRY_FAILED_TESTS_IN_NEW_PROCESS: true226KNAPSACK_GENERATE_REPORT: true227FLAKY_RSPEC_GENERATE_REPORT: true228KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb229KNAPSACK_LOG_LEVEL: debug230KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_14_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_14_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_14_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_14_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_14_24_report.txt236CRYSTALBALL: 237Knapsack report generator started!238DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call239/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here240 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)241Run options: exclude {:quarantine=>true, :level=>"migration"}242Test environment set up in 0.434493112 seconds243OAuth Login244 when the user logs in using the github provider245Starting the Capybara driver server...246 when two-factor authentication is disabled247Capybara starting Puma...248* Version 5.6.2 , codename: Birdie's Version249* Min threads: 0, max threads: 4250* Listening on unix:///tmp/20220704-464-1y1ruo3251 logs the user in252 when two-factor authentication is enabled253 logs the user in254 when bypass-two-factor is enabled255 when bypass-two-factor is disabled256 when "remember me" is checked257 when two-factor authentication is disabled258 remembers the user after a browser restart259 when two-factor authentication is enabled260Skipping ./spec/features/oauth_login_spec.rb[1:1:3:2:1] 'OAuth Login when the user logs in using the github provider when "remember me" is checked when two-factor authentication is enabled remembers the user after a browser restart' because it's flaky.261 remembers the user after a browser restart (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)262 when "remember me" is not checked263 when two-factor authentication is disabled264 does not remember the user after a browser restart265 when two-factor authentication is enabled266 does not remember the user after a browser restart267 when the user logs in using the twitter provider268 when two-factor authentication is disabled269 logs the user in270 when two-factor authentication is enabled271 logs the user in272 when bypass-two-factor is enabled273 when bypass-two-factor is disabled274 when "remember me" is checked275 when two-factor authentication is disabled276 remembers the user after a browser restart277 when two-factor authentication is enabled278 remembers the user after a browser restart279 when "remember me" is not checked280 when two-factor authentication is disabled281 does not remember the user after a browser restart282 when two-factor authentication is enabled283 does not remember the user after a browser restart284 when the user logs in using the bitbucket provider285 when two-factor authentication is disabled286 logs the user in287 when two-factor authentication is enabled288 logs the user in289 when bypass-two-factor is enabled290 when bypass-two-factor is disabled291 when "remember me" is checked292 when two-factor authentication is disabled293 remembers the user after a browser restart294 when two-factor authentication is enabled295 remembers the user after a browser restart296 when "remember me" is not checked297 when two-factor authentication is disabled298 does not remember the user after a browser restart299 when two-factor authentication is enabled300 does not remember the user after a browser restart301 when the user logs in using the gitlab provider302 when two-factor authentication is disabled303 logs the user in304 when two-factor authentication is enabled305 logs the user in306 when bypass-two-factor is enabled307 when bypass-two-factor is disabled308 when "remember me" is checked309 when two-factor authentication is disabled310Skipping ./spec/features/oauth_login_spec.rb[1:4:3:1:1] 'OAuth Login when the user logs in using the gitlab provider when "remember me" is checked when two-factor authentication is disabled remembers the user after a browser restart' because it's flaky.311 remembers the user after a browser restart (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)312 when two-factor authentication is enabled313 remembers the user after a browser restart314 when "remember me" is not checked315 when two-factor authentication is disabled316 does not remember the user after a browser restart317 when two-factor authentication is enabled318 does not remember the user after a browser restart319 when the user logs in using the google_oauth2 provider320 when two-factor authentication is disabled321 logs the user in322 when two-factor authentication is enabled323 logs the user in324 when bypass-two-factor is enabled325 when bypass-two-factor is disabled326 when "remember me" is checked327 when two-factor authentication is disabled328Skipping ./spec/features/oauth_login_spec.rb[1:5:3:1:1] 'OAuth Login when the user logs in using the google_oauth2 provider when "remember me" is checked when two-factor authentication is disabled remembers the user after a browser restart' because it's flaky.329 remembers the user after a browser restart (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)330 when two-factor authentication is enabled331 remembers the user after a browser restart332 when "remember me" is not checked333 when two-factor authentication is disabled334 does not remember the user after a browser restart335 when two-factor authentication is enabled336 does not remember the user after a browser restart337 when the user logs in using the facebook provider338 when two-factor authentication is disabled339 logs the user in340 when two-factor authentication is enabled341 logs the user in342 when bypass-two-factor is enabled343 when bypass-two-factor is disabled344 when "remember me" is checked345 when two-factor authentication is disabled346 remembers the user after a browser restart347 when two-factor authentication is enabled348 remembers the user after a browser restart349 when "remember me" is not checked350 when two-factor authentication is disabled351 does not remember the user after a browser restart352 when two-factor authentication is enabled353 does not remember the user after a browser restart354 when the user logs in using the cas3 provider355 when two-factor authentication is disabled356 logs the user in357 when two-factor authentication is enabled358 logs the user in359 when bypass-two-factor is enabled360 when bypass-two-factor is disabled361 when "remember me" is checked362 when two-factor authentication is disabled363 remembers the user after a browser restart364 when two-factor authentication is enabled365 remembers the user after a browser restart366 when "remember me" is not checked367 when two-factor authentication is disabled368 does not remember the user after a browser restart369 when two-factor authentication is enabled370 does not remember the user after a browser restart371 when the user logs in using the auth0 provider372 when two-factor authentication is disabled373 logs the user in374 when two-factor authentication is enabled375 logs the user in376 when bypass-two-factor is enabled377 when bypass-two-factor is disabled378 when "remember me" is checked379 when two-factor authentication is disabled380Skipping ./spec/features/oauth_login_spec.rb[1:8:3:1:1] 'OAuth Login when the user logs in using the auth0 provider when "remember me" is checked when two-factor authentication is disabled remembers the user after a browser restart' because it's flaky.381 remembers the user after a browser restart (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)382 when two-factor authentication is enabled383 remembers the user after a browser restart384 when "remember me" is not checked385 when two-factor authentication is disabled386 does not remember the user after a browser restart387 when two-factor authentication is enabled388 does not remember the user after a browser restart389 when the user logs in using the authentiq provider390 when two-factor authentication is disabled391 logs the user in392 when two-factor authentication is enabled393 logs the user in394 when bypass-two-factor is enabled395 when bypass-two-factor is disabled396 when "remember me" is checked397 when two-factor authentication is disabled398 remembers the user after a browser restart399 when two-factor authentication is enabled400Skipping ./spec/features/oauth_login_spec.rb[1:9:3:2:1] 'OAuth Login when the user logs in using the authentiq provider when "remember me" is checked when two-factor authentication is enabled remembers the user after a browser restart' because it's flaky.401 remembers the user after a browser restart (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)402 when "remember me" is not checked403 when two-factor authentication is disabled404 does not remember the user after a browser restart405 when two-factor authentication is enabled406 does not remember the user after a browser restart407 when the user logs in using the salesforce provider408 when two-factor authentication is disabled409 logs the user in410 when two-factor authentication is enabled411 logs the user in412 when bypass-two-factor is enabled413 when bypass-two-factor is disabled414 when "remember me" is checked415 when two-factor authentication is disabled416Skipping ./spec/features/oauth_login_spec.rb[1:10:3:1:1] 'OAuth Login when the user logs in using the salesforce provider when "remember me" is checked when two-factor authentication is disabled remembers the user after a browser restart' because it's flaky.417 remembers the user after a browser restart (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)418 when two-factor authentication is enabled419 remembers the user after a browser restart420 when "remember me" is not checked421 when two-factor authentication is disabled422 does not remember the user after a browser restart423 when two-factor authentication is enabled424 does not remember the user after a browser restart425 when the user logs in using the dingtalk provider426 when two-factor authentication is disabled427 logs the user in428 when two-factor authentication is enabled429 logs the user in430 when bypass-two-factor is enabled431 when bypass-two-factor is disabled432 when "remember me" is checked433 when two-factor authentication is disabled434Skipping ./spec/features/oauth_login_spec.rb[1:11:3:1:1] 'OAuth Login when the user logs in using the dingtalk provider when "remember me" is checked when two-factor authentication is disabled remembers the user after a browser restart' because it's flaky.435 remembers the user after a browser restart (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)436 when two-factor authentication is enabled437 remembers the user after a browser restart438 when "remember me" is not checked439 when two-factor authentication is disabled440 does not remember the user after a browser restart441 when two-factor authentication is enabled442 does not remember the user after a browser restart443 when the user logs in using the alicloud provider444 when two-factor authentication is disabled445 logs the user in446 when two-factor authentication is enabled447 logs the user in448 when bypass-two-factor is enabled449 when bypass-two-factor is disabled450 when "remember me" is checked451 when two-factor authentication is disabled452 remembers the user after a browser restart453 when two-factor authentication is enabled454 remembers the user after a browser restart455 when "remember me" is not checked456 when two-factor authentication is disabled457 does not remember the user after a browser restart458 when two-factor authentication is enabled459 does not remember the user after a browser restart460 using GitLab as an OAuth provider461 when JS is enabled462 includes the fragment in the redirect if it is simple463 does not include the fragment if it contains forbidden characters464 when JS is disabled465 provides a basic HTML page including a link without the fragment466Environments page467 does have a new environment button468 page tabs469 shows "Available" and "Stopped" tab with links470 with one available environment471 in available tab page472 shows one environment473 with environments spanning multiple pages474 renders second page of pipelines475 in stopped tab page476 shows no environments477 when cluster is not reachable478 shows one environment without error479 with one stopped environment480 in available tab page481 shows no environments482 in stopped tab page483 shows one environment484 without environments485 does not show environments and counters are set to zero486 environments table487 when there are no deployments488 shows environments names and counters489 does not show deployments490 shows stop button when environment is not stoppable491 when there are successful deployments492 shows deployment SHA and internal ID493 when builds and manual actions are present494 shows a play button495 allows to play a manual action496 shows a stop button497 does not show external link button498 does not show terminal button499 with external_url500 shows an external link button501 with stop action502 shows a stop button503 when user is a reporter504 does not show stop button505 when kubernetes terminal is available506 when user configured kubernetes from CI/CD > Clusters507 for project maintainer508 shows the terminal button509 when user is a developer510 does not show terminal button511 when there is a delayed job512 has a dropdown for actionable jobs513 has link to the delayed job's action514 when delayed job is expired already515 shows 00:00:00 as the remaining time516 when user played a delayed job immediately517Skipping ./spec/features/projects/environments/environments_spec.rb[1:3:2:3:4:1] 'Environments page environments table when there are successful deployments when there is a delayed job when user played a delayed job immediately enqueues the delayed job' because it's flaky.518 enqueues the delayed job (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)519 when there is a failed deployment520 does not show deployments521 when there is an upcoming deployment522 renders the upcoming deployment523 creating a new environment524 user is a developer525 developer creates a new environment with a valid name526 developer creates a new environment with invalid name527 user is a reporter528 reporters tries to create a new environment529 environments folders530 available environments531 users unfurls an environment folder532 stopped environments533 users unfurls an environment folder534 environments folders view535 user opens folder view536Admin::Projects537 when membership is set to expire538 renders relative time539 renders absolute time540 GET /admin/projects541 is ok542 renders projects list without archived project543 renders all projects5451st Try error in ./spec/features/admin/admin_projects_spec.rb:58:546Unable to find css "#sort-projects-dropdown"547Unexpected browser console output:548security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.549security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.550security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.551security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.552security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.553security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.554security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.555security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.556security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.557security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.558security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.559security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.560security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.561security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.562security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.563security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.564security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.565security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.566security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.567security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.568security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.569security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.570security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.571security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.572security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.573security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.574security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.575security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.576security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.577security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.578security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.579security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.580security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.581security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.582security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.583security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.584security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.585security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.586security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.587security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.588security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.589security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.590security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.591security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.592security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.593security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.594security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.595security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.596security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.597security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.598security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.599security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.600security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.601security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.602security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.603security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.604security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.605security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.606security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.607security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.608security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.609security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.610security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.611security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.612security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.613security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.614security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.615security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.616security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.617security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.618security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.619security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.620security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.621security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.622security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.623security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.624security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.625security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.626security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.627security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.628security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.629security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.630security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.631security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.632security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.633security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.634security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.635security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.636security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.637security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.638security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.639security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.640security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.641security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.642security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.643security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.644security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.645security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.646security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.647security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.648security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.649security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.650security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.651security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.652security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.653security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.654security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.655security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.656security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.657security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.658security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.659security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.660security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.661security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.662security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.663security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.664security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.665security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.666security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.667security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.668security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.669security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.670security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.671security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.672security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.673security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.674security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.675security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.676security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.677security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.678security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.679security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.680security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.681security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.682security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.683security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.684security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.685security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.686security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.687security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.688security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.689security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.690security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.691security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.692security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.693security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.694security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.695security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.696security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.697security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.698security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.699security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.700security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.701security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.702security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.703security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.704security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.705security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.706security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.707security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.708security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.709security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.710security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.711security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.712security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.713security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.714security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.715security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.716security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.717security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.718security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.719security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.720security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.721security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.722security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.723security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.724security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.725security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.726security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.727security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.728security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.729security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.730security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.731security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.732security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.733security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.734security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.735security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.736security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.737security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.738security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.739security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.740security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.741security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.742security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.743security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.744security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.745security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.746security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.747security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.748security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.749security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.750security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.751security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.752security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.753security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.754security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.755security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.756security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.757security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.758security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.759security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.760security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.761security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.762security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.763security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.764security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.765security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.766security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.767security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.768security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.769security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.770security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.771security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.772security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.773security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.774security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.775security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.776security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.777security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.778security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.779security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.780security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.781security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.782security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.783security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.784security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.785security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.786security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.787security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.788security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.789security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.790security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.791security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.792security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.793security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.794security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.795security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.796security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.797security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.798security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.799security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.800security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.801security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.802security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.803security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.804security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.805security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.806security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.807security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.808security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.809security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.810security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.811security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.812security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.813security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.814security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.815security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.816webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."817webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."818security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.819webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."820webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."821security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.822webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."823webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."824security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.825webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."826webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."827security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.828webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."829webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."830security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.831webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."832webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."833security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.834webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."835webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."836security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.837webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."838webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."839security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.840webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."841webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."842security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.843webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."844webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."845security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.846webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."847webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."848security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.849webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."850webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."851security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.852webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."853webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."854security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.855webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."856webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."857security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.858webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."859webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."860security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.861webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."862webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."863security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.864webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."865webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."866security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.867webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."868webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."869security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.870webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."871webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."872security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.873webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."874webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."875security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.876webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."877webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."878security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.879webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."880webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."881security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.882webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."883webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."884security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.885webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."886webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."887security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.888webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."889webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."890security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.891webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."892webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."893security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.894webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."895webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."896security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.897webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."898webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."899security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.900webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."901webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."902security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.903security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.904webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."905security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.906webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."907webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."908security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.909http://127.0.0.1:39831/namespace30/project30/-/environments - Failed to load resource: the server responded with a status of 400 (Bad Request)910security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.911webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."912webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."913security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.914webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."915webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."916security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.917webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."918webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."919security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.920webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."921webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."922security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.923security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.924security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.925security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.926security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.927security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.928security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.929security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.930security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.932RSpec::Retry: 2nd try ./spec/features/admin/admin_projects_spec.rb:58933 renders only archived projects934 GET /admin/projects/:namespace_id/:id935 has project info936 when project has open access requests937 shows access requests with link to manage access938 transfer project939 transfers project to group web940 admin adds themselves to the project941Skipping ./spec/features/admin/admin_projects_spec.rb[1:5:1] 'Admin::Projects admin adds themselves to the project adds admin to the project as developer' because it's flaky.942 adds admin to the project as developer (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)943 admin removes themselves from the project944 removes admin from the project945New/edit issue946 new issue947 allows user to create new issue948 displays an error message when submitting an invalid form949 correctly updates the dropdown toggle when removing a label950 clears label search input field when a label is selected951 correctly updates the selected user when changing assignee952 description has autocomplete953 shorten users API pagination limit954 displays selected users even if they are not part of the original API call955 single assignee956 unselects other assignees when unassigned is selected957 toggles assign to me when current user is selected and unselected958 displays issue type options in the dropdown959 when user is guest960 behaves like type option is visible961 shows issue option962 behaves like type option is missing963 does not show incident option964 when user is reporter965 behaves like type option is visible966 shows issue option967 behaves like type option is visible968 shows incident option969 milestone970 escapes milestone971 new issue with query parameters972 leaves the description blank if no query parameters are specified973 fills the description from the issue[description] query parameter974 fills the description from the issuable_template query parameter975 fills the description from the issuable_template and issue[description] query parameters976 new issue from related issue977 does not offer to link the new issue to any other issues if the URL parameter is absent978 links the new issue and the issue of origin979 links the new incident and the incident of origin980 does not link the new issue to any other issues if the checkbox is not checked981 guest982 does not offer to link the new issue to an issue that the user does not have access to983 edit issue984 allows user to update issue985 description has autocomplete986 inline edit987 opens inline edit form with shortcut988 sub-group project989 creates project label from dropdown990Public Project Snippets Access991 GET /:project_path/snippets992DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)993 is expected to be allowed for admin994DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)995 is expected to be allowed for owner996DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)997 is expected to be allowed for maintainer998DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)999 is expected to be allowed for developer1000DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1001 is expected to be allowed for reporter1002DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1003 is expected to be allowed for guest1004DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1005 is expected to be allowed for user1006DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1007 is expected to be allowed for external1008DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1009 is expected to be allowed for visitor1010 GET /:project_path/snippets/new1011 is allowed for admin when admin mode is enabled1012 is denied for admin when admin mode is disabled1013 is expected to be allowed for owner1014 is expected to be allowed for maintainer1015 is expected to be allowed for developer1016 is expected to be allowed for reporter1017 is expected to be denied for guest1018 is expected to be denied for user1019 is expected to be denied for external1020 is expected to be denied for visitor1021 GET /:project_path/snippets/:id1022 for a public snippet1023 is expected to be allowed for admin1024 is expected to be allowed for owner1025 is expected to be allowed for maintainer1026 is expected to be allowed for developer1027 is expected to be allowed for reporter1028 is expected to be allowed for guest1029 is expected to be allowed for user1030 is expected to be allowed for external1031 is expected to be allowed for visitor1032 for an internal snippet1033 is expected to be allowed for admin1034 is expected to be allowed for owner1035 is expected to be allowed for maintainer1036 is expected to be allowed for developer1037 is expected to be allowed for reporter1038 is expected to be allowed for guest1039 is expected to be allowed for user1040 is expected to be denied for external1041 is expected to be denied for visitor1042 for a private snippet1043 is allowed for admin when admin mode is enabled1044 is denied for admin when admin mode is disabled1045 is expected to be allowed for owner1046 is expected to be allowed for maintainer1047 is expected to be allowed for developer1048 is expected to be allowed for reporter1049 is expected to be allowed for guest1050 is expected to be denied for user1051 is expected to be denied for external1052 is expected to be denied for visitor1053 GET /:project_path/snippets/:id/raw1054 for a public snippet1055 is expected to be allowed for admin1056 is expected to be allowed for owner1057 is expected to be allowed for maintainer1058 is expected to be allowed for developer1059 is expected to be allowed for reporter1060 is expected to be allowed for guest1061 is expected to be allowed for user1062 is expected to be allowed for external1063 is expected to be allowed for visitor1064 for an internal snippet1065 is expected to be allowed for admin1066 is expected to be allowed for owner1067 is expected to be allowed for maintainer1068 is expected to be allowed for developer1069 is expected to be allowed for reporter1070 is expected to be allowed for guest1071 is expected to be allowed for user1072 is expected to be denied for external1073 is expected to be denied for visitor1074 for a private snippet1075 is allowed for admin when admin mode is enabled1076 is denied for admin when admin mode is disabled1077 is expected to be allowed for owner1078 is expected to be allowed for maintainer1079 is expected to be allowed for developer1080 is expected to be allowed for reporter1081 is expected to be allowed for guest1082 is expected to be denied for user1083 is expected to be denied for external1084 is expected to be denied for visitor1085Copy as GFM1086 Copying rendered GFM1087 works1088 Copying code1089 from a diff1090 inline diff1091 behaves like copying code from a diff1092 selecting one word of text1093 copies as inline code1094 selecting one line of text1095 copies as inline code1096 selecting multiple lines of text1097 copies as a code block1098 parallel diff1099 behaves like copying code from a diff1100 selecting one word of text1101 copies as inline code1102 selecting one line of text1103 copies as inline code1104 selecting multiple lines of text1105 copies as a code block1106 selecting code on the left1107 copies as a code block1108 selecting code on the right1109 copies as a code block1110 from a blob1111 selecting one word of text1112Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:1:1] 'Copy as GFM Copying code from a blob selecting one word of text copies as inline code' because it's flaky.1113 copies as inline code (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1114 selecting one line of text1115Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:2:1] 'Copy as GFM Copying code from a blob selecting one line of text copies as inline code' because it's flaky.1116 copies as inline code (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1117 selecting multiple lines of text1118Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:3:1] 'Copy as GFM Copying code from a blob selecting multiple lines of text copies as a code block' because it's flaky.1119 copies as a code block (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1120 from a GFM code block1121 selecting one word of text1122 copies as inline code1123 selecting one line of text1124 copies as inline code1125 selecting multiple lines of text1126 copies as a code block with the correct language1127Runners1128 when user opens runners page1129 user can see a link with instructions on how to install GitLab Runner1130 when a project has enabled shared_runners1131 when a project_type runner is activated on the project1132 user sees the specific runner1133 user can pause and resume the specific runner1134 user removes an activated specific runner if this is last project for that runners1135 user edits the runner to be protected1136 when a runner has a tag1137 user edits runner not to run untagged jobs1138 when a shared runner is activated on the project1139 user sees CI/CD setting page1140 when multiple runners are configured1141 adds pagination to the runner list1142 when a specific runner exists in another project1143 user enables and disables a specific runner1144 shared runner text1145 when application settings have no shared_runners_text1146 user sees default shared runners description1147 when application settings have shared_runners_text1148 user sees shared runners description1149 when application settings have an unsafe link in shared_runners_text1150 user sees no link1151 when application settings have an unsafe image in shared_runners_text1152 user sees image safely1153 enable shared runners in project settings1154 when a project has enabled shared_runners1155 shared runners toggle is on1156 when a project has disabled shared_runners1157 shared runners toggle is off1158 group runners in project settings1159 as project and group maintainer1160 project with a group but no group runner1161 group runners are not available1162 as project maintainer and group owner1163 project with a group but no group runner1164 group runners are available1165 as project maintainer1166 project without a group1167 group runners are not available1168 project with a group but no group runner1169 group runners are not available1170 project with a group and a group runner1171 group runners are available1172 group runners may be disabled for a project1173User sorts issues1174 keeps the sort option11761st Try error in ./spec/features/issues/user_sorts_issues_spec.rb:27:1177expected to find visible button "Milestone" that is not disabled but there were no matches. Also found "", "", which matched the selector but not all filters. 1178Unexpected browser console output:1179security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1180security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1181security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1182security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1183security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1184security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1185security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1186security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1187security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1188security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1189security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1190security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1191security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1192security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1193security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1194security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1195security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1196webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1197webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1198security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1199webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1200security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1201security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1202security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1203security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1204security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1205security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1206security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1207security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1208security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1209security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1210security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1211security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1212security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1213security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1214security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1215security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1216security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1217security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1218security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1219security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1220webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1221webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1222webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1223security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1224webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1225security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1226webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1227webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1228webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1229webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1230security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1231webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1232security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1233webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1234webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1235webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1236security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1237security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1238security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1239webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1240security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1241security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1242security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1243security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1244security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1245http://127.0.0.1:39831/group3/project47/-/issues/1 - Refused to load media from 'https://example.com/video.mp4' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.1246http://127.0.0.1:39831/group3/project47/-/issues/1 - Refused to load media from 'https://example.com/video.mp4' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.1247http://127.0.0.1:39831/group3/project47/-/issues/1 - Refused to load media from 'https://example.com/audio.wav' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.1248http://127.0.0.1:39831/group3/project47/-/issues/1 - Refused to load media from 'https://example.com/audio.wav' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.1249http://127.0.0.1:39831/group3/project47/uploads/a123/video.mp4 - Failed to load resource: the server responded with a status of 404 (Not Found)1250http://127.0.0.1:39831/group3/project47/uploads/a123/video.mp4 - Failed to load resource: the server responded with a status of 404 (Not Found)1251http://127.0.0.1:39831/group3/project47/uploads/a123/audio.wav - Failed to load resource: the server responded with a status of 404 (Not Found)1252http://127.0.0.1:39831/group3/project47/uploads/a123/audio.wav - Failed to load resource: the server responded with a status of 404 (Not Found)1253http://127.0.0.1:39831/group3/project47/-/issues/custom_emoji.svg - Failed to load resource: the server responded with a status of 404 (Not Found)1254http://127.0.0.1:39831/gitlab/assets/icons.svg#question-o - Failed to load resource: the server responded with a status of 404 (Not Found)1255security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1256security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1257security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1258security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1259security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1260security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1261security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1262security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1263security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1264security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1265security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1266security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1267security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1268security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1269security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1270http://127.0.0.1:39831/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 337043:44 "You are running Vue in development mode.\nMake sure to turn on production mode when deploying for production.\nSee more tips at https://vuejs.org/guide/deployment.html"1272RSpec::Retry: 2nd try ./spec/features/issues/user_sorts_issues_spec.rb:2712742nd Try error in ./spec/features/issues/user_sorts_issues_spec.rb:27:1275expected to find visible button "Milestone" that is not disabled but there were no matches. Also found "", "", which matched the selector but not all filters. 1276Unexpected browser console output:1277security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1278security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1279 RSpec::Retry: 3rd try ./spec/features/issues/user_sorts_issues_spec.rb:271280 sorts by popularity1281 sorts by newest1282 sorts by most recently updated1283 sorting by due date1284 sorts by due date1285 sorts by due date by excluding nil due dates1286 with a filter on labels1287 sorts by least recently due date by excluding nil due dates1288 sorting by milestone1289 sorts by milestone1290 combine filter and sort1291 sorts with a filter applied1292User edits Release1293 renders the breadcrumbs1294 renders the edit Release form1295 does not update the Release when "Cancel" is clicked1296 updates the Release when "Save changes" is clicked1297 does not affect the asset link1298 redirects to the previous page when "Cancel" is clicked when the url includes a back_url query parameter1299 redirects to the main Releases page when "Cancel" is clicked when the url does not include a back_url query parameter1300 redirects to the dedicated Release page when "Save changes" is clicked1301User views incident1302DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1303 is expected to have header with correct id and link 1, "Description header", and "description-header"1304 behaves like page meta description1305DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1306 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1307 user actions1308DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1309 shows the merge request and incident actions1310 when user is a guest1311DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1312DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1313 does not show the incident actions1314 when the project is archived1315DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1316DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1317 hides the merge request and incident actions1318 user status1319 when showing status of the author of the incident1320 behaves like showing user status1321DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1322DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1323 shows the status1324 when showing status of a user who commented on an incident1325 behaves like showing user status1326DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1327DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1328 shows the status1329 when status message has an emoji1330DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1331 correctly renders the emoji1332Projects > Files > User replaces files1333 when an user has write access1334 replaces an existed file with a new one1335 when an user does not have write access1336 replaces an existed file with a new one in a forked project1337Admin > Users > Impersonation Tokens1338 token creation1339 allows creation of a token1340 active tokens1341 only shows impersonation tokens1342 shows absolute times1343 inactive tokens1344 allows revocation of an active impersonation token1345 removes expired tokens from 'active' section1346 impersonation disabled state1347 does not show impersonation tokens tab1348Group or Project invitations1349 when inviting a registered user1350 when signed out1351 when analyzing the redirects and forms from invite link click1352 renders sign up page with sign up notice1353 pre-fills the "Username or email" field on the sign in box with the invite_email from the invite1354 pre-fills the Email field on the sign up box with the invite_email from the invite1355 when invite is sent before account is created - ldap or social sign in for manual acceptance edge case1356 when invite clicked and not signed in1357 sign in, grants access and redirects to group activity page1358 when signed in and an invite link is clicked1359 when user is an existing member1360 shows message user already a member1361 when email case doesnt match1362 accepts invite1363 when declining the invitation from invitation reminder email1364 when signed in1365 declines application and redirects to dashboard1366 when signed out with signup onboarding1367 declines application and redirects to sign in page1368 when inviting an unregistered user1369 when registering using invitation email1370 with admin approval required enabled1371 does not sign the user in1372 email confirmation disabled1373 signs up and redirects to the most recent membership activity page with all the projects/groups invitations automatically accepted1374 the user sign-up using a different email address1375 signs up and redirects to the activity page1376 email confirmation enabled1377 signs up and redirects to the group activity page with all the project/groups invitation automatically accepted1378 when user is not valid in sign up form1379 fails sign up and redirects back to sign up1380 with invite email acceptance1381 tracks the accepted invite1382 the user sign-up using a different email address1383 when soft email confirmation is not enabled1384 signs up and redirects to the group activity page1385 when soft email confirmation is enabled1386 signs up and redirects to the group activity page1387 when accepting an invite without an account1388 lands on sign up page and then registers1389 when declining the invitation from invitation reminder email1390 declines application and shows a decline page1391Merge request > User scrolls to note on load1392 scrolls note into view1393 renders un-collapsed notes with diff1394 resolved notes1395 when diff note1396 expands collapsed notes1397 when non-diff note1398 expands collapsed replies1399Merge Requests > User filters by target branch1400 filtering by target-branch:master1401 applies the filter1402 filtering by target-branch:merged-target1403 applies the filter1404 filtering by target-branch:feature1405 applies the filter1406 filtering by target-branch:!=master1407 applies the filter1408Projects > Files > User browses LFS files1409 when LFS is disabled1410 is possible to see raw content of LFS pointer1411 when LFS is enabled1412 shows an LFS object1413Projects > Settings > For a forked project1414 behaves like project settings for a forked projects1415 allows deleting the link to the forked project1416 when the original project is deleted1417 behaves like project settings for a forked projects1418 allows deleting the link to the forked project1419Infrastructure Registry1420 when packages registry is not enabled1421 gives 4041422 when packages registry is enabled1423 displays the empty message1424 when there are modules1425 behaves like packages list1426 shows a list of packages1427 details link1428 navigates to the correct url1429 deleting a package1430 allows you to delete a module1431Member autocomplete1432 adding a new note on a Issue1433 suggests noteable author and note author1434 adding a new note on a Merge Request1435 suggests noteable author and note author1436 adding a new note on a Commit1437 suggests noteable author and note author1438Project > Merge request > View user status1439 for notes1440 the status of the author of a note on a merge request1441 behaves like showing user status1442 shows the status1443 the status of the author of a diff note on a merge request1444 behaves like showing user status1445 shows the status1446Navigation bar counter1447 feature flag mr_attention_requests is disabled1448 reflects dashboard issues count1449 reflects dashboard merge requests count1450 feature flag mr_attention_requests is enabled1451 reflects dashboard merge requests count1452Issues > User sees empty state1453 while user is signed out1454 empty state1455 user sees empty state1456 behaves like empty state with filters1457 user sees empty state with filters1458 while user is signed in1459 empty state1460 user sees empty state1461 behaves like empty state with filters1462 user sees empty state with filters1463Group CI/CD settings1464 Runners section1465 displays the new group runners view banner1466 has "Enable shared runners for this group" toggle1467 clicks on toggle to enable setting1468 Auto DevOps form1469 as owner first visiting group settings1470 sees instance enabled badge1471 when Auto DevOps group has been enabled1472 sees group enabled badge1473 when Auto DevOps group has been disabled1474 does not see a badge1475Merge request > image review1476 leaves review1477Project member activity1478 when a user joins the project1479 presents the correct message1480 when a user leaves the project1481 presents the correct message1482 when a users membership expires for the project1483 presents the correct message1484User activates Prometheus1485 saves and activates integration1486Active user sessions1487 successful login adds a new active user login1488 successful login cleans up obsolete entries1489 sessionless login does not clean up obsolete entries1490 logout deletes the active user login1491Projects > Show > RSS1492 when signed in1493 behaves like an autodiscoverable RSS feed with current_user's feed token1494 has an RSS autodiscovery link tag with current_user's feed token1495 when signed out1496 behaves like an autodiscoverable RSS feed without a feed token1497 has an RSS autodiscovery link tag without a feed token1498Root explore1499 when logged in1500 shows projects1501 when not logged in1502 shows projects1503User promotes label1504 when user can admin group labels1505 shows label promote button1506 when user cannot admin group labels1507 does not show label promote button1508Projects > Settings > External Authorization Classification Label setting1509 shows the field to set a classification label1510OAuth Provider1511 Standard OAuth Authorization1512 behaves like Secure OAuth Authorizations1513 when user is confirmed1514 asks the user to authorize the application1515 when user is unconfirmed1516 displays an error1517Bizible content security policy1518 has proper Content Security Policy headers1519Knapsack report was generated. Preview:1520{1521 "spec/features/oauth_login_spec.rb": 310.334408241999,1522 "spec/features/projects/environments/environments_spec.rb": 185.7445702260011,1523 "spec/features/admin/admin_projects_spec.rb": 111.71211678500003,1524 "spec/features/issues/form_spec.rb": 107.54958567199901,1525 "spec/features/security/project/snippet/public_access_spec.rb": 45.066366147000736,1526 "spec/features/markdown/copy_as_gfm_spec.rb": 59.03875162999975,1527 "spec/features/runners_spec.rb": 55.293662897000104,1528 "spec/features/issues/user_sorts_issues_spec.rb": 186.58586125500005,1529 "spec/features/projects/releases/user_views_edit_release_spec.rb": 40.47948549300054,1530 "spec/features/incidents/user_views_incident_spec.rb": 34.5497566920003,1531 "spec/features/projects/files/user_replaces_files_spec.rb": 34.22299038200072,1532 "spec/features/admin/admin_users_impersonation_tokens_spec.rb": 31.677045272001124,1533 "spec/features/invites_spec.rb": 29.582993523999903,1534 "spec/features/merge_request/user_scrolls_to_note_on_load_spec.rb": 29.436512169999332,1535 "spec/features/merge_requests/user_filters_by_target_branch_spec.rb": 25.518033936999927,1536 "spec/features/refactor_blob_viewer_disabled/projects/files/user_browses_lfs_files_spec.rb": 19.554752605999965,1537 "spec/features/projects/settings/forked_project_settings_spec.rb": 18.05786715799877,1538 "spec/features/projects/infrastructure_registry_spec.rb": 12.438563284000338,1539 "spec/features/participants_autocomplete_spec.rb": 15.996047530001306,1540 "spec/features/merge_request/user_views_user_status_on_merge_request_spec.rb": 11.134866610000245,1541 "spec/features/dashboard/issuables_counter_spec.rb": 10.129362915999081,1542 "spec/features/issues/user_sees_empty_state_spec.rb": 9.87773916399965,1543 "spec/features/groups/settings/ci_cd_spec.rb": 7.738200268999208,1544 "spec/features/merge_request/user_reviews_image_spec.rb": 7.742783449000854,1545 "spec/features/dashboard/project_member_activity_index_spec.rb": 6.737704843999381,1546 "spec/features/projects/integrations/user_activates_prometheus_spec.rb": 7.347066483000162,1547 "spec/features/users/active_sessions_spec.rb": 3.7843078179994336,1548 "spec/features/projects/show/rss_spec.rb": 4.320006838999689,1549 "spec/features/dashboard/root_explore_spec.rb": 2.79124210199916,1550 "spec/features/projects/labels/user_promotes_label_spec.rb": 3.090802712000368,1551 "spec/features/projects/settings/external_authorization_service_settings_spec.rb": 1.7621765579988278,1552 "spec/features/oauth_provider_authorize_spec.rb": 1.6828349810002692,1553 "spec/features/users/bizible_csp_spec.rb": 0.489174263000677461554}1555Knapsack global time execution for tests: 23m 51s1556Pending: (Failures listed here are expected and do not affect your suite's status)1557 1) OAuth Login when the user logs in using the github provider when "remember me" is checked when two-factor authentication is enabled remembers the user after a browser restart1558 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1559 # ./spec/features/oauth_login_spec.rb:911560 2) OAuth Login when the user logs in using the gitlab provider when "remember me" is checked when two-factor authentication is disabled remembers the user after a browser restart1561 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1562 # ./spec/features/oauth_login_spec.rb:781563 3) OAuth Login when the user logs in using the google_oauth2 provider when "remember me" is checked when two-factor authentication is disabled remembers the user after a browser restart1564 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1565 # ./spec/features/oauth_login_spec.rb:781566 4) OAuth Login when the user logs in using the auth0 provider when "remember me" is checked when two-factor authentication is disabled remembers the user after a browser restart1567 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1568 # ./spec/features/oauth_login_spec.rb:781569 5) OAuth Login when the user logs in using the authentiq provider when "remember me" is checked when two-factor authentication is enabled remembers the user after a browser restart1570 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1571 # ./spec/features/oauth_login_spec.rb:911572 6) OAuth Login when the user logs in using the salesforce provider when "remember me" is checked when two-factor authentication is disabled remembers the user after a browser restart1573 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1574 # ./spec/features/oauth_login_spec.rb:781575 7) OAuth Login when the user logs in using the dingtalk provider when "remember me" is checked when two-factor authentication is disabled remembers the user after a browser restart1576 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1577 # ./spec/features/oauth_login_spec.rb:781578 8) Environments page environments table when there are successful deployments when there is a delayed job when user played a delayed job immediately enqueues the delayed job1579 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1580 # ./spec/features/projects/environments/environments_spec.rb:3421581 9) Admin::Projects admin adds themselves to the project adds admin to the project as developer1582 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1583 # ./spec/features/admin/admin_projects_spec.rb:1341584 10) Copy as GFM Copying code from a blob selecting one word of text copies as inline code1585 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1586 # ./spec/features/markdown/copy_as_gfm_spec.rb:7611587 11) Copy as GFM Copying code from a blob selecting one line of text copies as inline code1588 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1589 # ./spec/features/markdown/copy_as_gfm_spec.rb:7701590 12) Copy as GFM Copying code from a blob selecting multiple lines of text copies as a code block1591 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1592 # ./spec/features/markdown/copy_as_gfm_spec.rb:7791593Finished in 23 minutes 55 seconds (files took 1 minute 3.42 seconds to load)1594388 examples, 0 failures, 12 pending1595Failed to write to log, write log/workhorse-test.log: file already closed1596RSpec exited with 0.1597No examples to retry, congrats!1599Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1600Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1602Uploading artifacts...1603coverage/: found 5 matching files and directories 1604crystalball/: found 2 matching files and directories 1605deprecations/: found 8 matching files and directories 1606knapsack/: found 3 matching files and directories 1607rspec/: found 9 matching files and directories 1608tmp/capybara/: found 5 matching files and directories 1609log/*.log: found 18 matching files and directories 1610WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673683071/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1611WARNING: Retrying... context=artifacts-uploader error=request redirected1612Uploading artifacts as "archive" to coordinator... 201 Created id=2673683071 responseStatus=201 Created token=jQPksZAP1613Uploading artifacts...1614rspec/junit_rspec.xml: found 1 matching files and directories 1615WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673683071/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1616WARNING: Retrying... context=artifacts-uploader error=request redirected1617Uploading artifacts as "junit" to coordinator... 201 Created id=2673683071 responseStatus=201 Created token=jQPksZAP1619Job succeeded