rspec system pg12 4/24
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-3.shared-gitlab-org.runners-manager.gitlab.com/default sUrYYgEG3 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:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d 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:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...18Running on runner-suryygeg-project-278964-concurrent-0 via runner-suryygeg-shared-gitlab-org-1656569466-dee5cce3...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: 114186, done. 25remote: Counting objects: 100% (114186/114186), done. 26remote: Compressing objects: 100% (80208/80208), done. 27remote: Total 114186 (delta 47125), reused 74152 (delta 29592), pack-reused 0 28Receiving objects: 100% (114186/114186), 108.04 MiB | 28.98 MiB/s, done.29Resolving deltas: 100% (47125/47125), done.31 * [new ref] refs/pipelines/576623504 -> refs/pipelines/57662350432Checking out fb40c27e as refs/merge-requests/91304/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 (2660063458)...44Downloading artifacts from coordinator... ok id=2660063458 responseStatus=200 OK token=mcaQxjiA45Downloading artifacts for detect-tests (2660063471)...46Downloading artifacts from coordinator... ok id=2660063471 responseStatus=200 OK token=mcaQxjiA47Downloading artifacts for retrieve-tests-metadata (2660063474)...48Downloading artifacts from coordinator... ok id=2660063474 responseStatus=200 OK token=mcaQxjiA49Downloading artifacts for setup-test-env (2660063469)...50Downloading artifacts from coordinator... ok id=2660063469 responseStatus=200 OK token=mcaQxjiA52Using docker image sha256:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d 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:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...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 10 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 1 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.21.2174Using 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_4_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_4_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_4_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_4_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_4_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"}242==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.033672822 seconds...243Test environment set up in 0.424712441 seconds244Jobs245 GET /:project/jobs246 with no jobs247 shows the empty state page248 with a job249 Pending scope250 shows Pending tab jobs251 Running scope252 shows Running tab jobs253 Finished scope254 shows Finished tab jobs255 All jobs256 shows All tab jobs257 when visiting old URL258 redirects to new URL259 GET /:project/jobs/:id260 Job from project261Starting the Capybara driver server...262Capybara starting Puma...263* Version 5.6.2 , codename: Birdie's Version264* Min threads: 0, max threads: 4265* Listening on unix:///tmp/20220630-467-1qcvke9266 shows status name267 shows commit`s data268 shows active job269 pipeline info block270 shows pipeline id and source branch271 when pipeline is detached merge request pipeline272 shows merge request iid and source branch273 when source project is a forked project274 shows merge request iid and source branch275 when pipeline is merge request pipeline276 shows merge request iid and source branch277 when source project is a forked project278 shows merge request iid and source branch279 sidebar280 renders escaped tooltip name281 when job is not running282 shows retry button283 if job passed284 does not show New issue button285 if job failed286 shows New issue button287 links to issues/new with the title and description filled in288 when job is running289 job is cancelable290 shows cancel button291 when job is waiting for resource292DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.293Falling back to an asset that may be in the public folder.294This behavior is deprecated and will be removed.295To bypass the asset pipeline and preserve this behavior,296use the `skip_pipeline: true` option.297 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)298DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.299Falling back to an asset that may be in the public folder.300This behavior is deprecated and will be removed.301To bypass the asset pipeline and preserve this behavior,302use the `skip_pipeline: true` option.303 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)304DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.305Falling back to an asset that may be in the public folder.306This behavior is deprecated and will be removed.307To bypass the asset pipeline and preserve this behavior,308use the `skip_pipeline: true` option.309 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)310 shows correct UI components311 Job from other project312 is expected to eq 404313 Download artifacts314 has button to download artifacts315 downloads the zip file when user clicks the download button316 Artifacts expire date317 no expire date defined318 does not have the Keep button319 when expire date is defined320 when user has ability to update job321 when artifacts are unlocked322 keeps artifacts when keep button is clicked323 when artifacts are locked324 shows the keep button325 when user does not have ability to update job326 does not have keep button327 when artifacts expired328 when artifacts are unlocked329 does not have the Keep button330 when artifacts are locked331 has the Keep button332 when visiting old URL333 redirects to new URL334 Raw trace335 is expected to have visible css "[data-testid=\"job-raw-link-controller\"]"336 HTML trace337 when job has an initial trace338 loads job logs339 Variables340 when user is a maintainer341 when variables are stored in trigger_request342 behaves like no reveal button variables behavior343 renders a hidden value with no reveal values button344 when variables are stored in pipeline_variables345 behaves like no reveal button variables behavior346 renders a hidden value with no reveal values button347 when user is a maintainer348 when variables are stored in trigger_request349 behaves like reveal button variables behavior350 renders a hidden value with a reveal values button351 reveals values on button click352 when variables are stored in pipeline_variables353 behaves like reveal button variables behavior354 renders a hidden value with a reveal values button355 reveals values on button click356 when job starts environment357 job is successful and has deployment358 shows a link for the job359 shows deployment message360 when there is a cluster used for the deployment361 shows a link to the cluster362 shows the name of the cluster363 when the user is not able to view the cluster364 includes only the name of the cluster without a link365 job is complete and not successful366 shows a link for the job367 deployment still not finished368 shows a link to latest deployment369 when job stops environment370 does not show environment information banner371 environment info in job view372 job with outdated deployment373 shows deployment message374 renders a link to the most recent deployment375 when deployment does not have a deployable376 has an empty href377 job failed to deploy378 shows deployment message379 job will deploy380 when environment exists381 shows deployment message382 when it has deployment383 shows that deployment will be overwritten384 when environment does not exist385 shows deployment message386 job that failed to deploy and environment has not been created387 shows deployment message388 job that will deploy and environment has not been created389 shows deployment message390 Playable manual action391 shows manual action empty state392 plays manual action and shows pending status393 Delayed job394 shows delayed job395 unschedules delayed job and shows manual action396 Non triggered job397 shows empty state398 Pending job399 shows pending empty state400 Canceled job401 with log402 renders job log403 without log404 renders empty state405 Skipped job406 renders empty state407 when job is failed but has no trace408 renders empty state409 with erased job410 renders erased job warning411 without erased job412 does not render erased job warning413 on mobile414 renders collapsed sidebar415 on desktop416 renders expanded sidebar417 stuck418 without active runners available419 renders message about job being stuck because no runners are active420 when available runners can not run specified tag421 renders message about job being stuck because of no runners with the specified tags422 when runners are offline and build has tags423 renders message about job being stuck because of no runners with the specified tags424 without any runners available425 renders message about job being stuck because no runners are available426 without available runners online427 renders message about job being stuck because runners are offline428 POST /:project/jobs/:id/cancel429 Job from project430 loads the page and shows all needed controls431 POST /:project/jobs/:id/retry432 Job from project433 shows the right status and buttons434 Job that current user is not allowed to retry435 does not show the Retry button436 Job that failed because of a forward deployment failure437 shows a modal to warn the user438 retries the job439 GET /:project/jobs/:id/download440 Build from other project441 is expected to eq 404442 GET /:project/jobs/:id/raw443 access source444 job from project445 when job is running446 sends the right headers447 when job is complete448 sends the right headers449 job from other project450 sends the right headers451 when visiting old URL452 redirects to new URL453 GET /:project/jobs/:id/trace.json454 Job from project455 is expected to eq 200456 Job from other project457 is expected to eq 404458 GET /:project/jobs/:id/status459 Job from project460 is expected to eq 200461 Job from other project462 is expected to eq 404463Branches464 logged in as developer465 on the projects with 6 active branches and 4 stale branches466 Overview page of the branches467 shows the first 5 active branches and the first 4 stale branches sorted by last updated468 Active branches page469 shows 6 active branches sorted by last updated470 Stale branches page471 shows 4 stale branches sorted by last updated472 All branches page473 shows 10 branches sorted by last updated474 with branches over more than one page475 shows only default_per_page active branches sorted by last updated476 shows only default_per_page branches sorted by last updated on All branches477 Find branches478 shows filtered branches479 Delete unprotected branch on Overview480 removes branch after confirmation481 All branches page482 shows all the branches sorted by last updated by default483 sorts the branches by name484 sorts the branches by oldest updated485 avoids a N+1 query in branches index486 Find branches on All branches487 shows filtered branches488 Delete unprotected branch on All branches489 removes branch after confirmation490 on project with 0 branch491 0 branches on Overview492 shows warning493 logged in as maintainer494 shows the merge request button495 when the project is archived496 does not show the merge request button when the project is archived497 logged out498 does not show merge request button499 with one or more pipeline500 shows pipeline status when available501 displays a placeholder when not available502 with no pipelines503 does not show placeholder or pipeline status504 comparing branches505 on a read-only instance506 behaves like compares branches507 compares branches508 on a read-write instance509 behaves like compares branches510 compares branches511Projects > Files > User uploads files512 when a user has write access513 uploads and commits a new text file514 uploads and commits a new image file515 uploads and commits a new pdf file516 uploads a file to a sub-directory517 uploads and commits a new text file518 uploads and commits a new image file519 uploads and commits a new pdf file520 uploads a file to a sub-directory521 when a user does not have write access522Skipping ./spec/features/projects/files/user_uploads_files_spec.rb[1:2:1] 'Projects > Files > User uploads files when a user does not have write access uploads and commits a new file to a forked project' because it's flaky.523 uploads and commits a new file to a forked project (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)524 uploads and commits a new file to a forked project525User views diffs526 shows diffs527 hides loading spinner after load528 when in the inline view529 unfolds diffs upwards530 unfolds diffs in the middle531 unfolds diffs downwards532 unfolds diffs to the end533 when in the side-by-side view534 shows diffs in parallel535 toggles container class536 unfolds diffs upwards537 unfolds diffs in the middle538 unfolds diffs downwards539 unfolds diffs to the end540Visual tokens541 does retain hint token when mix of typing and clicks are performed542 editing a single token543 opens author dropdown544 filters value545 ends editing mode when document is clicked546 selecting different author from dropdown547 changes value in visual token548 editing multiple tokens549 opens author dropdown550 opens assignee dropdown551 editing a search term while editing another filter token552 opens author dropdown553 add new token after editing existing token554 does not tokenize incomplete token555 opens dropdowns556 opens hint dropdown557 opens token dropdown558 visual tokens559 creates visual token560 search using incomplete visual tokens561 tokenizes the search term to complete visual token562 Any/None option563 hidden when NOT operator is selected564 shown when EQUAL operator is selected565Issue Detail566 when user displays the issue567 shows the issue568 when user displays the issue as an incident569 does not show design management570 when issue description has emojis571 renders gl-emoji tag572 when edited by a user who is later deleted573 shows the issue574 user updates `issue_type` via the issue type dropdown575 when an issue `issue_type` is edited576 by non-member author577 cannot see Incident option578 by reporter579DEPRECATION 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)580 routes the user to the incident details page when the `issue_type` is set to incident581 when an incident `issue_type` is edited582 by non-member author583 cannot edit issuable584 by reporter585 routes the user to the issue details page when the `issue_type` is set to issue586Project > Settings > Access Tokens587 when user is not a project maintainer588 behaves like resource access tokens missing access rights589 does not show access token page590 token creation591 when user is a project owner592 shows Owner option593 behaves like resource access tokens creation594 allows creation of an access token595 when user is a project maintainer596 does not show Owner option for a maintainer597 behaves like resource access tokens creation598 allows creation of an access token599 when token creation is not allowed600 behaves like resource access tokens creation disallowed601 does not show access token creation form602 shows access token creation disabled text603 group settings link604 when user is not a group owner605 does not show group settings link606 with nested groups607 when user is not a top level group owner608 does not show group settings link609 when user is a group owner610 shows group settings link611 with a project in a personal namespace612 shows access token creation form and text613 viewing tokens614 active tokens615 behaves like active resource access tokens616 shows active access tokens617 when User#time_display_relative is false618 shows absolute times for expires_at619 inactive tokens620 behaves like inactive resource access tokens621 allows revocation of an active token622 removes expired tokens from active section623 when resource access token creation is not allowed624 allows revocation of an active token625Project Network Graph626 renders project network with test branch627 when branch is master628 renders project network629 switches ref to branch630 switches ref to tag631 renders by commit sha of "v1.0.0"632 filters select tag633 renders error message when sha commit not exists634Projects > Snippets > User comments on a snippet635 leaves a comment on a snippet636 has autocomplete637 has zen mode638User searches group settings639 in general settings page640 behaves like can search settings641 hides unmatching sections on search642 behaves like can highlight results643 has search settings field644 highlights the search terms645 in Integrations page646 behaves like can highlight results647 has search settings field648 highlights the search terms649 in Repository page650 behaves like can search settings651 hides unmatching sections on search652 behaves like can highlight results653 has search settings field654 highlights the search terms655 in CI/CD page656 behaves like can search settings657 hides unmatching sections on search658 behaves like can highlight results659 has search settings field660 highlights the search terms661 in Packages & Registries page662 behaves like can highlight results663 has search settings field664 highlights the search terms665Projects > Files > Project owner creates a license file666 project maintainer creates a license file manually from a template667 project maintainer creates a license file from the "Add license" link668Projects > Files > User replaces files669 when an user has write access670 replaces an existed file with a new one671 when an user does not have write access672 replaces an existed file with a new one in a forked project673Profile account page674 allows resetting of feed token675 allows resetting of incoming email token676 when I delete my account677 is expected to have text "Delete account"678 does not immediately delete the account679 deletes user680 shows invalid password flash message681 does not show delete button when user owns a group6831st Try error in ./spec/features/profile_spec.rb:55:684expected not to find visible button "Delete account" that is not disabled, found 1 match: "Delete account"685Unexpected browser console output: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'.693http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"text\". Expected String with value \"undefined\", got Undefined \n\nfound in\n\n---> \u003CClipboardButton> at vue_shared/components/clipboard_button.vue\n \u003CCommitBlock> at jobs/components/commit_block.vue\n \u003CJobSidebar> at jobs/components/sidebar.vue\n \u003CJobPageApp> at jobs/components/job_app.vue\n \u003CRoot>"694security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.695http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"text\". Expected String with value \"undefined\", got Undefined \n\nfound in\n\n---> \u003CClipboardButton> at vue_shared/components/clipboard_button.vue\n \u003CCommitBlock> at jobs/components/commit_block.vue\n \u003CJobSidebar> at jobs/components/sidebar.vue\n \u003CJobPageApp> at jobs/components/job_app.vue\n \u003CRoot>"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'.706http://127.0.0.1:44257/images/ci_favicons/favicon_pending.png - Failed to load resource: the server responded with a status of 404 (Not Found)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'.771http://127.0.0.1:44257/namespace82/project84/-/jobs/91/artifacts/download - Failed to load resource: the server responded with a status of 404 (Not Found)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'.775http://127.0.0.1:44257/namespace86/project88/-/jobs/94/raw - Failed to load resource: the server responded with a status of 404 (Not Found)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'.796webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"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'.799webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"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'.803webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"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'.807webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"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'.810webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"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'.813webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"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'.816security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.817webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"818security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.819security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.820security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.821webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"822security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.823security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.824webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"825security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.826webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"827security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.828security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.829http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"830http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"831http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"832security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.833http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"834http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"835http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"836security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.837http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"838http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"839http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"840security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.841http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"842http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"843http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"844security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.845http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"846http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"847http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"848security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.849http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"850http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"851http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"852security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.853http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"854http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"855http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"856security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.857http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"858http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"859http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"860security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.861http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"862http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"863http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"864security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.865http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"866http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"867http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"868security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.869http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"870http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"871http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"872security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.873http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"874http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewerTitle> at sidebar/components/reviewers/reviewer_title.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"875http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CReviewers> at sidebar/components/reviewers/reviewers.vue\n \u003CSidebarReviewers> at sidebar/components/reviewers/sidebar_reviewers.vue\n \u003CRoot>"876security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.877security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.878security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.879security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.880security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.881security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.882security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.883security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.884security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.885security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.886security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.887security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.888security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.889security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.890security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.891security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.892http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CIssuableLockForm> at sidebar/components/lock/issuable_lock_form.vue\n \u003CRoot>"893security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.894http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in v-on handler: \"TypeError: Cannot read properties of null (reading 'classList')\"\n\nfound in\n\n---> \u003CGlTabs>\n \u003CIncidentTabs> at issues/show/components/incidents/incident_tabs.vue\n \u003CApp> at issues/show/components/app.vue\n \u003CRoot>"895http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of null (reading 'classList')896 at VueComponent.handleTabChange (webpack-internal:///7O8t:120:20)897 at invokeWithErrorHandling (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:26)898 at VueComponent.invoker (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330794:14)899 at invokeWithErrorHandling (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:26)900 at VueComponent.Vue.$emit (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332498:9)901 at VueComponent.mounted (webpack-internal:///3saJ:121:10)902 at invokeWithErrorHandling (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:57)903 at callHook (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332829:7)904 at Object.insert (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:331752:7)905 at invokeInsertHook (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334952:28)906http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CIssuableLockForm> at sidebar/components/lock/issuable_lock_form.vue\n \u003CRoot>"907security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.908webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."909security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.910http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"value\". Expected String with value \"null\", got Null \n\nfound in\n\n---> \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CApp> at issues/show/components/app.vue\n \u003CRoot>"911http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"textareaValue\". Expected String with value \"null\", got Null \n\nfound in\n\n---> \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CApp> at issues/show/components/app.vue\n \u003CRoot>"912security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.913http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CIssuableLockForm> at sidebar/components/lock/issuable_lock_form.vue\n \u003CRoot>"914security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.915http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"value\". Expected String with value \"null\", got Null \n\nfound in\n\n---> \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CApp> at issues/show/components/app.vue\n \u003CRoot>"916http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"textareaValue\". Expected String with value \"null\", got Null \n\nfound in\n\n---> \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CApp> at issues/show/components/app.vue\n \u003CRoot>"917security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.918http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"value\". Expected String with value \"null\", got Null \n\nfound in\n\n---> \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CApp> at issues/show/components/app.vue\n \u003CRoot>"919http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"textareaValue\". Expected String with value \"null\", got Null \n\nfound in\n\n---> \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CApp> at issues/show/components/app.vue\n \u003CRoot>"920security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.921webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."922http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 338500:6 Uncaught TypeError: Cannot read properties of null (reading 'attribute')923security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.924http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in v-on handler: \"TypeError: Cannot read properties of null (reading 'classList')\"\n\nfound in\n\n---> \u003CGlTabs>\n \u003CIncidentTabs> at issues/show/components/incidents/incident_tabs.vue\n \u003CApp> at issues/show/components/app.vue\n \u003CRoot>"925http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of null (reading 'classList')926 at VueComponent.handleTabChange (webpack-internal:///7O8t:120:20)927 at invokeWithErrorHandling (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:26)928 at VueComponent.invoker (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330794:14)929 at invokeWithErrorHandling (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:26)930 at VueComponent.Vue.$emit (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332498:9)931 at VueComponent.mounted (webpack-internal:///3saJ:121:10)932 at invokeWithErrorHandling (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330469:57)933 at callHook (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332829:7)934 at Object.insert (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:331752:7)935 at invokeInsertHook (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:334952:28)936security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.937webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."938http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"value\". Expected String with value \"null\", got Null \n\nfound in\n\n---> \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CApp> at issues/show/components/app.vue\n \u003CRoot>"939http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"textareaValue\". Expected String with value \"null\", got Null \n\nfound in\n\n---> \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CApp> at issues/show/components/app.vue\n \u003CRoot>"940security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.941security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.942http://127.0.0.1:44257/group3/project134/-/settings/access_tokens - Failed to load resource: the server responded with a status of 404 (Not Found)943security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.944security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.945security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.946security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.947security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.948security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.949security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.950security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.951security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.952security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.953security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.954security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.955security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.956security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.957security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.958webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."959security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.960security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.961security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.962webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."963security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.964security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.965security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.966security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.967security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.968security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.969security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.970security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.971security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.972security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.973security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.974security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.975security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.976security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.977security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.978security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.979http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of null (reading 'split')\"\n\nfound in\n\n---> \u003CSimpleViewer> at vue_shared/components/blob_viewers/simple_viewer.vue\n \u003CBlobContent> at blob/components/blob_content.vue\n \u003CSnippetBlob> at snippets/components/snippet_blob_view.vue\n \u003CShow> at snippets/components/show.vue\n \u003CRoot>"980http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of null (reading 'split')981 at VueComponent.lineNumbers (webpack-internal:///9m/D:27:27)982 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)983 at Watcher.evaluate (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)984 at VueComponent.computedGetter [as lineNumbers] (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)985 at Object.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)986 at Proxy.render (webpack-internal:///jQV4:20:26)987 at VueComponent.Vue._render (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)988 at VueComponent.updateComponent (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)989 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)990 at new Watcher (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)991http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of null (reading 'split')\"\n\nfound in\n\n---> \u003CSimpleViewer> at vue_shared/components/blob_viewers/simple_viewer.vue\n \u003CBlobContent> at blob/components/blob_content.vue\n \u003CSnippetBlob> at snippets/components/snippet_blob_view.vue\n \u003CShow> at snippets/components/show.vue\n \u003CRoot>"992http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of null (reading 'split')993 at VueComponent.lineNumbers (webpack-internal:///9m/D:27:27)994 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)995 at Watcher.evaluate (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)996 at VueComponent.computedGetter [as lineNumbers] (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)997 at Object.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)998 at Proxy.render (webpack-internal:///jQV4:20:26)999 at VueComponent.Vue._render (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)1000 at VueComponent.updateComponent (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)1001 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)1002 at new Watcher (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)1003security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1004http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of null (reading 'split')\"\n\nfound in\n\n---> \u003CSimpleViewer> at vue_shared/components/blob_viewers/simple_viewer.vue\n \u003CBlobContent> at blob/components/blob_content.vue\n \u003CSnippetBlob> at snippets/components/snippet_blob_view.vue\n \u003CShow> at snippets/components/show.vue\n \u003CRoot>"1005http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of null (reading 'split')1006 at VueComponent.lineNumbers (webpack-internal:///9m/D:27:27)1007 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)1008 at Watcher.evaluate (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)1009 at VueComponent.computedGetter [as lineNumbers] (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)1010 at Object.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)1011 at Proxy.render (webpack-internal:///jQV4:20:26)1012 at VueComponent.Vue._render (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)1013 at VueComponent.updateComponent (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)1014 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)1015 at new Watcher (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)1016http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of null (reading 'split')\"\n\nfound in\n\n---> \u003CSimpleViewer> at vue_shared/components/blob_viewers/simple_viewer.vue\n \u003CBlobContent> at blob/components/blob_content.vue\n \u003CSnippetBlob> at snippets/components/snippet_blob_view.vue\n \u003CShow> at snippets/components/show.vue\n \u003CRoot>"1017http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of null (reading 'split')1018 at VueComponent.lineNumbers (webpack-internal:///9m/D:27:27)1019 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)1020 at Watcher.evaluate (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)1021 at VueComponent.computedGetter [as lineNumbers] (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)1022 at Object.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)1023 at Proxy.render (webpack-internal:///jQV4:20:26)1024 at VueComponent.Vue._render (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)1025 at VueComponent.updateComponent (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)1026 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)1027 at new Watcher (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)1028security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1029http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of null (reading 'split')\"\n\nfound in\n\n---> \u003CSimpleViewer> at vue_shared/components/blob_viewers/simple_viewer.vue\n \u003CBlobContent> at blob/components/blob_content.vue\n \u003CSnippetBlob> at snippets/components/snippet_blob_view.vue\n \u003CShow> at snippets/components/show.vue\n \u003CRoot>"1030http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of null (reading 'split')1031 at VueComponent.lineNumbers (webpack-internal:///9m/D:27:27)1032 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)1033 at Watcher.evaluate (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)1034 at VueComponent.computedGetter [as lineNumbers] (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)1035 at Object.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)1036 at Proxy.render (webpack-internal:///jQV4:20:26)1037 at VueComponent.Vue._render (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)1038 at VueComponent.updateComponent (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)1039 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)1040 at new Watcher (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)1041http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in render: \"TypeError: Cannot read properties of null (reading 'split')\"\n\nfound in\n\n---> \u003CSimpleViewer> at vue_shared/components/blob_viewers/simple_viewer.vue\n \u003CBlobContent> at blob/components/blob_content.vue\n \u003CSnippetBlob> at snippets/components/snippet_blob_view.vue\n \u003CShow> at snippets/components/show.vue\n \u003CRoot>"1042http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of null (reading 'split')1043 at VueComponent.lineNumbers (webpack-internal:///9m/D:27:27)1044 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)1045 at Watcher.evaluate (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333194:21)1046 at VueComponent.computedGetter [as lineNumbers] (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333444:17)1047 at Object.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:330687:20)1048 at Proxy.render (webpack-internal:///jQV4:20:26)1049 at VueComponent.Vue._render (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332158:22)1050 at VueComponent.updateComponent (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:332676:21)1051 at Watcher.get (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333089:25)1052 at new Watcher (http://127.0.0.1:44257/assets/webpack/dll.7d1b440e59e7/vendor.dll.bundle.js:333078:12)1053security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1054security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1055security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1056security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1057security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1058security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1059security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1060security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1061security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1062webpack-internal:///vx6h 49:19 Uncaught TypeError: accessDropdown.$on is not a function1063security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1064webpack-internal:///vx6h 49:19 Uncaught TypeError: accessDropdown.$on is not a function1065security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1066webpack-internal:///vx6h 49:19 Uncaught TypeError: accessDropdown.$on is not a function1067security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1068security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1069security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1070webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1071security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1072webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1073security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1074security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1075security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1076webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1077security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1078security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1079security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1080webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1081security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1082security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1083webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1084security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1085security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1086security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1087webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1088security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1089security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1090webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."1091security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1092security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1093security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1094security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1095security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1096security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1097security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1098security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1099security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1101RSpec::Retry: 2nd try ./spec/features/profile_spec.rb:551102 when I change my username1103 changes my username1104Groups > Members > Leave group1105 guest leaves the group1106 guest leaves the group by url param1107 guest leaves the group as last member1108 owner leaves the group if they are not the last owner1109 owner can not leave the group if they are the last owner1110 owner can not leave the group by url param if they are the last owner1111Monitor dropdown sidebar1112 user is not a member1113 has the correct `Monitor` menu items1114 when operations project feature is PRIVATE1115 does not show the `Monitor` menu1116 when operations project feature is DISABLED1117 does not show the `Operations` menu1118 user has guest role1119 has the correct `Monitor` menu items1120 behaves like shows Monitor menu based on the access level1121 when operations project feature is PRIVATE1122 shows the `Monitor` menu1123 when operations project feature is DISABLED1124 does not show the `Monitor` menu1125 user has reporter role1126 has the correct `Monitor` menu items1127 behaves like shows Monitor menu based on the access level1128 when operations project feature is PRIVATE1129 shows the `Monitor` menu1130 when operations project feature is DISABLED1131 does not show the `Monitor` menu1132 user has developer role1133 has the correct `Monitor` menu items1134 behaves like shows Monitor menu based on the access level1135 when operations project feature is PRIVATE1136 shows the `Monitor` menu1137 when operations project feature is DISABLED1138 does not show the `Monitor` menu1139 user has maintainer role1140 has the correct `Monitor` menu items1141 behaves like shows Monitor menu based on the access level1142 when operations project feature is PRIVATE1143 shows the `Monitor` menu1144 when operations project feature is DISABLED1145 does not show the `Monitor` menu1146Admin Mode Logout1147 disable removes admin mode and redirects to root page1148 disable shows flash notice1149 on a read-only instance1150 disable removes admin mode and redirects to root page1151User searches for projects1152 when signed out1153 when block_anonymous_global_searches is disabled1154 does not show top right search form1155 finds a project1156 preserves the group being searched in1157 preserves the project being searched in1158 when search times out1159 renders timeout information1160 sets tab count to 01161 when block_anonymous_global_searches is enabled1162 is redirected to login page1163User creates branch1164 creates new branch1165 when branch name is invalid1166 does not create new branch1167 when branch name already exists1168 does not create new branch1169Profile > SSH Keys1170 user sees their keys1171 User adds a key1172 auto-populates the title1173 saves the new key1174 shows a confirmable warning if the key begins with an algorithm name that is unsupported1175 when only DSA and ECDSA keys are allowed1176 shows a validation error1177 User removes a key1178 via the key index1179 behaves like removes key1180 removes key1181 via its details page1182 behaves like removes key1183 removes key1184Profile > GPG Keys1185 user sees their key1186 user removes a key via the key index1187 user revokes a key via the key index1188 User adds a key1189 saves the new key1190 with multiple subkeys1191Merge Requests > User filters by draft1192 filters results1193 does not allow filtering by is not equal1194User filters Incident Management table by status1195 when a developer displays the incident list they can filter the table by an incident status1196 shows the incident table items with incident status of Open by default1197 shows the incident table items with incident status of Closed1198 shows the incident table items with all status1199Merge Requests Feed1200 GET /merge_requests1201 when authenticated1202 behaves like an authenticated issuable atom feed1203 renders atom feed with common issuable information1204 behaves like an authenticated merge request atom feed1205 renders atom feed with additional merge request information1206 but the use can not see the project1207 renders 404 page1208 when authenticated via personal access token1209 behaves like an authenticated issuable atom feed1210 renders atom feed with common issuable information1211 behaves like an authenticated merge request atom feed1212 renders atom feed with additional merge request information1213 when authenticated via feed token1214 behaves like an authenticated issuable atom feed1215 renders atom feed with common issuable information1216 behaves like an authenticated merge request atom feed1217 renders atom feed with additional merge request information1218 when not authenticated1219 and the project is private1220 redirects to login page1221 and the project is public1222 behaves like an authenticated issuable atom feed1223 renders atom feed with common issuable information1224 behaves like an authenticated merge request atom feed1225 renders atom feed with additional merge request information1226User sees user popover1227 hovering over a user link in a merge request1228 displays user popover1229Skipping ./spec/features/projects/user_sees_user_popover_spec.rb[1:1:2] 'User sees user popover hovering over a user link in a merge request displays user popover in system note' because it's flaky.1230 displays user popover in system note (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1231Labels subscription1232 when signed in1233 users can subscribe/unsubscribe to labels1234 when not signed in1235 users can not subscribe/unsubscribe to labels1236User edits labels1237 updates label's title1238 allows user to delete label1239Dropdown base1240 caching requests1241 caches requests after the first load1242Projects > Files > User wants to add a Dockerfile file1243 user can pick a Dockerfile file from the dropdown1244Upload a maven package1245 behaves like handling file uploads1246 with object storage disabled1247 behaves like for a maven package1248 creates package files1249 is expected to eq 2001250 behaves like handling file uploads1251 with object storage disabled1252 behaves like for a maven sha11253 is expected to eq 2041254 behaves like handling file uploads1255 with object storage disabled1256 behaves like for a maven md51257 is expected to eq 2001258 with an encoded project ID1259 behaves like handling file uploads1260 with object storage disabled1261 behaves like for a maven package1262 creates package files1263 is expected to eq 2001264Projects > Files > User wants to edit a file1265 file has been updated since the user opened the edit page1266Projects > Settings > External Authorization Classification Label setting1267 shows the field to set a classification label1268Subscriptions Content Security Policy1269 when there is no global config1270 does not add CSP directives1271 when a global CSP config exists1272 appends to CSP directives1273Knapsack report was generated. Preview:1274{1275 "spec/features/projects/jobs_spec.rb": 444.094180162,1276 "spec/features/projects/branches_spec.rb": 152.02146154399998,1277 "spec/features/projects/files/user_uploads_files_spec.rb": 102.39671806400008,1278 "spec/features/merge_request/user_views_diffs_spec.rb": 73.01288122799997,1279 "spec/features/issues/filtered_search/visual_tokens_spec.rb": 70.75332116499999,1280 "spec/features/issues/issue_detail_spec.rb": 58.26075082700004,1281 "spec/features/projects/settings/access_tokens_spec.rb": 45.273679263000076,1282 "spec/features/projects/network_graph_spec.rb": 46.629148204999865,1283 "spec/features/projects/snippets/user_comments_on_snippet_spec.rb": 38.10945192999998,1284 "spec/features/groups/settings/user_searches_in_settings_spec.rb": 32.73818944799996,1285 "spec/features/projects/files/project_owner_creates_license_file_spec.rb": 26.178964566999866,1286 "spec/features/projects/files/user_replaces_files_spec.rb": 30.85915335699997,1287 "spec/features/profile_spec.rb": 86.82525443899999,1288 "spec/features/groups/members/leave_group_spec.rb": 21.001198354000053,1289 "spec/features/monitor_sidebar_link_spec.rb": 17.11997267799984,1290 "spec/features/admin/admin_mode/logout_spec.rb": 18.39364040600003,1291 "spec/features/search/user_searches_for_projects_spec.rb": 15.822063137999976,1292 "spec/features/projects/branches/user_creates_branch_spec.rb": 16.90043341699993,1293 "spec/features/profiles/keys_spec.rb": 11.474971718999996,1294 "spec/features/profiles/gpg_keys_spec.rb": 9.769879797000158,1295 "spec/features/merge_requests/user_filters_by_draft_spec.rb": 9.646135995999884,1296 "spec/features/incidents/user_filters_incidents_by_status_spec.rb": 9.32917641400013,1297 "spec/features/atom/merge_requests_spec.rb": 5.037935925000056,1298 "spec/features/projects/user_sees_user_popover_spec.rb": 6.53989023500003,1299 "spec/features/projects/labels/subscription_spec.rb": 7.777528794000091,1300 "spec/features/projects/labels/user_edits_labels_spec.rb": 6.374043183999902,1301 "spec/features/issues/filtered_search/dropdown_base_spec.rb": 4.741550033000067,1302 "spec/features/projects/files/dockerfile_dropdown_spec.rb": 4.245155661000126,1303 "spec/features/file_uploads/maven_package_spec.rb": 3.346039163999876,1304 "spec/features/projects/files/editing_a_file_spec.rb": 2.5503527379999014,1305 "spec/features/projects/settings/external_authorization_service_settings_spec.rb": 1.859921932999896,1306 "spec/features/jira_connect/subscriptions_spec.rb": 0.50274677399988831307}1308Knapsack global time execution for tests: 22m 59s1309Pending: (Failures listed here are expected and do not affect your suite's status)1310 1) Projects > Files > User uploads files when a user does not have write access uploads and commits a new file to a forked project1311 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1312 # ./spec/support/shared_examples/features/project_upload_files_shared_examples.rb:1051313 2) User sees user popover hovering over a user link in a merge request displays user popover in system note1314 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1315 # ./spec/features/projects/user_sees_user_popover_spec.rb:391316Finished in 23 minutes 3 seconds (files took 1 minute 10.89 seconds to load)1317287 examples, 0 failures, 2 pending1318Failed to write to log, write log/workhorse-test.log: file already closed1319RSpec exited with 0.1320No examples to retry, congrats!1322Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1323Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1325Uploading artifacts...1326coverage/: found 5 matching files and directories 1327crystalball/: found 2 matching files and directories 1328deprecations/: found 6 matching files and directories 1329knapsack/: found 3 matching files and directories 1330rspec/: found 9 matching files and directories 1331tmp/capybara/: found 3 matching files and directories 1332log/*.log: found 18 matching files and directories 1333WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063494/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1334WARNING: Retrying... context=artifacts-uploader error=request redirected1335Uploading artifacts as "archive" to coordinator... 201 Created id=2660063494 responseStatus=201 Created token=mcaQxjiA1336Uploading artifacts...1337rspec/junit_rspec.xml: found 1 matching files and directories 1338WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063494/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1339WARNING: Retrying... context=artifacts-uploader error=request redirected1340Uploading artifacts as "junit" to coordinator... 201 Created id=2660063494 responseStatus=201 Created token=mcaQxjiA1342Job succeeded