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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QvBVRoXM3 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 ...13Starting service elasticsearch:7.17.0 ...14Pulling docker image elasticsearch:7.17.0 ...15Using docker image sha256:6fe993d6e7ed5e00a18f9b146d867b77559bf9948e6596bbf880ddbefeec46f7 for elasticsearch:7.17.0 with digest elasticsearch@sha256:332c6d416808f6e9a2cbcbe0170d9a9bb14bfe772180d37de5084c223dd8948b ...16Waiting for services to be up and running (timeout 30 seconds)...17Authenticating with credentials from job payload (GitLab Registry)18Pulling 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 ...19Using docker image sha256:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...21Running on runner-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1656406865-bfc1fba2...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/26Created fresh repository.27remote: Enumerating objects: 113684, done. 28remote: Counting objects: 100% (113684/113684), done. 29remote: Compressing objects: 100% (80120/80120), done. 30remote: Total 113684 (delta 47013), reused 73436 (delta 29194), pack-reused 0 31Receiving objects: 100% (113684/113684), 107.95 MiB | 22.87 MiB/s, done.32Resolving deltas: 100% (47013/47013), done.34 * [new ref] refs/pipelines/574770947 -> refs/pipelines/57477094735Checking out f470b997 as refs/merge-requests/90613/merge...36Skipping Git submodules setup37$ git remote set-url origin "${CI_REPOSITORY_URL}"39Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...43cache.zip is up to date 44Successfully extracted cache46Downloading artifacts for compile-test-assets (2649391517)...47Downloading artifacts from coordinator... ok id=2649391517 responseStatus=200 OK token=UTaXN-f148Downloading artifacts for detect-tests (2649391533)...49Downloading artifacts from coordinator... ok id=2649391533 responseStatus=200 OK token=UTaXN-f150Downloading artifacts for retrieve-tests-metadata (2649391540)...51Downloading artifacts from coordinator... ok id=2649391540 responseStatus=200 OK token=UTaXN-f152Downloading artifacts for setup-test-env (2649391527)...53Downloading artifacts from coordinator... ok id=2649391527 responseStatus=200 OK token=UTaXN-f155Using docker image sha256:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...56$ echo $FOSS_ONLY57$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb58$ export GOPATH=$CI_PROJECT_DIR/.go59$ mkdir -p $GOPATH60$ source scripts/utils.sh61$ source scripts/prepare_build.sh623.2.3363Bundler version 2.2.3364Successfully installed bundler-2.3.15651 gem installed66production:development67Settings are listed in order of priority. The top value will be used.68clean69Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true70frozen71Set via BUNDLE_FROZEN: true72install_flags73Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"74path75Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"76without77Set via BUNDLE_WITHOUT: [:production, :development]78$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check79Don't run Bundler as root. Bundler can ask for sudo if it is needed, and80installing your bundle as root will break this application for all non-root81users on this machine.82The Gemfile's dependencies are satisfied83==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.84$ bundle pristine pg85Installing pg 1.3.5 with native extensions86==> 'bundle pristine pg' succeeded in 9 seconds.87Using decomposed database config (config/database.yml.decomposed-postgresql)88$ setup_db_user_only89CREATE ROLE90GRANT91==> 'setup_db_user_only' succeeded in 0 seconds.92$ bundle exec rake db:drop db:create db:schema:load db:migrate93Dropped database 'gitlabhq_test'94Dropped database 'gitlabhq_test_ci'95Dropped database 'gitlabhq_geo_test'96Created database 'gitlabhq_test'97Created database 'gitlabhq_test_ci'98Created database 'gitlabhq_geo_test'99==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 32 seconds.100$ setup_db_praefect101SELECT pg_catalog.set_config('search_path', '', false);102CREATE DATABASE praefect_test ENCODING 'UTF8';103==> 'setup_db_praefect' succeeded in 0 seconds.104$ run_timed_command "gem install knapsack --no-document"105$ gem install knapsack --no-document106Successfully installed knapsack-4.0.01071 gem installed108==> 'gem install knapsack --no-document' succeeded in 0 seconds.109$ run_timed_command "scripts/gitaly-test-spawn"110$ scripts/gitaly-test-spawn111find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory112Don't run Bundler as root. Bundler can ask for sudo if it is needed, and113installing your bundle as root will break this application for all non-root114users on this machine.115Using abstract_type 0.0.7116Using concurrent-ruby 1.1.10117Using i18n 1.10.0118Using minitest 5.15.0119Using tzinfo 2.0.4120Using zeitwerk 2.5.4121Using activesupport 6.1.4.7122Using builder 3.2.4123Using erubi 1.10.0124Using mini_portile2 2.8.0125Using racc 1.6.0126Using nokogiri 1.13.6 (x86_64-linux)127Using rails-dom-testing 2.0.3128Using crass 1.0.6129Using loofah 2.16.0130Using rails-html-sanitizer 1.4.2131Using actionview 6.1.4.7132Using rack 2.2.3133Using rack-test 1.1.0134Using actionpack 6.1.4.7135Using ice_nine 0.11.2136Using thread_safe 0.3.6137Using memoizable 0.4.2138Using adamantium 0.2.0139Using public_suffix 4.0.6140Using addressable 2.7.0141Using ast 2.4.2142Using binding_ninja 0.2.3143Using bundler 2.3.15144Using charlock_holmes 0.7.7145Using coderay 1.1.2146Using equalizer 0.0.11147Using concord 0.1.5148Using diff-lcs 1.3149Using dotenv 2.7.6150Using escape_utils 1.2.1151Using factory_bot 5.0.2152Using multipart-post 2.1.1153Using faraday 1.0.1154Using ffi 1.15.3155Using json 2.5.1156Using gemojione 3.3.0157Using mini_mime 1.0.2158Using rugged 1.2.0159Using github-linguist 7.12.1160Using github-markup 1.7.0161Using mime-types-data 3.2020.1104162Using mime-types 3.3.1163Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1164Using rouge 3.27.0165Using sanitize 6.0.0166Using stringex 2.8.5167Using gitlab-gollum-lib 4.2.7.10.gitlab.2168Using google-protobuf 3.19.1 (x86_64-linux)169Using googleapis-common-protos-types 1.3.0170Using grpc 1.42.0 (x86_64-linux)171Using opentracing 0.5.0172Using thrift 0.15.0173Using jaeger-client 1.1.0174Using pg_query 2.1.1175Using redis 4.4.0176Using gitlab-labkit 0.21.2177Using rubyzip 2.3.2178Using thor 1.1.0179Using tomlrb 2.0.1180Using with_env 1.1.0181Using rexml 3.2.5182Using xml-simple 1.1.9183Using gitlab-license_finder 6.14.2.1184Using gitlab-markup 1.7.1185Using grpc-tools 1.42.0186Using sawyer 0.8.2187Using octokit 4.20.0188Using reverse_markdown 1.4.0189Using licensee 9.14.1190Using method_source 0.9.2191Using msgpack 1.3.3192Using optimist 3.0.1193Using parallel 1.19.2194Using parser 3.0.3.2195Using procto 0.0.3196Using unparser 0.4.7197Using proc_to_ast 0.1.0198Using pry 0.12.2199Using rainbow 3.0.0200Using rbtrace 0.4.14201Using rdoc 6.3.2202Using regexp_parser 1.8.1203Using rspec-support 3.8.0204Using rspec-core 3.8.0205Using rspec-expectations 3.8.3206Using rspec-mocks 3.8.0207Using rspec 3.8.0208Using rspec-parameterized 0.4.2209Using rubocop-ast 0.2.0210Using ruby-progressbar 1.10.1211Using unicode-display_width 1.7.0212Using rubocop 0.86.0213Using sentry-raven 3.0.4214Using timecop 0.9.1215Bundle complete! 22 Gemfile dependencies, 100 gems now installed.216Gems in the groups 'production' and 'development' were not installed.217Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`218Checking gitaly-ruby Gemfile...219Checking gitaly-ruby bundle...220The Gemfile's dependencies are satisfied221Trying to connect to gitaly: .................................. OK222Trying to connect to gitaly2: ....................................................... OK223Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK224==> 'scripts/gitaly-test-spawn' succeeded in 11 seconds.225$ source ./scripts/rspec_helpers.sh226$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"227SKIP_FLAKY_TESTS_AUTOMATICALLY: true228RETRY_FAILED_TESTS_IN_NEW_PROCESS: true229KNAPSACK_GENERATE_REPORT: true230FLAKY_RSPEC_GENERATE_REPORT: true231KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{features}{,/**/}*_spec.rb232KNAPSACK_LOG_LEVEL: debug233KNAPSACK_REPORT_PATH: knapsack/rspec-ee_system_pg12_4_6_report.json234FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json235FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_system_pg12_4_6_report.json236NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_system_pg12_4_6_report.json237SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_system_pg12_4_6_report.txt238RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_system_pg12_4_6_report.txt239CRYSTALBALL: 240Knapsack report generator started!241DEPRECATION 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 call242/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 here243 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)244Run options: exclude {:quarantine=>true, :level=>"migration"}245==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.049275863 seconds...246Test environment set up in 0.620502723 seconds247Scoped issue boards248Starting the Capybara driver server...249 user with edit permissions250 new board251 milestone252Capybara starting Puma...253* Version 5.6.2 , codename: Birdie's Version254* Min threads: 0, max threads: 4255* Listening on unix:///tmp/20220628-464-b5gvnc256 creates board filtering by milestone257 creates board filtering by No milestone258 creates board not filtering by Milestone259 creates board filtering by Any Milestone260 displays dot highlight and tooltip261 iteration262 creates a board with any iteration within cadence263 labels264 creates board filtering by one label265 creates board filtering by multiple labels266 only shows group labels in list on group boards267 displays dot highlight and tooltip268 assignee269 creates board filtering by assignee270 creates board filtering by "Any assignee"271 displays dot highlight and tooltip272 weight273 creates board filtering by weight274 creates board filtering by "Any" weight275 creates board filtering by "None" weight276 creates board filtering by "0" weight277 displays dot highlight and tooltip278 edit board279 edits board name280 prefills fields281 milestone282 sets board milestone283 removes milestone filter284 sets board to any milestone285 sets board to upcoming milestone286 does not display milestone in search hint287 iteration - iteration_cadences FF on288 sets board iteration289 sets board to any iteration290 sets board to current iteration291 does not display iteration in search hint292 sets board to any iteration within cadence293 iteration - iteration_cadences FF off294 group with iterations295 board not scoped to iteration296 sets board to current iteration297 board scoped to current iteration298Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/ee/spec/features/boards/scoped_issue_board_spec.rb:414299 adds current iteration to new issues300 removes current iteration from board301 group without iterations302 sets board to current iteration303 labels304 adds label to board305 adds multiple labels to board306 can filter by additional labels307 group board308 only shows group labels in list309 assignee310 sets board assignee311 sets board to Any assignee312 does not display assignee in search hint313 weight314 sets board weight315 sets board to Any weight316 does not display weight in search hint317 user without edit permissions318 can view board scope319 does not display dot highlight and tooltip320 with scoped_issue_boards feature disabled321 does not display dot highlight and tooltip322 doesn't show the input when creating a board323 doesn't show the button to edit scope324Two merge requests on a merge train325 creates a pipeline for merge request 1326 creates a pipeline for merge request 2327 does not merge anything yet328 when the pipeline for merge request 1 succeeded329 merges merge request 1330 behaves like has an intact pipeline for merge request 2331 does not create a new pipeline for merge request 2332 when the pipeline for merge request 2 succeeded333 merges merge request 2334 when the pipeline for merge request 1 failed335 behaves like drops merge request 1 from the merge train336 drops merge request 1 from the merge train337 behaves like re-creates a pipeline for merge request 2338 has recreated pipeline339 when the pipeline for merge request 2 succeeded340 merges merge request 2341 when merge request 1 is canceled by a user342 behaves like drops merge request 1 from the merge train343 drops merge request 1 from the merge train344 behaves like re-creates a pipeline for merge request 2345 has recreated pipeline346 when the pipeline for merge request 2 succeeded347 merges merge request 2348 when merge request 1 got a new commit349 behaves like drops merge request 1 from the merge train350 drops merge request 1 from the merge train351 behaves like re-creates a pipeline for merge request 2352 has recreated pipeline353 when the pipeline for merge request 2 succeeded354 merges merge request 2355 when merge request 1 is not mergeable356 behaves like drops merge request 1 from the merge train357 drops merge request 1 from the merge train358 behaves like re-creates a pipeline for merge request 2359 has recreated pipeline360 when the pipeline for merge request 2 succeeded361 merges merge request 2362 when master got a new commit363 re-creates a pipeline for merge request 1364 re-creates a pipeline for merge request 2365 does not recreate pipeline when merge request 1 refreshed again366 when the pipeline for merge request 1 succeeded367 merges merge request 1368 when the pipeline for merge request 2 succeeded369 merges merge request 2370Admin views Subscription371 with a cloud license372 with a cloud license only373 displays the subscription details374 succeeds to sync the subscription375 fails to sync the subscription376 behaves like an "Export license usage file" button377 displays the Export License Usage File button378 behaves like license removal379 when removing a license file380 shows a message saying the license was correctly removed381 with license file382 behaves like an "Export license usage file" button383 displays the Export License Usage File button384 behaves like license removal385 when removing a license file386Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:2:2:1:1] 'Admin views Subscription with license file behaves like license removal when removing a license file shows a message saying the license was correctly removed' because it's flaky.387 shows a message saying the license was correctly removed (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)388 when activating another subscription389Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:2:3:1] 'Admin views Subscription with license file when activating another subscription shows the activation modal' because it's flaky.390 shows the activation modal (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)391Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:2:3:2] 'Admin views Subscription with license file when activating another subscription displays an error when the activation fails' because it's flaky.392 displays an error when the activation fails (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)393Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:2:3:3] 'Admin views Subscription with license file when activating another subscription displays a connectivity error' because it's flaky.394 displays a connectivity error (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)395 with no active subscription396 does not display the Export License Usage File button397 behaves like no active license398Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:3:1:1] 'Admin views Subscription with no active subscription behaves like no active license displays a message signaling there is not active subscription' because it's flaky.399 displays a message signaling there is not active subscription (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)400 when activating a subscription fails401 shows the general error message4031st Try error in ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:161:404Unable to find field "activationCode" that is not disabled within #<Capybara::Node::Element tag="main" path="/HTML/BODY[1]/DIV[3]/DIV[1]/DIV[3]/MAIN[1]">405Unexpected browser console output:406security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.407http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"408http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')409 at target (webpack-internal:///ucfo:34:47)410 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)411 at VueComponent.unListen (webpack-internal:///zNfq:725:25)412 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)413 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)414 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)415 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)416 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)417 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)418 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)419security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.420http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"421http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')422 at target (webpack-internal:///ucfo:34:47)423 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)424 at VueComponent.unListen (webpack-internal:///zNfq:725:25)425 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)426 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)427 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)428 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)429 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)430 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)431 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)432security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.433http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"434http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')435 at target (webpack-internal:///ucfo:34:47)436 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)437 at VueComponent.unListen (webpack-internal:///zNfq:725:25)438 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)439 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)440 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)441 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)442 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)443 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)444 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)445security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.446http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"447http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')448 at target (webpack-internal:///ucfo:34:47)449 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)450 at VueComponent.unListen (webpack-internal:///zNfq:725:25)451 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)452 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)453 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)454 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)455 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)456 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)457 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)458security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.459http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"460http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')461 at target (webpack-internal:///ucfo:34:47)462 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)463 at VueComponent.unListen (webpack-internal:///zNfq:725:25)464 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)465 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)466 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)467 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)468 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)469 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)470 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)471security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.472http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"473http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')474 at target (webpack-internal:///ucfo:34:47)475 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)476 at VueComponent.unListen (webpack-internal:///zNfq:725:25)477 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)478 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)479 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)480 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)481 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)482 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)483 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)484security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.485http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"486http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')487 at target (webpack-internal:///ucfo:34:47)488 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)489 at VueComponent.unListen (webpack-internal:///zNfq:725:25)490 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)491 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)492 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)493 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)494 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)495 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)496 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)497security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.498http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"499http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')500 at target (webpack-internal:///ucfo:34:47)501 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)502 at VueComponent.unListen (webpack-internal:///zNfq:725:25)503 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)504 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)505 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)506 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)507 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)508 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)509 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.513http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"514http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')515 at target (webpack-internal:///ucfo:34:47)516 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)517 at VueComponent.unListen (webpack-internal:///zNfq:725:25)518 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)519 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)520 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)521 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)522 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)523 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)524 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)525security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.526http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"527http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')528 at target (webpack-internal:///ucfo:34:47)529 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)530 at VueComponent.unListen (webpack-internal:///zNfq:725:25)531 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)532 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)533 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)534 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)535 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)536 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)537 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)538security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.539http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"540http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')541 at target (webpack-internal:///ucfo:34:47)542 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)543 at VueComponent.unListen (webpack-internal:///zNfq:725:25)544 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)545 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)546 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)547 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)548 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)549 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)550 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)551security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.552http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"553http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')554 at target (webpack-internal:///ucfo:34:47)555 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)556 at VueComponent.unListen (webpack-internal:///zNfq:725:25)557 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)558 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)559 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)560 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)561 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)562 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)563 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)564security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.565http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"566http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')567 at target (webpack-internal:///ucfo:34:47)568 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)569 at VueComponent.unListen (webpack-internal:///zNfq:725:25)570 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)571 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)572 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)573 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)574 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)575 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)576 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)577security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.578http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"579http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')580 at target (webpack-internal:///ucfo:34:47)581 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)582 at VueComponent.unListen (webpack-internal:///zNfq:725:25)583 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)584 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)585 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)586 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)587 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)588 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)589 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)590security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.591http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"592http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')593 at target (webpack-internal:///ucfo:34:47)594 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)595 at VueComponent.unListen (webpack-internal:///zNfq:725:25)596 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)597 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)598 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)599 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)600 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)601 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)602 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)603security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.604http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"605http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')606 at target (webpack-internal:///ucfo:34:47)607 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)608 at VueComponent.unListen (webpack-internal:///zNfq:725:25)609 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)610 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)611 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)612 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)613 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)614 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)615 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)616security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.617http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"618http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')619 at target (webpack-internal:///ucfo:34:47)620 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)621 at VueComponent.unListen (webpack-internal:///zNfq:725:25)622 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)623 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)624 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)625 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)626 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)627 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)628 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)629security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.630http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"631http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')632 at target (webpack-internal:///ucfo:34:47)633 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)634 at VueComponent.unListen (webpack-internal:///zNfq:725:25)635 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)636 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)637 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)638 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)639 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)640 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)641 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)642security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.643security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.644security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.645http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"646http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')647 at target (webpack-internal:///ucfo:34:47)648 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)649 at VueComponent.unListen (webpack-internal:///zNfq:725:25)650 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)651 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)652 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)653 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)654 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)655 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)656 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)657security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.658http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"659http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')660 at target (webpack-internal:///ucfo:34:47)661 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)662 at VueComponent.unListen (webpack-internal:///zNfq:725:25)663 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)664 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)665 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)666 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)667 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)668 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)669 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)670security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.671http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"672http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')673 at target (webpack-internal:///ucfo:34:47)674 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)675 at VueComponent.unListen (webpack-internal:///zNfq:725:25)676 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)677 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)678 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)679 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)680 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)681 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)682 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)683security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.684http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"685http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')686 at target (webpack-internal:///ucfo:34:47)687 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)688 at VueComponent.unListen (webpack-internal:///zNfq:725:25)689 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)690 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)691 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)692 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)693 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)694 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)695 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)696security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.697http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"698http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')699 at target (webpack-internal:///ucfo:34:47)700 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)701 at VueComponent.unListen (webpack-internal:///zNfq:725:25)702 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)703 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)704 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)705 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)706 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)707 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)708 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.711http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"712http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')713 at target (webpack-internal:///ucfo:34:47)714 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)715 at VueComponent.unListen (webpack-internal:///zNfq:725:25)716 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)717 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)718 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)719 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)720 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)721 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)722 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.725http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"726http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')727 at target (webpack-internal:///ucfo:34:47)728 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)729 at VueComponent.unListen (webpack-internal:///zNfq:725:25)730 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)731 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)732 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)733 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)734 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)735 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)736 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.739http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"740http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')741 at target (webpack-internal:///ucfo:34:47)742 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)743 at VueComponent.unListen (webpack-internal:///zNfq:725:25)744 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)745 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)746 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)747 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)748 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)749 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)750 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.753http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"754http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')755 at target (webpack-internal:///ucfo:34:47)756 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)757 at VueComponent.unListen (webpack-internal:///zNfq:725:25)758 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)759 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)760 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)761 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)762 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)763 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)764 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)765security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.766security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.767http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"768http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')769 at target (webpack-internal:///ucfo:34:47)770 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)771 at VueComponent.unListen (webpack-internal:///zNfq:725:25)772 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)773 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)774 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)775 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)776 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)777 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)778 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.781http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"782http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')783 at target (webpack-internal:///ucfo:34:47)784 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)785 at VueComponent.unListen (webpack-internal:///zNfq:725:25)786 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)787 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)788 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)789 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)790 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)791 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)792 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.795http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"796http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')797 at target (webpack-internal:///ucfo:34:47)798 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)799 at VueComponent.unListen (webpack-internal:///zNfq:725:25)800 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)801 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)802 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)803 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)804 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)805 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)806 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.809http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"810http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')811 at target (webpack-internal:///ucfo:34:47)812 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)813 at VueComponent.unListen (webpack-internal:///zNfq:725:25)814 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)815 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)816 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)817 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)818 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)819 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)820 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.823http://127.0.0.1:33939/api/graphql - Failed to load resource: the server responded with a status of 500 (Internal Server Error)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'.826http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"827http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')828 at target (webpack-internal:///ucfo:34:47)829 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)830 at VueComponent.unListen (webpack-internal:///zNfq:725:25)831 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)832 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)833 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)834 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)835 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)836 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)837 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.840http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"841http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')842 at target (webpack-internal:///ucfo:34:47)843 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)844 at VueComponent.unListen (webpack-internal:///zNfq:725:25)845 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)846 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)847 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)848 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)849 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)850 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)851 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.854http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"855http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')856 at target (webpack-internal:///ucfo:34:47)857 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)858 at VueComponent.unListen (webpack-internal:///zNfq:725:25)859 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)860 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)861 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)862 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)863 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)864 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)865 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)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'.869http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"870http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')871 at target (webpack-internal:///ucfo:34:47)872 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)873 at VueComponent.unListen (webpack-internal:///zNfq:725:25)874 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)875 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)876 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)877 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)878 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)879 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)880 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)881security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.882http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"883http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')884 at target (webpack-internal:///ucfo:34:47)885 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)886 at VueComponent.unListen (webpack-internal:///zNfq:725:25)887 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)888 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)889 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)890 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)891 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)892 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)893 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)894security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.895http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"896http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')897 at target (webpack-internal:///ucfo:34:47)898 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)899 at VueComponent.unListen (webpack-internal:///zNfq:725:25)900 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)901 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)902 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)903 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)904 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)905 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)906 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)907security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.908http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"909http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')910 at target (webpack-internal:///ucfo:34:47)911 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)912 at VueComponent.unListen (webpack-internal:///zNfq:725:25)913 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)914 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)915 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)916 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)917 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)918 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)919 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)920security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.921http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"922http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')923 at target (webpack-internal:///ucfo:34:47)924 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)925 at VueComponent.unListen (webpack-internal:///zNfq:725:25)926 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)927 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)928 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)929 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)930 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)931 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)932 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)933security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.934http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 329235:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"935http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 330502:12 TypeError: Cannot read properties of undefined (reading '$el')936 at target (webpack-internal:///ucfo:34:47)937 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)938 at VueComponent.unListen (webpack-internal:///zNfq:725:25)939 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)940 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)941 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)942 at VueComponent.Vue.$destroy (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332588:5)943 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)944 at invokeWithErrorHandling (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:330469:57)945 at callHook (http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js:332829:7)946security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.947http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 5268:27 Uncaught Error: The resource that you are attempting to access doe… you don't have permission to perform this action948security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.949http://127.0.0.1:33939/assets/webpack/dll.88dd89334f50/vendor.dll.bundle.js 5268:27 Uncaught Error: The resource that you are attempting to access doe… you don't have permission to perform this action950security - 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'.962http://127.0.0.1:33939/admin/license/sync_seat_link - Failed to load resource: the server responded with a status of 422 (Unprocessable Entity)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'.969webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."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'.981RSpec::Retry: 2nd try ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:161982 when license is expired983 shows the license expired error message984 when activating a future-dated subscription985 shows a successful future-dated activation message986 behaves like no active license987 displays a message signaling there is not active subscription988 when activating a new subscription989 shows a successful activation message990 shows the subscription details991 shows the appropriate license type992 when uploading a license file993 does not show a link to activate a license file994 manual quarterly co-term banner995 when on Gitlab.com996 behaves like a hidden manual quarterly co-term banner997 does not display a banner998 when on self-managed999 when reconciliation is upcoming1000 within notification window1001 behaves like a visible manual quarterly co-term banner1002 displays a banner1003 outside of notification window1004 behaves like a hidden manual quarterly co-term banner1005 does not display a banner1006 when reconciliation date was passed1007 behaves like a visible manual quarterly co-term banner1008 displays a banner1009 when reconciliation date is outside of the notification window1010 behaves like a hidden manual quarterly co-term banner1011 does not display a banner1012Project elastic search1013 searching1014 finds issues1015 finds merge requests1016 finds milestones1017 finds wiki pages1018 finds notes1019 finds commits1020 finds blobs1021 displays Advanced Search status1022 when `repository_ref` isn't the default branch1023 displays that advanced search is disabled1024 when `repository_ref` is unset1025 displays that advanced search is enabled1026 when `repository_ref` is the default branch1027 displays that advanced search is enabled1028Project elastic search redactions1029 behaves like a redacted search results page1030 behaves like redacted search results page assertions1031 when logged in1032 redacts private features the user does not have access to1033 when issues are public1034 redacts other private features1035 behaves like redacted search results page assertions1036 when not logged in1037 redacts private features the user does not have access to1038 when issues are public1039 redacts other private features1040Promotions1041 for merge request improve1042 appears in project edit page1043 does not show when cookie is set1044 for repository features1045 appears in repository settings page1046 does not show when cookie is set1047 for burndown charts1048 appears in milestone page1049 does not show when cookie is set1050 for epics in issues sidebar1051 gitlab.com1052 behaves like Epics promotion1053 appears on the page1054 is removed after dismissal1055 does not appear on page after dismissal and reload1056 closes dialog when clicking on X, but not dismiss it1057 self hosted1058 does not appear on the page1059 for issue weight1060 appears on the page1061 is removed after dismissal1062 does not appear on page after dismissal and reload1063 closes dialog when clicking on X, but not dismiss it1064 when checking namespace plans1065 appears on the page1066 for issue templates1067 appears on the page1068 for project audit events1069 appears on the page1070 when the "Security & Compliance" feature is disabled1071 is expected to respond with numeric status code not_found1072 for group webhooks1073 appears on the page1074 for advanced search1075 appears on seearch page1076 does not show when cookie is set1077Incident details1078 escalation policy widget1079 escalation policies licensed feature available1080 with escalation policies in the project1081 without escalation policy linked to incident1082 with only view permissions1083 behaves like shows empty state for escalation policy1084DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1085 is expected to have text "Escalation policy: None"1086 behaves like hides the edit button1087DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1088 is expected not to have visible css "[data-testid=\"edit-button\"]"1089 with edit permissions1090DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1091 can set the policy for the incident1092DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1093 can search for policies1094 behaves like shows empty state for escalation policy1095DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1096 is expected to have text "Escalation policy: None"1097 with associated alert1098 without escalation status record1099DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1100 retrieves the escalation policy when user sets the status1101 behaves like shows empty state for escalation policy1102DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1103 is expected to have text "Escalation policy: None"1104 with escalation policy linked to incident1105 with only view permissions1106 behaves like shows attributes of assigned escalation policy1107DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1108 is expected to have text "Escalation policy: EscalationPolicy 1"1109 behaves like hides the edit button1110DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1111 is expected not to have visible css "[data-testid=\"edit-button\"]"1112 with edit permissions1113DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1114 can remove the policy from the incident1115 behaves like shows attributes of assigned escalation policy1116DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1117 is expected to have text "Escalation policy: EscalationPolicy 1"1118 with alert associated with the incident1119 behaves like shows attributes of assigned escalation policy1120DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1121 is expected to have text "Escalation policy: EscalationPolicy 1"1122 behaves like hides the edit button1123DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1124 is expected not to have visible css "[data-testid=\"edit-button\"]"1125 with no escalation policies in the project1126DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1127 lets users open, view, and close the escalation policy help menu1128 behaves like shows empty state for escalation policy1129DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1130 is expected to have text "Escalation policy: None"1131 escalation policies licensed feature unavailable1132 behaves like hides the escalation policy widget1133DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1134 is expected not to have visible css "[data-testid=\"escalation_policy_container\"]"1135 escalation status dropdown1136DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)1137 includes help info for escalations1138Merge request > User sets approvers1139 when editing an MR with a different author1140 does not allow setting the author as an approver but allows setting the current user as an approver1141 when creating an MR from a fork1142 allows setting other users as approvers but does not allow setting the current user as an approver, and filters non members from approvers list1143 Group approvers1144 when creating an MR1145 allows setting groups as approvers1146 allows delete approvers group when it is set in project1147 when editing an MR with a different author1148 allows setting groups as approvers when there is possible group approvers1149 allows delete approvers group when it`s set in project1150 allows changing approvals number1151Requirements list1152 when requirements exist for the project1153 shows the requirements in the navigation sidebar1154 shows requirements tabs for each status type1155 shows filtered search input1156 filtered search input1157 shows filter tokens author and status1158 shows options `satisfied`, `failed` and `missing` for status token1159 new requirement1160 shows requirement create form when "New requirement" button is clicked1161 disables new requirement button while create form is open1162 creates new requirement1163 updates requirements count in nav sidebar and opened and all tab badges1164 open tab1165 shows button "New requirement"1166 shows list of all open requirements1167 shows title, metadata and actions within each requirement item1168 shows title and description along with edit button in drawer1169 shows edit form when edit button is clicked for a requirement1170 updates requirement using edit form1171 archives a requirement1172 archived tab1173 does not show button "New requirement"1174 shows list of all archived requirements1175 shows title, metadata and actions within each requirement item1176 reopens a requirement1177 all tab1178 does not show button "New requirement"1179 shows list of all requirements1180 filtered search1181 shows filtered search input field1182 shows sort dropdown1183 when accessing project as guest user1184 open tab does not show button "New requirement"1185 when accessing project as logged out user1186 renders the empty state1187Admin::AuditLogs1188 unlicensed1189Skipping ./ee/spec/features/admin/admin_audit_logs_spec.rb[1:1:1] 'Admin::AuditLogs unlicensed returns 404' because it's flaky.1190 returns 404 (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1191 licensed1192 has Audit Events button in head nav bar1193 release created events1194 shows the related audit event1195 user events1196 filters by user1197 group events1198 filters by group1199 project events1200 filters by project1201 filter by date1202 behaves like audit events date filter1203 shows only 2 days old events1204 shows only today's event1205 shows a message if provided date is invalid1206 personal access token events1207 create personal access token1208 when creation succeeds1209 behaves like personal access token audit event1210Skipping ./ee/spec/features/admin/admin_audit_logs_spec.rb[1:2:7:1:1:1:1] 'Admin::AuditLogs licensed personal access token events create personal access token when creation succeeds behaves like personal access token audit event show personal access token event details' because it's flaky.1211 show personal access token event details (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1212 when creation fails1213 behaves like personal access token audit event1214 show personal access token event details1215 revoke personal access token1216 when revocation succeeds1217 behaves like personal access token audit event1218 show personal access token event details1219 when revocation fails1220 behaves like personal access token audit event1221 show personal access token event details1222 impersonated events1223 show impersonation details1224Issues1225 when signed in user is an Auditor1226 when user is not a member of the project1227 behaves like empty state1228 shows empty state without "New issue" button1229 when user is a member of the project1230 behaves like empty state1231 shows empty state with "New issue" button1232admin Geo Sidebar1233 visiting geo sites1234 behaves like active sidebar link1235 has active class1236 visiting geo settings1237 behaves like active sidebar link1238 has active class1239 on secondary1240 visiting geo projects1241 behaves like active sidebar link1242 has active class1243 visiting geo designs1244 behaves like active sidebar link1245 has active class1246 visiting geo replicables1247 behaves like active sidebar link1248 has active class1249 behaves like active sidebar link1250 has active class1251 behaves like active sidebar link1252 has active class1253 behaves like active sidebar link1254 has active class1255 behaves like active sidebar link1256 has active class1257 behaves like active sidebar link1258 has active class1259 behaves like active sidebar link1260 has active class1261 behaves like active sidebar link1262 has active class1263 behaves like active sidebar link1264 has active class1265 behaves like active sidebar link1266 has active class1267[EE] Public Project Access1268 GET /:project_path/insights1269 is expected to be allowed for admin1270 is expected to be allowed for auditor1271 is expected to be allowed for owner1272 is expected to be allowed for maintainer1273 is expected to be allowed for developer1274 is expected to be allowed for reporter1275 is expected to be allowed for guest1276 is expected to be allowed for user1277 is expected to be allowed for external1278 is expected to be allowed for visitor1279 GET /:project_path1280 is expected to be allowed for auditor1281 GET /:project_path/-/tree/master1282 is expected to be allowed for auditor1283 GET /:project_path/-/commits/master1284 is expected to be allowed for auditor1285 GET /:project_path/-/commit/:sha1286 is expected to be allowed for auditor1287 GET /:project_path/-/compare1288 is expected to be allowed for auditor1289 GET /:project_path/-/project_members1290 is expected to be allowed for auditor1291 GET /:project_path/pipelines1292 is expected to be allowed for auditor1293 GET /:project_path/pipelines/:id1294 is expected to be allowed for auditor1295 GET /:project_path/builds1296 when allowed for public1297 is expected to be allowed for auditor1298 when disallowed for public1299 is expected to be allowed for auditor1300 GET /:project_path/builds/:id1301 when allowed for public1302 is expected to be allowed for auditor1303 when disallowed for public1304 is expected to be allowed for auditor1305 GET /:project_path/-/environments1306 is expected to be allowed for auditor1307 GET /:project_path/-/environments/:id1308 is expected to be allowed for auditor1309 GET /:project_path/-/environments/new1310 is expected to be denied for auditor1311 GET /:project_path/-/blob1312 is expected to be allowed for auditor1313 GET /:project_path/edit1314 is expected to be denied for auditor1315 GET /:project_path/deploy_keys1316 is expected to be denied for auditor1317 GET /:project_path/issues1318 is expected to be allowed for auditor1319 GET /:project_path/snippets1320DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1321 is expected to be allowed for auditor1322 GET /:project_path/snippets/new1323 is expected to be denied for auditor1324 GET /:project_path/-/merge_requests1325 is expected to be allowed for auditor1326 GET /:project_path/-/merge_requests/new1327 is expected to be denied for auditor1328 GET /:project_path/-/branches1329 is expected to be allowed for auditor1330 GET /:project_path/-/tags1331 is expected to be allowed for auditor1332 GET /:project_path/-/settings/integrations1333 is expected to be denied for auditor1334 when license blocks changes1335 GET /:project_path/issues/new1336 is expected to be denied for maintainer1337 is expected to be denied for reporter1338 is expected to be denied for admin1339 is expected to be denied for guest1340 is expected to be denied for user1341 is expected to be denied for auditor1342 is expected to be denied for visitor1343 GET /:project_path/-/merge_requests/new1344 is expected to be denied for maintainer1345 is expected to be denied for reporter1346 is expected to be denied for admin1347 is expected to be denied for guest1348 is expected to be denied for user1349 is expected to be denied for auditor1350 is expected to be denied for visitor1351 GET /:project_path/container_registry1352 is expected to be allowed for auditor1353[EE] Internal Project Access1354 GET /:project_path/insights1355 is expected to be allowed for admin1356 is expected to be allowed for auditor1357 is expected to be allowed for owner1358 is expected to be allowed for maintainer1359 is expected to be allowed for developer1360 is expected to be allowed for reporter1361 is expected to be allowed for guest1362 is expected to be allowed for user1363 is expected to be denied for external1364 is expected to be denied for visitor1365 GET /:project_path1366 is expected to be allowed for auditor1367 GET /:project_path/-/tree/master1368 is expected to be allowed for auditor1369 GET /:project_path/-/commits/master1370 is expected to be allowed for auditor1371 GET /:project_path/-/commit/:sha1372 is expected to be allowed for auditor1373 GET /:project_path/-/compare1374 is expected to be allowed for auditor1375 GET /:project_path/-/project_members1376 is expected to be allowed for auditor1377 GET /:project_path/-/settings/repository1378 is expected to be denied for auditor1379 GET /:project_path/-/blob1380 is expected to be allowed for auditor1381 GET /:project_path/edit1382 is expected to be denied for auditor1383 GET /:project_path/deploy_keys1384 is expected to be denied for auditor1385 GET /:project_path/issues1386 is expected to be allowed for auditor1387 GET /:project_path/snippets1388DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1389 is expected to be allowed for auditor1390 GET /:project_path/snippets/new1391 is expected to be denied for auditor1392 GET /:project_path/-/merge_requests1393 is expected to be allowed for auditor1394 GET /:project_path/-/merge_requests/new1395 is expected to be denied for auditor1396 GET /:project_path/-/branches1397 is expected to be allowed for auditor1398 GET /:project_path/-/tags1399 is expected to be allowed for auditor1400 GET /:project_path/-/settings/integrations1401 is expected to be denied for auditor1402 GET /:project_path/-/pipelines1403 is expected to be allowed for auditor1404 GET /:project_path/-/pipelines/:id1405 is expected to be allowed for auditor1406 GET /:project_path/builds1407 when allowed for public and internal1408 is expected to be allowed for auditor1409 when disallowed for public and internal1410 is expected to be allowed for auditor1411 GET /:project_path/builds/:id1412 when allowed for public and internal1413 is expected to be allowed for auditor1414 when disallowed for public and internal1415 is expected to be allowed for auditor1416 GET /:project_path/-/environments1417 is expected to be allowed for auditor1418 GET /:project_path/-/environments/:id1419 is expected to be allowed for auditor1420 GET /:project_path/-/environments/new1421 is expected to be denied for auditor1422 GET /:project_path/container_registry1423 is expected to be allowed for auditor1424 when license blocks changes1425 GET /:project_path/issues/new1426 is expected to be denied for maintainer1427 is expected to be denied for reporter1428 is expected to be denied for admin1429 is expected to be denied for guest1430 is expected to be denied for user1431 is expected to be denied for auditor1432 is expected to be denied for visitor1433 GET /:project_path/-/merge_requests/new1434 is expected to be denied for maintainer1435 is expected to be denied for reporter1436 is expected to be denied for admin1437 is expected to be denied for guest1438 is expected to be denied for user1439 is expected to be denied for auditor1440 is expected to be denied for visitor1441Filter issues weight1442 behavior1443 loads all the weights when opened1444 only weight1445 filter issues by searched weight1446 negated weight only1447 excludes issues with specified weight1448 weight with other filters1449Locator Integer:2 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.1450Locator Integer:2 for selector :button must be an instance of String or Symbol. This will raise an error in a future version of Capybara.1451Locator Integer:2 for selector :link_or_button must be an instance of String or Symbol. This will raise an error in a future version of Capybara.1452 filters issues by searched weight and text1453 filters issues by searched weight, author and text1454 filters issues by searched weight, author, assignee and text1455 filters issues by searched weight, author, assignee, label and text1456 filters issues by searched weight, milestone and text1457Project settings > [EE] repository1458 unlicensed1459 does not show pull mirror settings1460 licensed1461 shows pull mirror settings1462 mirrored external repo1463 does not show personal access token1464 does not show password and personal access token on the page1465 with an existing pull mirror1466 deletes the mirror1467 with a non-mirrored imported project1468 does not show a pull mirror1469Profile > Usage Quota1470 is linked within the profile page1471 shared runners use1472 shared_runners_enabled: false, used: 300, quota: 500, usage_class: "success", usage_text: "300 / Not supported minutes 0% used"1473 shows the correct quota status1474 shows the correct per-project metrics1475 shared_runners_enabled: true, used: 300, quota: nil, usage_class: "success", usage_text: "300 / Unlimited minutes Unlimited"1476 shows the correct quota status1477 shows the correct per-project metrics1478 shared_runners_enabled: true, used: 300, quota: 500, usage_class: "success", usage_text: "300 / 500 minutes 60% used"1479 shows the correct quota status1480 shows the correct per-project metrics1481 shared_runners_enabled: true, used: 1000, quota: 500, usage_class: "danger", usage_text: "1000 / 500 minutes 200% used"1482 shows the correct quota status1483 shows the correct per-project metrics1484 pagination1485 storage tab1486 behaves like correct pagination1487 paginates correctly to page 3 and back1488 pipelines tab: with usage_quotas_pipelines_vue disabled1489 behaves like correct pagination1490 paginates correctly to page 3 and back1491 pipelines tab: with usage_quotas_pipelines_vue enabled1492 behaves like correct pagination1493 paginates correctly to page 3 and back1494 when many projects are paginated1495 sorts projects list by CI minutes used in descending order1496User creates issue1497 with weight set1498 creates issue1499 with epics1500 creates an issue with no epic1501 credates an issue with an epic1502 when new issue url has parameter1503 for inherited issue template1504 fills in with inherited template1505approaching seat count threshold alert1506 when the user is not authenticated1507 behaves like a hidden alert1508 does not appear on the group page1509 does not appear on the project page1510 user is not eligible for the alert1511 behaves like a hidden alert1512 does not appear on the group page1513 does not appear on the project page1514 when the feature flag is disabled1515 behaves like a hidden alert1516 does not appear on the group page1517 does not appear on the project page1518 when the user is eligible for the alert1519 shows the dismissible alert on the group page1520 shows the dismissible alert on the project page1521Protected Environments1522 shows Protected Environments settings1523 shows all subgroups of the organization in the creation form1524 allows to create a group-level protected environment1525 when protected environments already exist1526 allows user to change the allowed groups1527 allows user to destroy the entry1528 when license does not exist1529 does not show the Protected Environments settings1530 when the user has maintainer role1531 does not show the Protected Environments settings1532Compliance Dashboard1533 shows the violations report table1534 when there are no compliance violations1535 shows an empty state1536 when there are merge requests1537 chain of custody report1538 behaves like exports a merge commit-specific CSV1539 downloads a commit chain of custory report1540 and there is a compliance violation1541 shows the compliance violations with details1542 can sort the violations by clicking on a column header1543Skipping ./ee/spec/features/groups/security/compliance_dashboards_spec.rb[1:3:2:3] 'Compliance Dashboard when there are merge requests and there is a compliance violation shows the correct user avatar popover content when the drawer is switched' because it's flaky.1544 shows the correct user avatar popover content when the drawer is switched (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1545 violations filter1546 can filter by date range1547 can filter by project id1548Project settings > [EE] Merge Requests1549 Status checks1550 Feature flag is disabled1551 does not render the status checks area1552 Feature flag is enabled1553 Feature is not available1554 does not render the status checks area1555 Feature is available1556 adds a status check1557 with a status check1558 updates the status check1559 removes the status check1560 Issuable default templates1561 Feature is not available1562 input to configure merge request template is not shown1563 does not mention the merge request template in the section's description text1564 Feature is available1565 input to configure merge request template is shown1566 mentions the merge request template in the section's description text1567Resource weight events1568 move issue by quick action1569 when original issue has weight events1570 creates expected weight events on the moved issue1571Labels Hierarchy1572 scoped boards1573 for group boards1574 behaves like filter for scoped boards1575 scopes board to ancestor and current group labels1576 for project boards1577 behaves like filter for scoped boards1578 scopes board to ancestor and current group labels1579Merge request > User merges with Push Rules1580 commit message is invalid1581 displays error message after merge request is clicked1582 author email is invalid1583 displays error message after merge request is clicked1584User creates a merge request1585 creates a merge request1586Profile > Account1587 Disconnect Group SAML1588 unlinks account1589 removes access to the group1590 group has disabled SAML1591 lets members distrust and unlink authentication1592 group trial has expired1593 lets members distrust and unlink authentication1594 Delete account1595 on GitLab.com when the user's password is automatically set1596 shows that the identity cannot be verified1597 does not display a delete button1598Jobs1599 GET /:project/jobs/:id1600 job project is over shared runners limit1601 displays a warning message1602 job project is not over shared runners limit1603 does not display a warning message1604 when job is not running1605 when namespace is over_storage_limit?1606 does not show retry button1607Groups > Billing1608 when CustomersDot is available1609 with a free plan1610 shows the proper title and subscription data1611 behaves like hides search settings1612 does not have search settings1613 with a paid plan1614 shows the proper title and subscription data1615 behaves like hides search settings1616 does not have search settings1617 when gitlab subscription has end date more than 15 days1618 does not display renew button1619 with a legacy paid plan1620 shows the proper title and subscription data1621 when CustomersDot is unavailable1622 renders an error page1623User manages members1624 as project maintainer1625 behaves like when group membership is unlocked1626 is expected to have visible css ".js-invite-members-trigger"1627 is expected to have visible css ".js-invite-group-trigger"1628 is expected to have visible css ".js-import-a-project-modal"1629 behaves like when group membership is locked1630 is expected to not have visible css ".js-invite-members-trigger"1631 is expected to have visible css ".js-invite-group-trigger"1632 as group owner1633 behaves like when group membership is unlocked1634 is expected to have visible css ".js-invite-members-trigger"1635 is expected to have visible css ".js-invite-group-trigger"1636 is expected to have visible css ".js-import-a-project-modal"1637 behaves like when group membership is locked1638 is expected to not have visible css ".js-invite-members-trigger"1639 is expected to have visible css ".js-invite-group-trigger"1640Group > User views empty wiki1641 behaves like User views empty wiki1642 when group is public1643 behaves like empty wiki message1644 shows the empty state message with the expected elements1645 and user is logged in1646 and user is not a member1647 behaves like empty wiki message1648 shows the empty state message with the expected elements1649 and user is a member1650 behaves like empty wiki message1651 shows the empty state message with the expected elements1652 when group is private1653 behaves like wiki is not found1654 shows an error message1655 and user is logged in1656 and user is not a member1657 behaves like wiki is not found1658 shows an error message1659 and user is a member1660 behaves like empty wiki message1661 shows the empty state message with the expected elements1662Test Cases1663 test case create form1664 shows page title, title, description and label input fields1665 shows labels and footer actions within labels dropdown1666 shows page actions1667 creates a test case on saving form1668Delete Epic1669 when user who is not a group member displays the epic1670 does not show the Delete button1671 when user with owner access displays the epic1672 deletes the issue and redirect to epic list1673Admin interacts with merge requests approvals settings1674 updates instance-level merge request approval settings and enforces project-level ones1675User creates On-demand Scan1676 when feature is available1677 shows new scan page1678 on save1679Skipping ./ee/spec/features/projects/security/user_creates_on_demand_scan_spec.rb[1:1:3] 'User creates On-demand Scan when feature is available on cancel' because it's flaky.1680 on cancel (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1681 when feature is not available1682 renders a 4041683Merge request > User selects branches for new MR1684 create a merge request for the selected branches1685 saving the MR1686 shows the saved MR1687Admin interacts with push rules1688 when reject_unsigned_commits is unlicensed1689 is expected not to have text "Reject unsigned commits"1690 when reject_unsigned_commits is licensed1691 is expected to have text "Reject unsigned commits"1692 when commit_committer_check is unlicensed1693 is expected not to have text "Reject unverified users"1694 when commit_committer_check is licensed1695 is expected to have text "Reject unverified users"1696 when creating push rule1697 creates new rule1698Project navbar1699 when iterations is available1700 when project is namespaced to a user1701 behaves like verified navigation bar1702 renders correctly1703 when project is namespaced to a group1704 behaves like verified navigation bar1705 renders correctly1706 when issue analytics is available1707 behaves like verified navigation bar1708 renders correctly1709 when security dashboard is available1710 behaves like verified navigation bar1711 renders correctly1712 when packages are available1713 when container registry is available1714 behaves like verified navigation bar1715 renders correctly1716 when harbor registry is available1717 behaves like verified navigation bar1718 renders correctly1719New Group page1720 toggling the invite members section1721 when selecting options from the "Who will be using this group?" question1722 toggles the invite members section1723 identity verification experiment1724 when creating a top-level group1725 does not show verification form1726 when in candidate path1727 shows verification form1728 when creating a sub-group1729 does not show verification form1730Incident Management index1731 when a developer displays the incident list1732 has expected columns1733 with SLA feature available1734 includes the SLA column1735 with Status Page feature available1736 includes the Published column1737Company Information1738 shows the expected fields1739 send company information to create lead1740 service_response: #<ServiceResponse:0x00007fe6fac547a0 @status=:success, @message=nil, @payload={}, @http_status=:ok>, current_path: "/users/sign_up/groups_projects/new", page_content: "Create or import your first project"1741DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from new at /builds/gitlab-org/gitlab/ee/app/controllers/registrations/groups_projects_controller.rb:22)1742 redirects to correct path1743 service_response: #<ServiceResponse:0x00007fe6fac54020 @status=:error, @message="failed", @payload={}, @http_status=nil>, current_path: "/users/sign_up/company", page_content: "failed"1744 redirects to correct path1745Uncompleted learn gitlab link1746 with completed links1747DEPRECATION WARNING: The asset "learn_gitlab/pipeline_created.svg" is not present in the asset pipeline.1748Falling back to an asset that may be in the public folder.1749This behavior is deprecated and will be removed.1750To bypass the asset pipeline and preserve this behavior,1751use the `skip_pipeline: true` option.1752 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1753DEPRECATION WARNING: The asset "learn_gitlab/trial_started.svg" is not present in the asset pipeline.1754Falling back to an asset that may be in the public folder.1755This behavior is deprecated and will be removed.1756To bypass the asset pipeline and preserve this behavior,1757use the `skip_pipeline: true` option.1758 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1759DEPRECATION WARNING: The asset "learn_gitlab/required_mr_approvals_enabled.svg" is not present in the asset pipeline.1760Falling back to an asset that may be in the public folder.1761This behavior is deprecated and will be removed.1762To bypass the asset pipeline and preserve this behavior,1763use the `skip_pipeline: true` option.1764 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1765DEPRECATION WARNING: The asset "learn_gitlab/code_owners_enabled.svg" is not present in the asset pipeline.1766Falling back to an asset that may be in the public folder.1767This behavior is deprecated and will be removed.1768To bypass the asset pipeline and preserve this behavior,1769use the `skip_pipeline: true` option.1770 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1771DEPRECATION WARNING: The asset "learn_gitlab/issue_created.svg" is not present in the asset pipeline.1772Falling back to an asset that may be in the public folder.1773This behavior is deprecated and will be removed.1774To bypass the asset pipeline and preserve this behavior,1775use the `skip_pipeline: true` option.1776 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1777DEPRECATION WARNING: The asset "learn_gitlab/git_write.svg" is not present in the asset pipeline.1778Falling back to an asset that may be in the public folder.1779This behavior is deprecated and will be removed.1780To bypass the asset pipeline and preserve this behavior,1781use the `skip_pipeline: true` option.1782 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1783DEPRECATION WARNING: The asset "learn_gitlab/merge_request_created.svg" is not present in the asset pipeline.1784Falling back to an asset that may be in the public folder.1785This behavior is deprecated and will be removed.1786To bypass the asset pipeline and preserve this behavior,1787use the `skip_pipeline: true` option.1788 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1789DEPRECATION WARNING: The asset "learn_gitlab/user_added.svg" is not present in the asset pipeline.1790Falling back to an asset that may be in the public folder.1791This behavior is deprecated and will be removed.1792To bypass the asset pipeline and preserve this behavior,1793use the `skip_pipeline: true` option.1794 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1795DEPRECATION WARNING: The asset "learn_gitlab/security_scan_enabled.svg" is not present in the asset pipeline.1796Falling back to an asset that may be in the public folder.1797This behavior is deprecated and will be removed.1798To bypass the asset pipeline and preserve this behavior,1799use the `skip_pipeline: true` option.1800 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1801 renders correct completed sections1802 without completion progress1803DEPRECATION WARNING: The asset "learn_gitlab/pipeline_created.svg" is not present in the asset pipeline.1804Falling back to an asset that may be in the public folder.1805This behavior is deprecated and will be removed.1806To bypass the asset pipeline and preserve this behavior,1807use the `skip_pipeline: true` option.1808 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1809DEPRECATION WARNING: The asset "learn_gitlab/trial_started.svg" is not present in the asset pipeline.1810Falling back to an asset that may be in the public folder.1811This behavior is deprecated and will be removed.1812To bypass the asset pipeline and preserve this behavior,1813use the `skip_pipeline: true` option.1814 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1815DEPRECATION WARNING: The asset "learn_gitlab/required_mr_approvals_enabled.svg" is not present in the asset pipeline.1816Falling back to an asset that may be in the public folder.1817This behavior is deprecated and will be removed.1818To bypass the asset pipeline and preserve this behavior,1819use the `skip_pipeline: true` option.1820 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1821DEPRECATION WARNING: The asset "learn_gitlab/code_owners_enabled.svg" is not present in the asset pipeline.1822Falling back to an asset that may be in the public folder.1823This behavior is deprecated and will be removed.1824To bypass the asset pipeline and preserve this behavior,1825use the `skip_pipeline: true` option.1826 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1827DEPRECATION WARNING: The asset "learn_gitlab/issue_created.svg" is not present in the asset pipeline.1828Falling back to an asset that may be in the public folder.1829This behavior is deprecated and will be removed.1830To bypass the asset pipeline and preserve this behavior,1831use the `skip_pipeline: true` option.1832 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1833DEPRECATION WARNING: The asset "learn_gitlab/git_write.svg" is not present in the asset pipeline.1834Falling back to an asset that may be in the public folder.1835This behavior is deprecated and will be removed.1836To bypass the asset pipeline and preserve this behavior,1837use the `skip_pipeline: true` option.1838 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1839DEPRECATION WARNING: The asset "learn_gitlab/merge_request_created.svg" is not present in the asset pipeline.1840Falling back to an asset that may be in the public folder.1841This behavior is deprecated and will be removed.1842To bypass the asset pipeline and preserve this behavior,1843use the `skip_pipeline: true` option.1844 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1845DEPRECATION WARNING: The asset "learn_gitlab/user_added.svg" is not present in the asset pipeline.1846Falling back to an asset that may be in the public folder.1847This behavior is deprecated and will be removed.1848To bypass the asset pipeline and preserve this behavior,1849use the `skip_pipeline: true` option.1850 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1851DEPRECATION WARNING: The asset "learn_gitlab/security_scan_enabled.svg" is not present in the asset pipeline.1852Falling back to an asset that may be in the public folder.1853This behavior is deprecated and will be removed.1854To bypass the asset pipeline and preserve this behavior,1855use the `skip_pipeline: true` option.1856 (called from block in onboarding_actions_data at /builds/gitlab-org/gitlab/app/helpers/learn_gitlab_helper.rb:37)1857 renders correct links1858Clusterable > Show page1859 when clusterable is a project1860 does not show the environments tab1861 when clusterable is a group1862 shows the environments tab1863 when clusterable is an instance1864 shows the environments tab1865Iterations list1866 as guest1867 shows iterations on each tab1868 as authorized user1869 does not show "New iteration" button1870User manages merge pipelines option1871 sees unchecked merge pipeline checkbox1872 when user enabled the checkbox1873Skipping ./ee/spec/features/projects/settings/user_manages_merge_pipelines_spec.rb[1:2:1] 'User manages merge pipelines option when user enabled the checkbox sees enabled merge pipeline checkbox' because it's flaky.1874 sees enabled merge pipeline checkbox (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1875 when license is insufficient1876 does not see the checkbox1877 when feature flag is disabled1878 does not see the checkbox1879User creates iteration in a cadence1880 prefills fields and allows updating all values1881User searches group settings1882 in Webhooks page1883 behaves like can highlight results1884 has search settings field1885 highlights the search terms1886Internal Project Snippets Access1887 GET /:project_path/snippets1888DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1889 is expected to be allowed for auditor1890 GET /:project_path/snippets/new1891 is expected to be denied for auditor1892 GET /:project_path/snippets/:id1893 for an internal snippet1894 is expected to be allowed for auditor1895 for a private snippet1896 is expected to be allowed for auditor1897 GET /:project_path/snippets/:id/raw1898 for an internal snippet1899 is expected to be allowed for auditor1900 for a private snippet1901 is expected to be allowed for auditor1902User views Release1903 renders the group milestone1904User views issues page1905 issue card1906 shows health status, blocking issues, and weight information1907User edits hooks1908 updates existing hook1909EE-specific GitLab Markdown1910 default pipeline1911 includes custom filters1912User views hooks1913 is expected to have text "http://example4.test"1914Admin::Projects1915 GET /admin/projects1916 is expected to be denied for auditor1917 GET /admin/users1918 is expected to be denied for auditor1919 GET /admin/hooks1920 is expected to be denied for auditor1921Knapsack report was generated. Preview:1922{1923 "ee/spec/features/boards/scoped_issue_board_spec.rb": 380.68553419100044,1924 "ee/spec/features/merge_trains/two_merge_requests_on_train_spec.rb": 184.16946236500007,1925 "ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb": 143.93439439800022,1926 "ee/spec/features/search/elastic/project_search_spec.rb": 115.73890878200018,1927 "ee/spec/features/promotion_spec.rb": 106.64788062700063,1928 "ee/spec/features/incidents/incident_details_spec.rb": 77.38155613799972,1929 "ee/spec/features/merge_request/user_sets_approvers_spec.rb": 74.40513815800023,1930 "ee/spec/features/projects/requirements_management/requirements_list_spec.rb": 62.68438554699969,1931 "ee/spec/features/admin/admin_audit_logs_spec.rb": 62.77124487099991,1932 "ee/spec/features/issues/user_sees_empty_state_spec.rb": 64.19927148100032,1933 "ee/spec/features/admin/geo/admin_geo_sidebar_spec.rb": 51.4440432020001,1934 "ee/spec/features/security/project/public_access_spec.rb": 36.673680406999665,1935 "ee/spec/features/security/project/internal_access_spec.rb": 36.174313831999825,1936 "ee/spec/features/issues/filtered_search/filter_issues_weight_spec.rb": 36.689940104000016,1937 "ee/spec/features/projects/settings/ee/repository_mirrors_settings_spec.rb": 31.900821723999798,1938 "ee/spec/features/profiles/usage_quotas_spec.rb": 32.48869215200011,1939 "ee/spec/features/projects/issues/user_creates_issue_spec.rb": 30.278364408000016,1940 "ee/spec/features/gitlab_subscriptions/seat_count_alert_spec.rb": 23.257919425000182,1941 "ee/spec/features/groups/settings/protected_environments_spec.rb": 23.792793577999873,1942 "ee/spec/features/groups/security/compliance_dashboards_spec.rb": 21.448882183000023,1943 "ee/spec/features/projects/settings/merge_requests_settings_spec.rb": 23.374724987000263,1944 "ee/spec/features/issues/move_issue_resource_weight_events_spec.rb": 20.145328685000095,1945 "ee/spec/features/labels_hierarchy_spec.rb": 22.385725006999564,1946 "ee/spec/features/merge_request/user_merges_with_push_rules_spec.rb": 16.37045946299986,1947 "ee/spec/features/merge_request/user_creates_merge_request_spec.rb": 16.108712410999942,1948 "ee/spec/features/profiles/account_spec.rb": 14.625770129000557,1949 "ee/spec/features/projects/jobs_spec.rb": 13.77892068500023,1950 "ee/spec/features/groups/billing_spec.rb": 12.90068479799993,1951 "ee/spec/features/projects/settings/user_manages_members_spec.rb": 12.529242165000142,1952 "ee/spec/features/groups/wiki/user_views_wiki_empty_spec.rb": 11.450006930999734,1953 "ee/spec/features/projects/quality/test_case_create_spec.rb": 11.030627590000222,1954 "ee/spec/features/epics/delete_epic_spec.rb": 9.43761798200012,1955 "ee/spec/features/admin/admin_merge_requests_approvals_spec.rb": 10.102783395999722,1956 "ee/spec/features/projects/security/user_creates_on_demand_scan_spec.rb": 8.231350207000105,1957 "ee/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb": 8.552374834999682,1958 "ee/spec/features/admin/admin_interacts_with_push_rules_spec.rb": 8.217486966999786,1959 "ee/spec/features/projects/navbar_spec.rb": 7.950278450000042,1960 "ee/spec/features/groups/new_spec.rb": 6.0768537789999755,1961 "ee/spec/features/incidents/incidents_list_spec.rb": 5.872636864000015,1962 "ee/spec/features/trial_registrations/company_information_spec.rb": 7.055226076000508,1963 "ee/spec/features/uncompleted_learn_gitlab_link_spec.rb": 5.779904861000432,1964 "ee/spec/features/clusters/cluster_detail_page_spec.rb": 5.6604892900004415,1965 "ee/spec/features/projects/iterations/iterations_list_spec.rb": 5.338872753999567,1966 "ee/spec/features/projects/settings/user_manages_merge_pipelines_spec.rb": 4.428671960999964,1967 "ee/spec/features/groups/iterations/user_creates_iteration_in_cadence_spec.rb": 4.681852272000469,1968 "ee/spec/features/groups/settings/user_searches_in_settings_spec.rb": 4.331264989000374,1969 "ee/spec/features/security/project/snippet/internal_access_spec.rb": 3.547150366999631,1970 "ee/spec/features/projects/releases/user_views_release_spec.rb": 3.3528630310001972,1971 "ee/spec/features/issues/user_views_issues_spec.rb": 3.6932144550000885,1972 "ee/spec/features/groups/hooks/user_edits_hooks_spec.rb": 2.8094380020002063,1973 "ee/spec/features/markdown/markdown_spec.rb": 1.7747638079999888,1974 "ee/spec/features/groups/hooks/user_views_hooks_spec.rb": 1.1636691739995513,1975 "ee/spec/features/security/admin_access_spec.rb": 0.69914196799982161976}1977Knapsack global time execution for tests: 31m 30s1978Pending: (Failures listed here are expected and do not affect your suite's status)1979 1) Admin views Subscription with license file behaves like license removal when removing a license file shows a message saying the license was correctly removed1980 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1981 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:271982 2) Admin views Subscription with license file when activating another subscription shows the activation modal1983 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1984 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:991985 3) Admin views Subscription with license file when activating another subscription displays an error when the activation fails1986 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1987 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:1051988 4) Admin views Subscription with license file when activating another subscription displays a connectivity error1989 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1990 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:1151991 5) Admin views Subscription with no active subscription behaves like no active license displays a message signaling there is not active subscription1992 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1993 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:361994 6) Admin::AuditLogs unlicensed returns 4041995 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1996 # ./ee/spec/features/admin/admin_audit_logs_spec.rb:221997 7) Admin::AuditLogs licensed personal access token events create personal access token when creation succeeds behaves like personal access token audit event show personal access token event details1998 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1999 # ./ee/spec/features/admin/admin_audit_logs_spec.rb:1192000 8) Compliance Dashboard when there are merge requests and there is a compliance violation shows the correct user avatar popover content when the drawer is switched2001 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example2002 # ./ee/spec/features/groups/security/compliance_dashboards_spec.rb:912003 9) User creates On-demand Scan when feature is available on cancel2004 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example2005 # ./ee/spec/features/projects/security/user_creates_on_demand_scan_spec.rb:502006 10) User manages merge pipelines option when user enabled the checkbox sees enabled merge pipeline checkbox2007 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example2008 # ./ee/spec/features/projects/settings/user_manages_merge_pipelines_spec.rb:292009Finished in 31 minutes 33 seconds (files took 1 minute 0.23 seconds to load)2010478 examples, 0 failures, 10 pending2011Failed to write to log, write log/workhorse-test.log: file already closed2012RSpec exited with 0.2013No examples to retry, congrats!2015Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy2016Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy2018Uploading artifacts...2019coverage/: found 5 matching files and directories 2020crystalball/: found 2 matching files and directories 2021deprecations/: found 15 matching files and directories 2022knapsack/: found 3 matching files and directories 2023rspec/: found 9 matching files and directories 2024tmp/capybara/: found 3 matching files and directories 2025log/*.log: found 19 matching files and directories 2026WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2649392010/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com2027WARNING: Retrying... context=artifacts-uploader error=request redirected2028Uploading artifacts as "archive" to coordinator... 201 Created id=2649392010 responseStatus=201 Created token=UTaXN-f12029Uploading artifacts...2030rspec/junit_rspec.xml: found 1 matching files and directories 2031WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2649392010/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com2032WARNING: Retrying... context=artifacts-uploader error=request redirected2033Uploading artifacts as "junit" to coordinator... 201 Created id=2649392010 responseStatus=201 Created token=UTaXN-f12035Job succeeded