rspec system pg12 single-db 23/24
Passed Started
by
@leetickett

Lee Tickett
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...18Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1656912423-b2e807de...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: 115982, done. 25remote: Counting objects: 100% (115982/115982), done. 26remote: Compressing objects: 100% (81018/81018), done. 27remote: Total 115982 (delta 48513), reused 75495 (delta 30560), pack-reused 0 28Receiving objects: 100% (115982/115982), 108.44 MiB | 29.15 MiB/s, done.29Resolving deltas: 100% (48513/48513), done.31 * [new ref] refs/pipelines/579176392 -> refs/pipelines/57917639232Checking out 204b4379 as refs/merge-requests/91556/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 (2673336706)...44Downloading artifacts from coordinator... ok id=2673336706 responseStatus=200 OK token=9ziFrLxY45Downloading artifacts for detect-tests (2673336715)...46Downloading artifacts from coordinator... ok id=2673336715 responseStatus=200 OK token=9ziFrLxY47Downloading artifacts for retrieve-tests-metadata (2673336722)...48Downloading artifacts from coordinator... ok id=2673336722 responseStatus=200 OK token=9ziFrLxY49Downloading artifacts for setup-test-env (2673336712)...50Downloading artifacts from coordinator... ok id=2673336712 responseStatus=200 OK token=9ziFrLxY52Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh593.2.3360Bundler version 2.2.3361Successfully installed bundler-2.3.15621 gem installed63production:development64Settings are listed in order of priority. The top value will be used.65clean66Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true67frozen68Set via BUNDLE_FROZEN: true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.81$ bundle pristine pg82Installing pg 1.3.5 with native extensions83==> 'bundle pristine pg' succeeded in 10 seconds.84$ setup_db_user_only85CREATE ROLE86GRANT87==> 'setup_db_user_only' succeeded in 1 seconds.88$ bundle exec rake db:drop db:create db:schema:load db:migrate89Dropped database 'gitlabhq_test'90Dropped database 'gitlabhq_geo_test'91Created database 'gitlabhq_test'92Created database 'gitlabhq_geo_test'93==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 29 seconds.94$ setup_db_praefect95SELECT pg_catalog.set_config('search_path', '', false);96CREATE DATABASE praefect_test ENCODING 'UTF8';97==> 'setup_db_praefect' succeeded in 0 seconds.98$ run_timed_command "gem install knapsack --no-document"99$ gem install knapsack --no-document100Successfully installed knapsack-4.0.01011 gem installed102==> 'gem install knapsack --no-document' succeeded in 1 seconds.103$ run_timed_command "scripts/gitaly-test-spawn"104$ scripts/gitaly-test-spawn105find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory106Don't run Bundler as root. Bundler can ask for sudo if it is needed, and107installing your bundle as root will break this application for all non-root108users on this machine.109Using abstract_type 0.0.7110Using concurrent-ruby 1.1.10111Using i18n 1.10.0112Using minitest 5.15.0113Using tzinfo 2.0.4114Using zeitwerk 2.5.4115Using activesupport 6.1.4.7116Using builder 3.2.4117Using erubi 1.10.0118Using mini_portile2 2.8.0119Using racc 1.6.0120Using nokogiri 1.13.6 (x86_64-linux)121Using rails-dom-testing 2.0.3122Using crass 1.0.6123Using loofah 2.16.0124Using rails-html-sanitizer 1.4.2125Using actionview 6.1.4.7126Using rack 2.2.3127Using rack-test 1.1.0128Using actionpack 6.1.4.7129Using ice_nine 0.11.2130Using thread_safe 0.3.6131Using memoizable 0.4.2132Using adamantium 0.2.0133Using public_suffix 4.0.6134Using addressable 2.7.0135Using ast 2.4.2136Using binding_ninja 0.2.3137Using bundler 2.3.15138Using charlock_holmes 0.7.7139Using coderay 1.1.2140Using equalizer 0.0.11141Using concord 0.1.5142Using diff-lcs 1.3143Using dotenv 2.7.6144Using escape_utils 1.2.1145Using factory_bot 5.0.2146Using multipart-post 2.1.1147Using faraday 1.0.1148Using ffi 1.15.3149Using json 2.5.1150Using gemojione 3.3.0151Using mini_mime 1.0.2152Using rugged 1.2.0153Using github-linguist 7.12.1154Using github-markup 1.7.0155Using mime-types-data 3.2020.1104156Using mime-types 3.3.1157Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1158Using rouge 3.27.0159Using sanitize 6.0.0160Using stringex 2.8.5161Using gitlab-gollum-lib 4.2.7.10.gitlab.2162Using google-protobuf 3.19.1 (x86_64-linux)163Using googleapis-common-protos-types 1.3.0164Using grpc 1.42.0 (x86_64-linux)165Using opentracing 0.5.0166Using thrift 0.15.0167Using jaeger-client 1.1.0168Using pg_query 2.1.1169Using redis 4.4.0170Using gitlab-labkit 0.23.0171Using rubyzip 2.3.2172Using thor 1.1.0173Using tomlrb 2.0.1174Using with_env 1.1.0175Using rexml 3.2.5176Using xml-simple 1.1.9177Using gitlab-license_finder 6.14.2.1178Using gitlab-markup 1.7.1179Using grpc-tools 1.42.0180Using sawyer 0.8.2181Using octokit 4.20.0182Using reverse_markdown 1.4.0183Using licensee 9.14.1184Using method_source 0.9.2185Using msgpack 1.3.3186Using optimist 3.0.1187Using parallel 1.19.2188Using parser 3.0.3.2189Using procto 0.0.3190Using unparser 0.4.7191Using proc_to_ast 0.1.0192Using pry 0.12.2193Using rainbow 3.0.0194Using rbtrace 0.4.14195Using rdoc 6.3.2196Using regexp_parser 1.8.1197Using rspec-support 3.8.0198Using rspec-core 3.8.0199Using rspec-expectations 3.8.3200Using rspec-mocks 3.8.0201Using rspec 3.8.0202Using rspec-parameterized 0.4.2203Using rubocop-ast 0.2.0204Using ruby-progressbar 1.10.1205Using unicode-display_width 1.7.0206Using rubocop 0.86.0207Using sentry-raven 3.0.4208Using timecop 0.9.1209Bundle complete! 22 Gemfile dependencies, 100 gems now installed.210Gems in the groups 'production' and 'development' were not installed.211Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`212Checking gitaly-ruby Gemfile...213Checking gitaly-ruby bundle...214The Gemfile's dependencies are satisfied215Trying to connect to gitaly: ......................................... OK216Trying to connect to gitaly2: ............................................................ OK217Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK218$ source ./scripts/rspec_helpers.sh219==> 'scripts/gitaly-test-spawn' succeeded in 11 seconds.220$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"221SKIP_FLAKY_TESTS_AUTOMATICALLY: true222RETRY_FAILED_TESTS_IN_NEW_PROCESS: true223KNAPSACK_GENERATE_REPORT: true224FLAKY_RSPEC_GENERATE_REPORT: true225KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb226KNAPSACK_LOG_LEVEL: debug227KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_single-db_23_24_report.json228FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json229FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_single-db_23_24_report.json230NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_single-db_23_24_report.json231SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_single-db_23_24_report.txt232RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_single-db_23_24_report.txt233CRYSTALBALL: 234Knapsack report generator started!235DEPRECATION 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 call236/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 here237 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)238Run options: exclude {:quarantine=>true, :level=>"migration"}239Test environment set up in 0.689044304 seconds240Admin::Users241 GET /admin/users242Starting the Capybara driver server...243Skipping ./spec/features/admin/users/users_spec.rb[1:1:1] 'Admin::Users GET /admin/users is ok' because it's flaky.244 is ok (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)245Capybara starting Puma...246* Version 5.6.2 , codename: Birdie's Version247* Min threads: 0, max threads: 4248* Listening on unix:///tmp/20220704-454-1mik1xm249 has users list250Skipping ./spec/features/admin/users/users_spec.rb[1:1:3] 'Admin::Users GET /admin/users clicking edit user takes us to edit page' because it's flaky.251 clicking edit user takes us to edit page (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)252 user project count253 displays count of users projects254 tabs255 has multiple tabs to filter users256 `Pending approval` tab257 shows the `Pending approval` tab258 search and sort259 searches users by name2611st Try error in ./spec/features/admin/users/users_spec.rb:107:262expected to find text "Foo Bar" in "Skip to content GitLab Menu Help Anyone can register for an account. Only allow anyone to register for accounts on GitLab instances that you intend to be used by anyone. Allowing anyone to register makes GitLab instances more vulnerable. Turn off Acknowledge Re-authentication required Enter Admin Mode Password Sign in with Google GitHub AliCloud cas3 Bitbucket DingTalk GitLab.com Facebook Twitter Jwt Auth0 Authentiq Salesforce Atlassian"263Unexpected browser console output:264security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.265security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.266security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.267webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."268webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."269security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.270security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.271security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.272webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."273webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."274security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.275webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."276webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."277security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.278security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.279security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.280webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."281webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."282security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.283security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.284security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.285webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."286webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."287security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.288webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."289webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."290security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.291security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.292security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.293security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.295RSpec::Retry: 2nd try ./spec/features/admin/users/users_spec.rb:107296 sorts users by name297 sorts search results only298 searches with respect of sorting299 sorts users by recent last activity300Skipping ./spec/features/admin/users/users_spec.rb[1:1:7:6] 'Admin::Users GET /admin/users search and sort sorts users by oldest last activity' because it's flaky.301 sorts users by oldest last activity (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)302 Two-factor Authentication filters303 counts users who have enabled 2FA304 filters by users who have enabled 2FA305 counts users who have not enabled 2FA306Skipping ./spec/features/admin/users/users_spec.rb[1:1:8:4] 'Admin::Users GET /admin/users Two-factor Authentication filters filters by users who have not enabled 2FA' because it's flaky.307 filters by users who have not enabled 2FA (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)308 Pending approval filter309 counts users who are pending approval310 filters by users who are pending approval311 when blocking/unblocking a user312Skipping ./spec/features/admin/users/users_spec.rb[1:1:10:1] 'Admin::Users GET /admin/users when blocking/unblocking a user shows confirmation and allows blocking and unblocking' because it's flaky.313 shows confirmation and allows blocking and unblocking (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)314 when deactivating/re-activating a user315 shows confirmation and allows deactivating and re-activating316 when a user is locked317 displays `Locked` badge next to user318 allows a user to be unlocked from the `User administration dropdown319 internal users320 when showing a `Ghost User`321 does not render actions dropdown322 when showing a `Bot User`323 does not render actions dropdown324 user group count325 displays count of the users authorized groups326 GET /admin/users/new327 creates new user328 applies defaults to user329 creates user with valid data330 calls send mail331 sends valid email to user with email & password332 username contains spaces333 doesn't create the user and shows an error message334 with new users set to external enabled335 with regex to match internal user email address set336 automatically unchecks external for matching email337 creates an internal user338 GET /admin/users/:id/projects339 lists groups340 allows navigation to the group details341 shows the group access level342 allows group membership to be revoked343 show breadcrumbs344 is expected to have text "Edit Identity"345 GET /admin/users/:id/edit346 Update user347 shows page with new data348 changes user entry349 update username to non ascii char350 is expected to have visible css "form[action=\"/admin/users/user1\"]"351Protected Branches352 logged in as developer353 Delete protected branch354 does not allow developer to remove protected branch355 logged in as maintainer356 allows to create a protected branch with name containing HTML tags357 Delete protected branch358 removes branch after modal confirmation359 logged in as admin360 explicit protected branches361 allows creating explicit protected branches362 displays the last commit on the matching branch if it exists363 displays an error message if the named branch does not exist364 wildcard protected branches365 allows creating protected branches with a wildcard366 displays the number of matching branches367 displays all the branches matching the wildcard368 access control369 allows creating protected branches that Maintainers can push to370 allows updating protected branches so that Maintainers can push to them371 allows creating protected branches that Developers + Maintainers can push to372 allows updating protected branches so that Developers + Maintainers can push to them373 allows creating protected branches that No one can push to374 allows updating protected branches so that No one can push to them375 allows creating protected branches that Maintainers can merge to376 allows updating protected branches so that Maintainers can merge to them377 allows creating protected branches that Developers + Maintainers can merge to378 allows updating protected branches so that Developers + Maintainers can merge to them379 allows creating protected branches that No one can merge to380 allows updating protected branches so that No one can merge to them381 when the users for protected branches feature is off382 when deploy keys are enabled to this project383 when only one deploy key can push384 shows all dropdown sections in the 'Allowed to push' main dropdown, with only one deploy key385 shows all sections but not deploy keys in the 'Allowed to merge' main dropdown386 shows all sections in the 'Allowed to push' update dropdown387 when no deploy key can push388 just shows all sections but not deploy keys in the 'Allowed to push' dropdown389 just shows all sections but not deploy keys in the 'Allowed to push' update dropdown390Project integrations391 behaves like integration settings form392 displays all the integrations393New/edit issue394 new issue395 allows user to create new issue396 displays an error message when submitting an invalid form397 correctly updates the dropdown toggle when removing a label398 clears label search input field when a label is selected399 correctly updates the selected user when changing assignee400 description has autocomplete401 shorten users API pagination limit402 displays selected users even if they are not part of the original API call403 single assignee404 unselects other assignees when unassigned is selected405 toggles assign to me when current user is selected and unselected406 displays issue type options in the dropdown407 when user is guest408 behaves like type option is visible409 shows issue option410 behaves like type option is missing411 does not show incident option412 when user is reporter413 behaves like type option is visible414 shows issue option415 behaves like type option is visible416 shows incident option417 milestone418 escapes milestone419 new issue with query parameters420 leaves the description blank if no query parameters are specified421 fills the description from the issue[description] query parameter422 fills the description from the issuable_template query parameter423 fills the description from the issuable_template and issue[description] query parameters424 new issue from related issue425 does not offer to link the new issue to any other issues if the URL parameter is absent426 links the new issue and the issue of origin427 links the new incident and the incident of origin428 does not link the new issue to any other issues if the checkbox is not checked429 guest430 does not offer to link the new issue to an issue that the user does not have access to431 edit issue432 allows user to update issue433 description has autocomplete434 inline edit435 opens inline edit form with shortcut436 sub-group project437 creates project label from dropdown438Markdown keyboard shortcuts439 Vue.js markdown editor440 behaves like keyboard shortcuts441 bolds text when <modifier>+B is pressed442 italicizes text when <modifier>+I is pressed443 strikes text when <modifier>+<shift>+x is pressed444 links text when <modifier>+K is pressed445 does not affect non-markdown fields on the same page446 behaves like no side effects447 does not bold text when <other modifier>+B is pressed448 does not italicize text when <other modifier>+I is pressed449 does not link text when <other modifier>+K is pressed450 Haml markdown editor451 behaves like keyboard shortcuts452 bolds text when <modifier>+B is pressed453 italicizes text when <modifier>+I is pressed454 strikes text when <modifier>+<shift>+x is pressed455 links text when <modifier>+K is pressed456 does not affect non-markdown fields on the same page457 behaves like no side effects458 does not bold text when <other modifier>+B is pressed459 does not italicize text when <other modifier>+I is pressed460 does not link text when <other modifier>+K is pressed461Dashboard > User filters todos462 displays all todos without a filter463 filters by project464 filters by group465 filters by type466 Author filter467 filters by author468 shows only authors of existing todos469 shows only authors of existing done todos470 filter by action471 filters by Assigned472 filters by Review Requested473 filters by Mentioned474 filters by Added475 filters by Pipelines476Copy as GFM477 Copying rendered GFM478 works479 Copying code480 from a diff481 inline diff482 behaves like copying code from a diff483 selecting one word of text484 copies as inline code485 selecting one line of text486 copies as inline code487 selecting multiple lines of text488 copies as a code block489 parallel diff490 behaves like copying code from a diff491 selecting one word of text492 copies as inline code493 selecting one line of text494 copies as inline code495 selecting multiple lines of text496 copies as a code block497 selecting code on the left498 copies as a code block499 selecting code on the right500 copies as a code block501 from a blob502 selecting one word of text503 copies as inline code5051st Try error in ./spec/features/markdown/copy_as_gfm_spec.rb:761:506expected: "`end`"507 got: ""508(compared using ==)509Unexpected browser console output:510security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.511security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.512security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.513webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."514webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."515security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.516webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."517webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."518security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.519security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.520security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.521webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."522webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."523security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.524webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."525webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."526security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.527webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."528webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."529security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.530security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.531security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.532webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."533webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."534security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.535webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."536webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."537security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.538webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."539webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."540security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.541security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.542security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.543webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."544webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."545security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.546webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."547webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."548security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.549webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."550webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."551security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.552security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.553security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.554webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."555webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."556security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.557webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."558webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."559security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.560webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."561webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."562security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.563security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.564security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.565webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."566webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."567security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.568webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."569webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."570security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.571security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.572security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.573webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."574webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."575security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.576webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."577webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."578security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.579webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."580webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."581security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.582security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.583security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.584webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."585webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."586security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.587webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."588webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."589security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.590security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.591security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.592webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."593webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."594security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.595webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."596webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."597security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.598security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.599security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.600webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."601webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."602security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.603webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."604webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."605security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.606webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."607webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."608security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.609security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.610security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.611webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."612webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."613security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.614webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."615webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."616security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.617webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."618webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."619security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.620webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."621webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."622security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.623security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.624security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.625webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."626webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."627security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.628security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.629security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.630webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."631webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."632security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.633webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."634webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."635security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.636security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.637security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.638webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."639webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."640security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.641security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.642security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.643webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."644webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."645security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.646security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.647security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.648webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."649webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."650security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.651webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."652webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."653security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.654security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.655security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.656webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."657webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."658security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.659webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."660webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."661security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.662security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.663security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.664webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."665webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."666security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.667webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."668webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."669security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.670webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."671webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."672security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.673security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.674security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.675webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."676webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."677webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."678security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.679webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."680webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."681security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.682webpack-internal:///XWvU 5:517 Uncaught TypeError: Invalid date683security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.684security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.685security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.686security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.687webpack-internal:///XWvU 5:517 Uncaught TypeError: Invalid date688security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.689security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.690security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.691security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.692security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.693security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.694security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.695security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.696security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.697security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.698security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.699security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.700security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.701security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.702security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.703security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.704security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.705security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.706security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.707security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.708security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.709security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.710security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.711security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.712security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.713security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.714security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.715security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.716security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.717security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.718security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.719security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.720security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.721security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.722security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.723security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.724security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.725security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.726security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.727security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.728security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.729security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.730security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.731security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.732security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.733security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.734security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.735security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.736security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.737security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.738security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.739security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.740security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.741security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.742security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.743security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.744security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.745security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.746security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.747security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.748security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.749security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.750security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.751security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.752security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.753security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.754security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.755security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.756security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.757security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.758security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.759security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.760security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.761security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.762security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.763security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.764webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."765webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."766security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.767webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."768webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."769security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.770webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."771webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."772security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.773webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."774webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."775security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.776webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."777webpack-internal:///gzws 132:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."778security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.779security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.780security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.781security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.782security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.783security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.784security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.785security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.786security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.787security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.788security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.789security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.790security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.791security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.792security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.793security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.794security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.795security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.796security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.797security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.798security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.799security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.800security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.801security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.802security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.803security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.804security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.805security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.806security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.807security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.808security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.809security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.810security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.811security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.812security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.813security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.814security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.815security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.816security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.817security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.821security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.824security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.825security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.826security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.829security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.830security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.831security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.832security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.833security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.834security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.835security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.836security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.837security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.838security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.839security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.840security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.841security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.842security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.843security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.844security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.845security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.846security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.847security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.848security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.849security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.850security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.851security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.852security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.853security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.854security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.855security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.856http://127.0.0.1:39133/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"placeholder\". Expected String with value \"6659\", got Number with value 6659.\n\nfound in\n\n---> \u003CDynamicField> at integrations/edit/components/dynamic_field.vue\n \u003CGlForm>\n \u003CIntegrationForm> at integrations/edit/components/integration_form.vue\n \u003CRoot>"857http://127.0.0.1:39133/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"placeholder\". Expected String with value \"6659\", got Number with value 6659.\n\nfound in\n\n---> \u003CBFormInput>\n \u003CGlFormInput>\n \u003CBFormGroup>\n \u003CGlFormGroup>\n \u003CDynamicField> at integrations/edit/components/dynamic_field.vue\n \u003CGlForm>\n \u003CIntegrationForm> at integrations/edit/components/integration_form.vue\n \u003CRoot>"858http://127.0.0.1:39133/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: type check failed for prop \"placeholder\". Expected String with value \"6659\", got Number with value 6659.\n\nfound in\n\n---> \u003CDynamicField> at integrations/edit/components/dynamic_field.vue\n \u003CGlForm>\n \u003CIntegrationForm> at integrations/edit/components/integration_form.vue\n \u003CRoot>"859security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.860webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."861webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."862security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.863webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."864security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.865security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.866security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.867security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.868security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.869security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.870security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.871security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.872security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.873security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.874security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.875security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.884webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."885webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."886webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."887security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.888webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."889security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.890webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."891webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."892webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."893webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."894security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.895webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."896security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.897webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."898webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."899webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."900security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.901security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.902security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.903webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."904security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.905security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.906security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.907http://127.0.0.1:39133/assets/webpack/dll.2a824f2386c5/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>"908http://127.0.0.1:39133/assets/webpack/dll.2a824f2386c5/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>"909security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.910security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.911security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.912security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.913security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.914security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.915security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.916security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.917security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.918security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.919security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.920security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.921security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.922security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.923security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.924security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.925security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.926security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.927security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.928security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.929security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.930security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.931security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.932security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.933security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.934security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.935security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.936security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.937security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.938security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.939security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.942security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.958security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.962security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.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'.979security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.980security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.981http://127.0.0.1:39133/group30/project34/-/issues/1 - Refused to load media from 'https://example.com/video.mp4' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.982http://127.0.0.1:39133/group30/project34/-/issues/1 - Refused to load media from 'https://example.com/video.mp4' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.983http://127.0.0.1:39133/group30/project34/uploads/a123/video.mp4 - Failed to load resource: the server responded with a status of 404 (Not Found)984http://127.0.0.1:39133/group30/project34/-/issues/1 - Refused to load media from 'https://example.com/audio.wav' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.985http://127.0.0.1:39133/group30/project34/-/issues/1 - Refused to load media from 'https://example.com/audio.wav' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.986http://127.0.0.1:39133/group30/project34/uploads/a123/video.mp4 - Failed to load resource: the server responded with a status of 404 (Not Found)987http://127.0.0.1:39133/group30/project34/uploads/a123/audio.wav - Failed to load resource: the server responded with a status of 404 (Not Found)988http://127.0.0.1:39133/group30/project34/-/issues/custom_emoji.svg - Failed to load resource: the server responded with a status of 404 (Not Found)989http://127.0.0.1:39133/gitlab/assets/icons.svg#question-o - Failed to load resource: the server responded with a status of 404 (Not Found)990http://127.0.0.1:39133/group30/project34/uploads/a123/audio.wav - Failed to load resource: the server responded with a status of 404 (Not Found)991security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.992security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.993security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.994security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.995security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.996security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.997security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.998security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.999security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1001RSpec::Retry: 2nd try ./spec/features/markdown/copy_as_gfm_spec.rb:7611002 selecting one line of text1003Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:2:1] 'Copy as GFM Copying code from a blob selecting one line of text copies as inline code' because it's flaky.1004 copies as inline code (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1005 selecting multiple lines of text1006Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:3:1] 'Copy as GFM Copying code from a blob selecting multiple lines of text copies as a code block' because it's flaky.1007 copies as a code block (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1008 from a GFM code block1009 selecting one word of text1010 copies as inline code1011 selecting one line of text1012 copies as inline code1013 selecting multiple lines of text1014 copies as a code block with the correct language1015Merge requests > User lists merge requests1016 filters on no assignee1017 filters on a specific assignee1018 sorts by newest1019 sorts by last updated1020 sorts by milestone due date1021 sorts by merged at1022 sorts by closed at1023 filters on one label and sorts by milestone due date1024 merge request reviewers1025 has reviewers in MR list1026 shows reviewers avatar count badge if more_reviewers_count > 41027 does not show reviewers avatar count badge if more_reviewers_count <= 41028 while filtering on two labels1029 sorts by milestone due date1030 filter on assignee and1031 sorts by milestone due date1032 sorts by recently due milestone1033User edits Release1034 renders the breadcrumbs1035 renders the edit Release form1036 does not update the Release when "Cancel" is clicked1037 updates the Release when "Save changes" is clicked1038 does not affect the asset link1039 redirects to the previous page when "Cancel" is clicked when the url includes a back_url query parameter1040 redirects to the main Releases page when "Cancel" is clicked when the url does not include a back_url query parameter1041 redirects to the dedicated Release page when "Save changes" is clicked1042Diff file viewer1043 Ruby file1044 shows highlighted Ruby code1045 Ruby file (stored in LFS)1046 when LFS is enabled on the project1047 shows an error message1048 when LFS is disabled on the project1049 displays the diff1050 Image file1051 Replaced1052 shows a rendered image1053 shows view replaced and view file links1054 Added1055 shows view file link1056 Deleted1057 shows view file link1058 ISO file (stored in LFS)1059 when LFS is enabled on the project1060 shows that file was added1061 when LFS is disabled on the project1062 displays the diff1063 ZIP file1064 shows that file was added1065 renamed file1066 shows the filename with diff highlight1067 binary file that appears to be text in the first 1024 bytes1068 shows the diff is collapsed1069 expanding the diff1070 shows there is no preview1071 when the the encoding of the file is unsupported1072 shows it is not diffable1073User searches group settings1074 in general settings page1075 behaves like can search settings1076 hides unmatching sections on search1077 behaves like can highlight results1078 has search settings field1079 highlights the search terms1080 in Integrations page1081 behaves like can highlight results1082 has search settings field1083 highlights the search terms1084 in Repository page1085 behaves like can search settings1086 hides unmatching sections on search1087 behaves like can highlight results1088 has search settings field1089 highlights the search terms1090 in CI/CD page1091 behaves like can search settings1092 hides unmatching sections on search1093 behaves like can highlight results1094 has search settings field1095 highlights the search terms1096 in Packages & Registries page1097 behaves like can highlight results1098 has search settings field1099 highlights the search terms1100User creates release1101 renders the breadcrumbs1102 defaults the "Create from" dropdown to the project's default branch1103 when the "Save release" button is clicked1104 creates a new release when "Create release" is clicked and redirects to the release's dedicated page1105 when the "Cancel" button is clicked1106 redirects to the main "Releases" page1107 when the URL includes a back_url query parameter1108 redirects to the page specified with back_url1109 when the release notes "Preview" tab is clicked1110 renders a preview of the release notes markdown1111User follows pipeline suggest nudge spec when feature is enabled1112 viewing the new blob page1113 when the page is loaded from the link using the suggest_gitlab_ci_yml param1114 pre-fills .gitlab-ci.yml for file name1115 chooses the .gitlab-ci.yml Template Type1116 displays suggest_gitlab_ci_yml popover1117 sets the commit cookie when the Commit button is clicked1118 when the page is visited without the param1119 does not pre-fill .gitlab-ci.yml for file name1120 does not choose the .gitlab-ci.yml Template Type1121 does not display suggest_gitlab_ci_yml popover1122Projects > Settings > User renames a project1123 shows a successful notice when the project is updated1124 with invalid characters1125 shows errors for invalid project path1126 when changing project name1127 renames the repository1128 with emojis1129 shows error for invalid project name1130 when changing project path1131 the project is accessible via the new path1132 the project is accessible via a redirect from the old path1133 and a new project is added with the same path1134 overrides the redirect1135User views milestone1136 avoids N+1 database queries1137 page description1138 behaves like page meta description1139 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1140 issues list1141 for a project milestone1142 does not show the project name1143 for a group milestone1144 shows the project name1145 when issues on milestone are over DISPLAY_ISSUES_LIMIT1146 limits issues to display and shows warning1147 when issues on milestone are below DISPLAY_ISSUES_LIMIT1148 does not display warning1149 merge requests list1150 for a project milestone1151 does not show the project name1152 for a group milestone1153 shows the project name1154Admin Broadcast Messages1155 see broadcast messages list1156 creates a customized broadcast banner message1157 creates a customized broadcast notification message1158 edit an existing broadcast message1159 remove an existing broadcast message1160 updates a preview of a customized broadcast banner message1161 updates a preview of a customized broadcast notification message1162test coverage badge1163 when user has access to view badge1164 user requests coverage badge image for pipeline with custom limits - 80% good1165 user requests coverage badge image for pipeline with custom limits - 74% - bad config1166 user requests coverage badge image for pipeline with custom limits - 73% - bad config1167 user requests coverage badge image for pipeline with custom limits - 72% - partial config - low1168 user requests coverage badge image for pipeline with custom limits - 72% - partial config - medium1169 user requests coverage badge image for pipeline with custom limits - 72% - partial config - medium v21170 user requests coverage badge image for pipeline with custom limits - 70% acceptable1171 user requests coverage badge image for pipeline with custom limits - 30% medium1172 user requests coverage badge image for pipeline with custom limits - 20% low1173 user requests coverage badge image for pipeline with custom limits - nonsense values which use the defaults1174 user requests coverage badge image for pipeline1175 user requests coverage badge for specific job1176 user requests coverage badge for pipeline without coverage1177 when user does not have access to view badge1178 user requests test coverage badge image1179Projects > Files > User wants to add a .gitlab-ci.yml file1180 user can pick a template from the dropdown1181 when template param is provided1182 uses the given template1183 when provided template param is not a valid template name1184 leaves the editor empty1185 when template is not available for the given file1186 leaves the editor empty1187Profile > Password1188 Password authentication enabled1189 User with password automatically set1190 User puts different passwords in the field and in the confirmation1191 shows an error message1192 does not contain the current password field after an error1193 User puts the same passwords in the field and in the confirmation1194 shows a success message1195 Password authentication unavailable1196 Regular user1197 renders 404 when password authentication is disabled for the web interface and Git1198 LDAP user1199 renders 4041200 Change password1201 when current password is blank1202 behaves like user enters an incorrect current password1203 handles the invalid password attempt, and prompts the user to try again1204 locks the user account when user passes the maximum attempts threshold1205 when current password is incorrect1206 behaves like user enters an incorrect current password1207 handles the invalid password attempt, and prompts the user to try again1208 locks the user account when user passes the maximum attempts threshold1209 when the password reset is successful1210 changes the password, logs the user out and prompts them to sign in again1211 when password is expired1212 needs change user password1213 when global require_two_factor_authentication is enabled1214 needs change user password1215New issue breadcrumb1216 displays link to project issues and new issue1217 links to current issue in breadcrubs1218 excludes award_emoji from comment count1219Issue Sidebar on Mobile1220 mobile sidebar on merge requests1221 behaves like issue sidebar stays collapsed on mobile1222 keeps the sidebar collapsed1223 mobile sidebar on issues1224 behaves like issue sidebar stays collapsed on mobile1225 keeps the sidebar collapsed1226Merge Requests Feed1227 GET /merge_requests1228 when authenticated1229 behaves like an authenticated issuable atom feed1230 renders atom feed with common issuable information1231 behaves like an authenticated merge request atom feed1232 renders atom feed with additional merge request information1233 but the use can not see the project1234 renders 404 page1235 when authenticated via personal access token1236 behaves like an authenticated issuable atom feed1237 renders atom feed with common issuable information1238 behaves like an authenticated merge request atom feed1239 renders atom feed with additional merge request information1240 when authenticated via feed token1241 behaves like an authenticated issuable atom feed1242 renders atom feed with common issuable information1243 behaves like an authenticated merge request atom feed1244 renders atom feed with additional merge request information1245 when not authenticated1246 and the project is private1247 redirects to login page1248 and the project is public1249 behaves like an authenticated issuable atom feed1250 renders atom feed with common issuable information1251 behaves like an authenticated merge request atom feed1252 renders atom feed with additional merge request information1253Projects > Show > Redirects1254 shows public project page1255 redirects to sign in page when project is private1256 redirects to sign in page when project does not exist1257 redirects to public project page after signing in1258 redirects to private project page after sign in1259 when signed in1260 returns 404 status when project does not exist1261 returns 404 when project is private1262User creates milestone1263 creates milestone1264User activates JetBrains TeamCity CI1265 activates integration1266Projects > Activity > User sees design comment1267 shows the design comment action in the activity page1268 allows to filter out the design event with the "event_filter=issue" URL param1269 allows to filter in the event with the "event_filter=comments" URL param1270Projects > Show > User sees README1271 shows the project README1272 obeying robots.txt1273 does not block the requests necessary to load the project README1274Milestones sorting1275 visit group milestones and sort by due_date_asc1276User manages emails1277 shows user's emails1278 adds an email1279 does not add an email that is the primary email of another user1280 removes an email1281Projects > Raw > User interacts with raw endpoint1282 when user access a raw file1283 renders the page successfully1284 when user goes over the rate requests limit1285 returns too many requests12871st Try error in ./spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb:29:1288Unable to find xpath "/html"1290RSpec::Retry: 2nd try ./spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb:291291Create a group label1292 creates a new label1293New project from template1294 create from template1295 shows template tabs1296Knapsack report was generated. Preview:1297{1298 "spec/features/admin/users/users_spec.rb": 251.51316002900057,1299 "spec/features/protected_branches_spec.rb": 225.71339726099995,1300 "spec/features/projects/integrations/project_integrations_spec.rb": 139.78450841999984,1301 "spec/features/issues/form_spec.rb": 106.05338287499944,1302 "spec/features/markdown/keyboard_shortcuts_spec.rb": 87.96545700800016,1303 "spec/features/dashboard/todos/todos_filtering_spec.rb": 64.55312677500024,1304 "spec/features/markdown/copy_as_gfm_spec.rb": 68.77024637500017,1305 "spec/features/merge_requests/user_lists_merge_requests_spec.rb": 50.05727261799984,1306 "spec/features/projects/releases/user_views_edit_release_spec.rb": 41.7808046680002,1307 "spec/features/projects/diffs/diff_show_spec.rb": 48.69540649999999,1308 "spec/features/groups/settings/user_searches_in_settings_spec.rb": 32.93720776000009,1309 "spec/features/projects/releases/user_creates_release_spec.rb": 27.901698435999606,1310 "spec/features/refactor_blob_viewer_disabled/projects/blobs/user_follows_pipeline_suggest_nudge_spec.rb": 25.189033034000204,1311 "spec/features/projects/settings/user_renames_a_project_spec.rb": 25.002550648999204,1312 "spec/features/milestones/user_views_milestone_spec.rb": 22.151665890000004,1313 "spec/features/admin/admin_broadcast_messages_spec.rb": 17.25662067399935,1314 "spec/features/projects/badges/coverage_spec.rb": 17.573656956999912,1315 "spec/features/projects/files/gitlab_ci_yml_dropdown_spec.rb": 13.195993696000187,1316 "spec/features/profiles/password_spec.rb": 11.559737653999946,1317 "spec/features/issues/user_sees_breadcrumb_links_spec.rb": 9.680566803000147,1318 "spec/features/issuables/user_sees_sidebar_spec.rb": 12.807952508000199,1319 "spec/features/atom/merge_requests_spec.rb": 7.524300613000378,1320 "spec/features/projects/show/redirects_spec.rb": 7.4874290380003,1321 "spec/features/milestones/user_creates_milestone_spec.rb": 7.796608871999524,1322 "spec/features/projects/integrations/user_activates_jetbrains_teamcity_ci_spec.rb": 7.518066210000143,1323 "spec/features/projects/activity/user_sees_design_comment_spec.rb": 6.7209420019999015,1324 "spec/features/projects/show/user_sees_readme_spec.rb": 6.847562418000052,1325 "spec/features/groups/milestones_sorting_spec.rb": 6.4696841590002805,1326 "spec/features/profiles/user_manages_emails_spec.rb": 4.328520557999582,1327 "spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb": 5.333020273999864,1328 "spec/features/groups/labels/create_spec.rb": 2.584546684999623,1329 "spec/features/projects/new_project_from_template_spec.rb": 2.620229891999771330}1331Knapsack global time execution for tests: 22m 45s1332Pending: (Failures listed here are expected and do not affect your suite's status)1333 1) Admin::Users GET /admin/users is ok1334 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1335 # ./spec/features/admin/users/users_spec.rb:221336 2) Admin::Users GET /admin/users clicking edit user takes us to edit page1337 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1338 # ./spec/features/admin/users/users_spec.rb:441339 3) Admin::Users GET /admin/users search and sort sorts users by oldest last activity1340 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1341 # ./spec/features/admin/users/users_spec.rb:1521342 4) Admin::Users GET /admin/users Two-factor Authentication filters filters by users who have not enabled 2FA1343 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1344 # ./spec/features/admin/users/users_spec.rb:1901345 5) Admin::Users GET /admin/users when blocking/unblocking a user shows confirmation and allows blocking and unblocking1346 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1347 # ./spec/features/admin/users/users_spec.rb:2201348 6) Copy as GFM Copying code from a blob selecting one line of text copies as inline code1349 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1350 # ./spec/features/markdown/copy_as_gfm_spec.rb:7701351 7) Copy as GFM Copying code from a blob selecting multiple lines of text copies as a code block1352 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1353 # ./spec/features/markdown/copy_as_gfm_spec.rb:7791354Finished in 22 minutes 48 seconds (files took 42.35 seconds to load)1355290 examples, 0 failures, 7 pending1356Failed to write to log, write log/workhorse-test.log: file already closed1357RSpec exited with 0.1358No examples to retry, congrats!1360Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1361Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1363Uploading artifacts...1364coverage/: found 5 matching files and directories 1365crystalball/: found 2 matching files and directories 1366WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 1367knapsack/: found 3 matching files and directories 1368rspec/: found 9 matching files and directories 1369tmp/capybara/: found 6 matching files and directories 1370log/*.log: found 18 matching files and directories 1371WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337506/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1372WARNING: Retrying... context=artifacts-uploader error=request redirected1373Uploading artifacts as "archive" to coordinator... 201 Created id=2673337506 responseStatus=201 Created token=9ziFrLxY1374Uploading artifacts...1375rspec/junit_rspec.xml: found 1 matching files and directories 1376WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337506/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1377WARNING: Retrying... context=artifacts-uploader error=request redirected1378Uploading artifacts as "junit" to coordinator... 201 Created id=2673337506 responseStatus=201 Created token=9ziFrLxY1380Job succeeded