rspec-ee system pg12 1/6
Passed Started
by
@.luke

Luke Duncalfe
1Running with gitlab-runner 14.5.2 (e91107dd)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:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:f1a5e4852a8c335ef0f1a3aae30c39c8484660d5aa7dfd5bb8756ee473575da5 for postgres:12 with digest postgres@sha256:0854202db0b3378c46909bab43a85b01dc1b92cc44520480e47dd4fbc22714ee ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:1746b159f8934fe63cae3984643ee8c5651bcfc80ae107032a60f2871a0e7cdb for redis:5.0-alpine with digest redis@sha256:a04b57e05b784a406bc818f6b450233328c4115a1e1f104d84ce916eb1583925 ...13Starting service elasticsearch:7.14.2 ...14Pulling docker image elasticsearch:7.14.2 ...15Using docker image sha256:2abd5342ace0faddbf87836d7d1fbb201dada20a6ca09a3dbf3cb6f4637f45fb for elasticsearch:7.14.2 with digest elasticsearch@sha256:f05ab7f4d2aa5040813a0ea4eb76fa99bb31459937a4539efe2f2c2dbb2109fb ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...21Running on runner-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1639434744-8339fa4e...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: 91326, done. 28remote: Counting objects: 100% (91326/91326), done. 29remote: Compressing objects: 100% (68267/68267), done. 30remote: Total 91326 (delta 30507), reused 60832 (delta 19269), pack-reused 0 31Receiving objects: 100% (91326/91326), 103.88 MiB | 21.21 MiB/s, done.32Resolving deltas: 100% (30507/30507), done.34 * [new ref] 74a38a79b62c49b1e9b89b9829f66b53abaed5a9 -> refs/pipelines/42880374435 * [new branch] master -> origin/master36Checking out 74a38a79 as master...37Skipping Git submodules setup39Checking cache for ruby-gems-v1-9...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-v1-9...43cache.zip is up to date 44Successfully extracted cache46Downloading artifacts for compile-test-assets (1880797874)...47Downloading artifacts from coordinator... ok id=1880797874 responseStatus=200 OK token=HwSwMQAA48Downloading artifacts for detect-tests (1880797889)...49Downloading artifacts from coordinator... ok id=1880797889 responseStatus=200 OK token=cosp53gX50Downloading artifacts for retrieve-tests-metadata (1880797899)...51Downloading artifacts from coordinator... ok id=1880797899 responseStatus=200 OK token=mhRg1nsp52Downloading artifacts for setup-test-env (1880797883)...53Downloading artifacts from coordinator... ok id=1880797883 responseStatus=200 OK token=eZ79kRQL55Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...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.sh62Bundler version 2.1.463production:development64Settings are listed in order of priority. The top value will be used.65path66Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"67clean68Set for the current user (/root/.bundle/config): "true"69without70Set via BUNDLE_WITHOUT: [:production, :development]71install_flags72Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"73$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check74The Gemfile's dependencies are satisfied75==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.76$ bundle pristine pg77Installing pg 1.2.3 with native extensions78==> 'bundle pristine pg' succeeded in 11 seconds.79$ setup_db_user_only80CREATE ROLE81GRANT82==> 'setup_db_user_only' succeeded in 1 seconds.83$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee84Dropped database 'gitlabhq_test'85Dropped database 'gitlabhq_geo_test'86Created database 'gitlabhq_test'87Created database 'gitlabhq_geo_test'88DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)89Dropped database 'gitlabhq_geo_test'90Created database 'gitlabhq_geo_test'91==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 28 seconds.92$ run_timed_command "gem install knapsack --no-document"93$ gem install knapsack --no-document94Successfully installed knapsack-4.0.0951 gem installed96==> 'gem install knapsack --no-document' succeeded in 1 seconds.97$ run_timed_command "scripts/gitaly-test-spawn"98$ scripts/gitaly-test-spawn99Don't run Bundler as root. Bundler can ask for sudo if it is needed, and100installing your bundle as root will break this application for all non-root101users on this machine.102Using abstract_type 0.0.7103Using concurrent-ruby 1.1.9104Using i18n 1.8.10105Using minitest 5.14.4106Using tzinfo 2.0.4107Using zeitwerk 2.4.2108Using activesupport 6.1.4.1109Using builder 3.2.4110Using erubi 1.10.0111Using mini_portile2 2.5.1112Using racc 1.5.2113Using nokogiri 1.11.7 (x86_64-linux)114Using rails-dom-testing 2.0.3115Using crass 1.0.6116Using loofah 2.12.0117Using rails-html-sanitizer 1.4.2118Using actionview 6.1.4.1119Using rack 2.2.3120Using rack-test 1.1.0121Using actionpack 6.1.4.1122Using ice_nine 0.11.2123Using thread_safe 0.3.6124Using memoizable 0.4.2125Using adamantium 0.2.0126Using public_suffix 4.0.6127Using addressable 2.7.0128Using ast 2.4.1129Using binding_ninja 0.2.3130Using bundler 2.1.4131Using charlock_holmes 0.7.7132Using coderay 1.1.2133Using equalizer 0.0.11134Using concord 0.1.5135Using diff-lcs 1.3136Using dotenv 2.7.6137Using escape_utils 1.2.1138Using factory_bot 5.0.2139Using multipart-post 2.1.1140Using faraday 1.0.1141Using ffi 1.15.3142Using json 2.5.1143Using gemojione 3.3.0144Using mini_mime 1.0.2145Using rugged 1.2.0146Using github-linguist 7.12.1147Using github-markup 1.7.0148Using mime-types-data 3.2020.1104149Using mime-types 3.3.1150Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1151Using rouge 3.26.0152Using nokogumbo 1.5.0153Using sanitize 4.6.6154Using stringex 2.8.5155Using gitlab-gollum-lib 4.2.7.10.gitlab.1156Using google-protobuf 3.17.3 (x86_64-linux)157Using googleapis-common-protos-types 1.1.0158Using grpc 1.30.2 (x86_64-linux)159Using opentracing 0.5.0160Using thrift 0.15.0161Using jaeger-client 1.1.0162Using pg_query 2.1.1163Using redis 4.4.0164Using gitlab-labkit 0.21.2165Using rubyzip 2.3.2166Using thor 1.1.0167Using tomlrb 2.0.1168Using with_env 1.1.0169Using rexml 3.2.4170Using xml-simple 1.1.9171Using gitlab-license_finder 6.14.2.1172Using gitlab-markup 1.7.1173Using grpc-tools 1.30.2174Using sawyer 0.8.2175Using octokit 4.20.0176Using reverse_markdown 1.4.0177Using licensee 9.14.1178Using method_source 0.9.2179Using msgpack 1.3.3180Using optimist 3.0.1181Using parallel 1.19.2182Using parser 2.7.2.0183Using procto 0.0.3184Using unparser 0.4.7185Using proc_to_ast 0.1.0186Using pry 0.12.2187Using rainbow 3.0.0188Using rbtrace 0.4.14189Using rdoc 6.3.2190Using regexp_parser 1.8.1191Using rspec-support 3.8.0192Using rspec-core 3.8.0193Using rspec-expectations 3.8.3194Using rspec-mocks 3.8.0195Using rspec 3.8.0196Using rspec-parameterized 0.4.2197Using rubocop-ast 0.2.0198Using ruby-progressbar 1.10.1199Using unicode-display_width 1.7.0200Using rubocop 0.86.0201Using sentry-raven 3.0.4202Using timecop 0.9.1203Bundle complete! 22 Gemfile dependencies, 101 gems now installed.204Gems in the groups production and development were not installed.205Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`206Checking gitaly-ruby Gemfile...207Checking gitaly-ruby bundle...208The Gemfile's dependencies are satisfied209Trying to connect to gitaly: ............................................. OK210Trying to connect to gitaly2: ............................................................... OK211Trying to connect to praefect: ........ OK212==> 'scripts/gitaly-test-spawn' succeeded in 13 seconds.213$ source ./scripts/rspec_helpers.sh214$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"215KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{features}{,/**/}*_spec.rb216SKIP_FLAKY_TESTS_AUTOMATICALLY: true217Knapsack report generator started!218warning: parser/current is loading parser/ruby27, which recognizes219warning: 2.7.4-compliant syntax, but you are running 2.7.5.220warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.221undefined method `[]' for #<RspecFlaky::FlakyExample:0x00007f193da0ec38>222Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}223==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.045074583 seconds...224Test environment set up in 0.715954457 seconds225Group wikis226 behaves like User creates wiki page227 when wiki is empty228Starting the Capybara driver server...229Capybara starting Puma...230* Version 5.5.2 , codename: Zawgyi231* Min threads: 0, max threads: 4232* Listening on unix:///tmp/20211214-447-1qppoc8233 disables the submit button234 makes sure links to unknown pages work correctly235 shows non-escaped link in the pages list236 has `Create home` as a commit message237 creates a page from the home page238 creates ASCII wiki with LaTeX blocks239 creates a wiki page with Org markup240 behaves like wiki file attachments241 uploading attachments242 before uploading243 shows "Attach a file" button244 uploading is in progress245 cancels uploading on clicking to "Cancel" button246 shows "Attaching a file" message on uploading 1 file247 uploading is complete248 shows "Attach a file" button on uploading complete249 the markdown link is added to the page250 the links point to the wiki root url251 the file has been added to the wiki repository252 when wiki is not empty253 shows the emoji autocompletion dropdown254 via the `new wiki page` page255 creates a page with a single word256 creates a page with spaces in the name257 creates a page with hyphens in the name258 behaves like User deletes wiki page259 when user is the owner or maintainer260 behaves like deletes a wiki page261 deletes a page262 when user is a developer263 behaves like deletes a wiki page264 deletes a page265 behaves like User previews wiki changes266 when rendering a new wiki page267 behaves like relative links268 when there are no spaces or hyphens in the page name269 behaves like rewrites relative links270 is expected to have visible link "relative link 3" with href "/groups/group21/-/wikis/a/b/c/e/f/relative"271 when there are spaces in the page name272 behaves like rewrites relative links273 is expected to have visible link "relative link 3" with href "/groups/group22/-/wikis/a-page/b-page/c-page/e/f/relative"274 when there are hyphens in the page name275 behaves like rewrites relative links276 is expected to have visible link "relative link 3" with href "/groups/group23/-/wikis/a-page/b-page/c-page/e/f/relative"277 when previewing an existing wiki page278 renders content with CommonMark279 does not linkify double brackets inside code blocks as expected280 behaves like relative links281 when there are no spaces or hyphens in the page name282 behaves like rewrites relative links283 is expected to have visible link "relative link 3" with href "/groups/group26/-/wikis/a/b/c/e/f/relative"284 when there are spaces in the page name285 behaves like rewrites relative links286 is expected to have visible link "relative link 3" with href "/groups/group27/-/wikis/a-page/b-page/c-page/e/f/relative"287 when there are hyphens in the page name288 behaves like rewrites relative links289 is expected to have visible link "relative link 3" with href "/groups/group28/-/wikis/a-page/b-page/c-page/e/f/relative"290 behaves like User updates wiki page291 when wiki is empty292 redirects back to the home edit page293 updates a page that has a path294 behaves like wiki file attachments295 uploading attachments296 before uploading297 shows "Attach a file" button298 uploading is in progress299 cancels uploading on clicking to "Cancel" button300 shows "Attaching a file" message on uploading 1 file301 uploading is complete302 shows "Attach a file" button on uploading complete303 the markdown link is added to the page304 the links point to the wiki root url305 the file has been added to the wiki repository306 when wiki is not empty307 updates a page308 updates the commit message as the title is changed309 correctly escapes the commit message entities310 disables the submit button311 shows the emoji autocompletion dropdown312 updates a page313 focuses on the content field314 cancels editing of a page315 behaves like wiki file attachments316 uploading attachments317 before uploading318 shows "Attach a file" button319 uploading is in progress320 cancels uploading on clicking to "Cancel" button321 shows "Attaching a file" message on uploading 1 file322 uploading is complete323 shows "Attach a file" button on uploading complete324 the markdown link is added to the page325 the links point to the wiki root url326 the file has been added to the wiki repository327 when multiple people edit the page at the same time328 preserves user changes in the wiki editor329 when using the content editor330 with feature flag on331 behaves like edits content using the content editor332 formats text as bold using bubble menu333 with feature flag off334 behaves like edits content using the content editor335 formats text as bold using bubble menu336 when the page is in a subdir337 moves the page to the root folder338 moves the page to other dir339 remains in the same place if title has not changed340 can be moved to a different dir with a different name341 can be renamed and moved to the root folder342 squishes the title before creating the page343 behaves like wiki file attachments344 uploading attachments345 before uploading346 shows "Attach a file" button347 uploading is in progress348 cancels uploading on clicking to "Cancel" button349 shows "Attaching a file" message on uploading 1 file350 uploading is complete351 shows "Attach a file" button on uploading complete352 the markdown link is added to the page353 the links point to the wiki root url354 the file has been added to the wiki repository355 when an existing page exceeds the content size limit356 allows changing the title if the content does not change357 shows a validation error when trying to change the content358 behaves like User uses wiki shortcuts359 visit edit wiki page using "e" keyboard shortcut360 behaves like User views AsciiDoc page with includes361 when the file being included exists362 includes the file contents363 when there are multiple versions of the wiki pages364 viewing the latest version365 includes the latest content366 viewing the original version367 includes the content from the original version368 when the file being included does not exist369 outputs an error370 behaves like User views a wiki page371 opens a default wiki page372 when wiki is empty373 shows the history of a page that has a path374 shows an old version of a page375 when a page does not have history376 shows all the pages377 shows the creation page if file does not exist378 shows a file stored in a page379 is expected not to have visible xpath "/html"380 when a page has history381 shows the page history382 does not show the "Edit" button383 show the diff384 links to the correct diffs385 between the current and the previous version of a page386 between two old versions of a page387 for the oldest version of a page388 when a page has special characters in its title389 preserves the special characters390 when a page has XSS in its title or content391 safely displays the page392 when a page has XSS in its message393 safely displays the message394 when page has invalid content encoding395 does not show "Edit" button396 shows error397 behaves like User views wiki pages398 ordered by title399 asc400 pages are displayed in direct order401 desc402 pages are displayed in reversed order403 ordered by created_at404 asc405 pages are displayed in direct order406 desc407 pages are displayed in reversed order408 behaves like User views wiki sidebar409 when there are some existing pages410 when there is no custom sidebar411 renders a default sidebar412 can create a custom sidebar413 when there is a custom sidebar414 renders the custom sidebar instead of the default one415 can edit the custom sidebar416 when there are 15 existing pages417 shows all pages in the sidebar418 when there are more than 15 existing pages419 shows the first 15 pages in the sidebar420 behaves like User views Git access wiki page421 shows the correct clone URLs422Value stream analytics charts423 Duration chart424 hidden stages will not appear in the duration chart dropdown425 behaves like has all the default stages426 has all the default stages in the duration dropdown427 Tasks by type chart428 enabled429 with data available430 displays the chart431 has 2 labels selected432 has chart filters433 can update the filters434 no data available435 shows the no data available message436Filter issues by iteration437 project issues list438 behaves like filters by iteration439 when iterations are not available440 does not show the iteration filter option441 when iterations are available442 when passing specific iteration by title443 behaves like filters issues by iteration444 filters correct issues445 when passing Current iteration446 behaves like filters issues by iteration447 filters correct issues448 when filtering by negated iteration449 with specific iteration450 behaves like filters issues by negated iteration451 filters by negated iteration452 with current iteration453 behaves like filters issues by negated iteration454 filters by negated iteration455 behaves like shows iterations when using iteration token456 when viewing list of iterations457 shows cadence titles, and iteration titles and dates458 when vue_issuables_list is disabled459 behaves like filters by iteration460 when iterations are not available461 does not show the iteration filter option462 when iterations are available463 when passing specific iteration by title464 behaves like filters issues by iteration465 filters correct issues466 when passing Current iteration467 behaves like filters issues by iteration468 filters correct issues469 when filtering by negated iteration470 with specific iteration471 behaves like filters issues by negated iteration472 filters by negated iteration473 with current iteration474 behaves like filters issues by negated iteration475 filters by negated iteration476 group issues list477 behaves like filters by iteration478 when iterations are not available479 does not show the iteration filter option480 when iterations are available481 when passing specific iteration by title482 behaves like filters issues by iteration483 filters correct issues484 when passing Current iteration485 behaves like filters issues by iteration486 filters correct issues487 when filtering by negated iteration488 with specific iteration489 behaves like filters issues by negated iteration490 filters by negated iteration491 with current iteration492 behaves like filters issues by negated iteration493 filters by negated iteration494 behaves like shows iterations when using iteration token495 when viewing list of iterations496 shows cadence titles, and iteration titles and dates497 when vue_issuables_list is disabled498 behaves like filters by iteration499 when iterations are not available500 does not show the iteration filter option501 when iterations are available502 when passing specific iteration by title503 behaves like filters issues by iteration504 filters correct issues505 when passing Current iteration506 behaves like filters issues by iteration507 filters correct issues508 when filtering by negated iteration509 with specific iteration510 behaves like filters issues by negated iteration511 filters by negated iteration512 with current iteration513 behaves like filters issues by negated iteration514 filters by negated iteration515 project board516 behaves like filters by iteration517 when iterations are not available518 does not show the iteration filter option519 when iterations are available520 when passing specific iteration by title521 behaves like filters issues by iteration522 filters correct issues523 when passing Current iteration524 behaves like filters issues by iteration525 filters correct issues526 when filtering by negated iteration527 with specific iteration528 behaves like filters issues by negated iteration529 filters by negated iteration530 with current iteration531 behaves like filters issues by negated iteration532 filters by negated iteration533 group board534 behaves like filters by iteration535 when iterations are not available536 does not show the iteration filter option537 when iterations are available538 when passing specific iteration by title539 behaves like filters issues by iteration540 filters correct issues541 when passing Current iteration542 behaves like filters issues by iteration543 filters correct issues544 when filtering by negated iteration545 with specific iteration546 behaves like filters issues by negated iteration547 filters by negated iteration548 with current iteration549 behaves like filters issues by negated iteration550 filters by negated iteration5521st Try error in ./ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb:59:553expected not to find text "My title 38" in "Skip to content GitLab Menu Help G group104 Group information Issues 3 List Board Milestones Iterations Merge requests 0 Security & Compliance Packages & Registries Analytics Customer relations Collapse sidebar group104 Issue Boards board2 Iteration != Current Show labels Edit board Create list Open 2 0 My title 38 group104/project29 #1 My title 39 group104/project29 #2 My title 40 group104/project29 #3 Closed 0 0"554Unexpected browser console output:555http://127.0.0.1:39537/groups/group11/-/wikis/home?view=create - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808556http://127.0.0.1:39537/groups/group14/-/wikis/home?view=create - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808557http://127.0.0.1:39537/groups/group34/-/wikis/home?view=create - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808558http://127.0.0.1:39537/groups/group37/-/wikis/home?view=create - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808559http://127.0.0.1:39537/groups/group49/-/wikis/home/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808560http://127.0.0.1:39537/groups/group52/-/wikis/home/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808561webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."562webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."563webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."564webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."565webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."566webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."567webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."568webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."569http://127.0.0.1:39537/groups/group65/-/wikis/foo/bar/page_name/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808570http://127.0.0.1:39537/groups/group68/-/wikis/foo/bar/page_name/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/5082396709879808571http://127.0.0.1:39537/groups/ca-test-group/-/analytics/type_of_work/tasks_by_type/top_labels?subject=Issue&created_after=2021-11-15&created_before=2021-12-14 - Failed to load resource: the server responded with a status of 403 (Forbidden)572webpack-internal:///bmvL 15:14 573http://127.0.0.1:39537/groups/ca-test-group/-/analytics/type_of_work/tasks_by_type/top_labels?subject=Issue&created_after=2021-11-15&created_before=2021-12-14 - Failed to load resource: the server responded with a status of 403 (Forbidden)574webpack-internal:///bmvL 15:14 575http://127.0.0.1:39537/groups/ca-test-group/-/analytics/type_of_work/tasks_by_type/top_labels?subject=Issue&created_after=2021-11-15&created_before=2021-12-14 - Failed to load resource: the server responded with a status of 403 (Forbidden)576webpack-internal:///bmvL 15:14 577http://127.0.0.1:39537/groups/ca-test-group/-/analytics/type_of_work/tasks_by_type/top_labels?subject=Issue&created_after=2021-11-15&created_before=2021-12-14 - Failed to load resource: the server responded with a status of 403 (Forbidden)578webpack-internal:///bmvL 15:14 579http://127.0.0.1:39537/groups/ca-test-group/-/analytics/type_of_work/tasks_by_type/top_labels?subject=Issue&created_after=2021-11-15&created_before=2021-12-14 - Failed to load resource: the server responded with a status of 403 (Forbidden)580webpack-internal:///bmvL 15:14 581http://127.0.0.1:39537/api/v4/users/62 - Failed to load resource: the server responded with a status of 403 (Forbidden)582webpack-internal:///bmvL 15:14 583http://127.0.0.1:39537/api/v4/users/62 - Failed to load resource: the server responded with a status of 403 (Forbidden)584webpack-internal:///bmvL 15:14 585http://127.0.0.1:39537/api/v4/users/62 - Failed to load resource: the server responded with a status of 403 (Forbidden)586webpack-internal:///bmvL 15:14 587http://127.0.0.1:39537/api/v4/users/62 - Failed to load resource: the server responded with a status of 403 (Forbidden)588webpack-internal:///bmvL 15:14 589webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."590webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."591webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."592webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."593webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."594webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."595webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."597RSpec::Retry: 2nd try ./ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb:59598Related issues599 when user has permission to manage related issues600 with "Relates to", "Blocks", "Is blocked by" groupings601 when adding a "relates_to" issue602 shows "Relates to" heading603 shows the added issue604 when adding a "blocks" issue605 shows "Blocks" heading606 shows the added issue607 when adding an "is_blocked_by" issue608 shows "Is blocked by" heading609 shows the added issue610 when clicking the top `Close issue` button in the issue header611 behaves like issue closed by modal612 shows a modal to confirm closing the issue613 when clicking the bottom `Close issue` button below the comment textarea614 behaves like issue closed by modal615 shows a modal to confirm closing the issue616 when adding "relates_to", "blocks", and "is_blocked_by" issues617 shows "Blocks", "Is blocked by", and "Relates to" headings618 shows all added issues619epic boards620 display epics in board621 displays default lists and a label list622 displays two epics in Open list623 displays one epic in Label list624 creates new column for label containing labeled epic625 moves to the bottom of another list626 moves to the top of another list627 lists628 changes position of list629 dragging does not duplicate list630 allows user to delete list from list settings sidebar631 when user can admin epic boards632 shows 'Create list' button633 creates board filtering by one label634 adds label to board scope and filters epics635 when user cannot admin epic boards636 does not show 'Create list'637 can view board scope638 does not show Remove list in list settings sidebar639 filtered search640 can select a Label in order to filter the board by not equals641 can select a Label in order to filter the board by equals642 can select an Author in order to filter the board by equals643 can select an Author in order to filter the board by not equals644 can search for an epic in the search bar645epics list646 when epics exist for the group647 shows epics tabs for each status type648 shows the epics in the navigation sidebar649 shows epic updated date and comment count650 shows epic start and/or end dates when present651 renders the filtered search bar correctly652 sorts by created_at DESC by default653 sorts by the selected value and stores the selection for epic list654 renders the epic detail correctly after clicking the link655 when closed epics exist for the group656 shows epic status, updated date and comment count657 when no epics exist for the group658 renders the empty list page659 shows epics tabs for each status type660 vue epics list661 within a group662 when signed in663 renders New Epic Link664 behaves like epic list665 renders epics list666 renders epics item with metadata667 renders epic item timeframe668 behaves like filtered search bar669 renders values for token 'Author' correctly670 renders values for token 'Label' correctly671 renders values for token 'My-Reaction' correctly672 when signed out673 behaves like epic list674 renders epics list675 renders epics item with metadata676 renders epic item timeframe677 within a sub-group group678 behaves like filtered search bar679 renders values for token 'Author' correctly680 renders values for token 'Label' correctly681 renders values for token 'My-Reaction' correctly682Requirements list683 when requirements exist for the project684 shows the requirements in the navigation sidebar685 shows requirements tabs for each status type686 shows filtered search input687 filtered search input688 shows filter tokens author and status689 shows options `satisfied`, `failed` and `missing` for status token690 new requirement691 shows requirement create form when "New requirement" button is clicked692 disables new requirement button while create form is open693 creates new requirement694 updates requirements count in nav sidebar and opened and all tab badges695 open tab696 shows button "New requirement"697 shows list of all open requirements698 shows title, metadata and actions within each requirement item699 shows title and description along with edit button in drawer700 shows edit form when edit button is clicked for a requirement701 updates requirement using edit form702 archives a requirement703 archived tab704 does not show button "New requirement"705 shows list of all archived requirements706 shows title, metadata and actions within each requirement item707 reopens a requirement708 all tab709 does not show button "New requirement"710 shows list of all requirements711 filtered search712 shows filtered search input field713 shows sort dropdown714 when accessing project as guest user715 open tab does not show button "New requirement"716 when accessing project as logged out user717 renders the empty state718Admin views Subscription719 with a cloud license720 with a cloud license only721 displays the subscription details722 succeeds to sync the subscription723 fails to sync the subscription724 behaves like an "Export license usage file" button725 displays the Export License Usage File button726 behaves like license removal727 when removing a license file728 shows a message saying the license was correctly removed729 with license file730 behaves like an "Export license usage file" button731 displays the Export License Usage File button732 behaves like license removal733 when removing a license file734 shows a message saying the license was correctly removed735 when activating another subscription736 shows the activation modal737 displays an error when the activation fails738 displays a connectivity error739 with no active subscription740 displays a message signaling there is not active subscription741 does not display the Export License Usage File button742 when activating a subscription fails743 shows an error message744 when activating a future-dated subscription745 shows a successful future-dated activation message746 when activating a new subscription747 shows a successful activation message748 shows the subscription details749 shows the appropriate license type750 when uploading a license file751 shows a link to upload a license file752GFM autocomplete753 for a new epic754 opens quick action autocomplete in the description field755 for an existing epic756 opens quick action autocomplete when updating description757 issuables758 issues759 shows issues of group760 merge requests761 shows merge requests of group762 epics763 shows epics764 milestone765 shows group milestones766 labels767 when no labels are assigned768 shows all labels for ~769 shows all labels for /label ~770 shows all labels for /relabel ~771 shows no labels for /unlabel ~772 when some labels are assigned773 shows all labels for ~774 shows only unset labels for /label ~775 shows all labels for /relabel ~776 shows only set labels for /unlabel ~777 when all labels are assigned778 shows all labels for ~779 shows no labels for /label ~780 shows all labels for /relabel ~781 shows all labels for /unlabel ~782[EE] Public Project Access783 GET /:project_path/insights784 is expected to be allowed for admin785 is expected to be allowed for auditor786 is expected to be allowed for owner787 is expected to be allowed for maintainer788 is expected to be allowed for developer789 is expected to be allowed for reporter790 is expected to be allowed for guest791 is expected to be allowed for user792 is expected to be allowed for external793 is expected to be allowed for visitor794 GET /:project_path795 is expected to be allowed for auditor796 GET /:project_path/-/tree/master797 is expected to be allowed for auditor798 GET /:project_path/-/commits/master799 is expected to be allowed for auditor800 GET /:project_path/-/commit/:sha801 is expected to be allowed for auditor802 GET /:project_path/-/compare803 is expected to be allowed for auditor804 GET /:project_path/-/project_members805 is expected to be allowed for auditor806 GET /:project_path/pipelines807DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:315)808DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:328)809 is expected to be allowed for auditor810 GET /:project_path/pipelines/:id811 is expected to be allowed for auditor812 GET /:project_path/builds813 when allowed for public814 is expected to be allowed for auditor815 when disallowed for public816 is expected to be allowed for auditor817 GET /:project_path/builds/:id818 when allowed for public819 is expected to be allowed for auditor820 when disallowed for public821 is expected to be allowed for auditor822 GET /:project_path/-/environments823 is expected to be allowed for auditor824 GET /:project_path/-/environments/:id825 is expected to be allowed for auditor826 GET /:project_path/-/environments/new827 is expected to be denied for auditor828 GET /:project_path/-/blob829 is expected to be allowed for auditor830 GET /:project_path/edit831 is expected to be denied for auditor832 GET /:project_path/deploy_keys833 is expected to be denied for auditor834 GET /:project_path/issues835 is expected to be allowed for auditor836 GET /:project_path/snippets837DEPRECATION 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)838 is expected to be allowed for auditor839 GET /:project_path/snippets/new840 is expected to be denied for auditor841 GET /:project_path/-/merge_requests842 is expected to be allowed for auditor843 GET /:project_path/-/merge_requests/new844 is expected to be denied for auditor845 GET /:project_path/-/branches846 is expected to be allowed for auditor847 GET /:project_path/-/tags848 is expected to be allowed for auditor849 GET /:project_path/-/settings/integrations850 is expected to be denied for auditor851 when license blocks changes852 GET /:project_path/issues/new853 is expected to be denied for maintainer854 is expected to be denied for reporter855 is expected to be denied for admin856 is expected to be denied for guest857 is expected to be denied for user858 is expected to be denied for auditor859 is expected to be denied for visitor860 GET /:project_path/-/merge_requests/new861 is expected to be denied for maintainer862 is expected to be denied for reporter863 is expected to be denied for admin864 is expected to be denied for guest865 is expected to be denied for user866 is expected to be denied for auditor867 is expected to be denied for visitor868 GET /:project_path/container_registry869 is expected to be allowed for auditor870[EE] Internal Project Access871 GET /:project_path/insights872 is expected to be allowed for admin873 is expected to be allowed for auditor874 is expected to be allowed for owner875 is expected to be allowed for maintainer876 is expected to be allowed for developer877 is expected to be allowed for reporter878 is expected to be allowed for guest879 is expected to be allowed for user880 is expected to be denied for external881 is expected to be denied for visitor882 GET /:project_path883 is expected to be allowed for auditor884 GET /:project_path/-/tree/master885 is expected to be allowed for auditor886 GET /:project_path/-/commits/master887 is expected to be allowed for auditor888 GET /:project_path/-/commit/:sha889 is expected to be allowed for auditor890 GET /:project_path/-/compare891 is expected to be allowed for auditor892 GET /:project_path/-/project_members893 is expected to be allowed for auditor894 GET /:project_path/-/settings/repository895 is expected to be denied for auditor896 GET /:project_path/-/blob897 is expected to be allowed for auditor898 GET /:project_path/edit899 is expected to be denied for auditor900 GET /:project_path/deploy_keys901 is expected to be denied for auditor902 GET /:project_path/issues903 is expected to be allowed for auditor904 GET /:project_path/snippets905DEPRECATION 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)906 is expected to be allowed for auditor907 GET /:project_path/snippets/new908 is expected to be denied for auditor909 GET /:project_path/-/merge_requests910 is expected to be allowed for auditor911 GET /:project_path/-/merge_requests/new912 is expected to be denied for auditor913 GET /:project_path/-/branches914 is expected to be allowed for auditor915 GET /:project_path/-/tags916 is expected to be allowed for auditor917 GET /:project_path/-/settings/integrations918 is expected to be denied for auditor919 GET /:project_path/-/pipelines920DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:315)921DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:328)922 is expected to be allowed for auditor923 GET /:project_path/-/pipelines/:id924 is expected to be allowed for auditor925 GET /:project_path/builds926 when allowed for public and internal927 is expected to be allowed for auditor928 when disallowed for public and internal929 is expected to be allowed for auditor930 GET /:project_path/builds/:id931 when allowed for public and internal932 is expected to be allowed for auditor933 when disallowed for public and internal934 is expected to be allowed for auditor935 GET /:project_path/-/environments936 is expected to be allowed for auditor937 GET /:project_path/-/environments/:id938 is expected to be allowed for auditor939 GET /:project_path/-/environments/new940 is expected to be denied for auditor941 GET /:project_path/container_registry942 is expected to be allowed for auditor943 when license blocks changes944 GET /:project_path/issues/new945 is expected to be denied for maintainer946 is expected to be denied for reporter947 is expected to be denied for admin948 is expected to be denied for guest949 is expected to be denied for user950 is expected to be denied for auditor951 is expected to be denied for visitor952 GET /:project_path/-/merge_requests/new953 is expected to be denied for maintainer954 is expected to be denied for reporter955 is expected to be denied for admin956 is expected to be denied for guest957 is expected to be denied for user958 is expected to be denied for auditor959 is expected to be denied for visitor960[EE] Private Project Access961 GET/:project_path/insights962 is allowed for admin when admin mode is enabled963 is denied for admin when admin mode is disabled964 is expected to be allowed for auditor965 is expected to be allowed for owner966 is expected to be allowed for maintainer967 is expected to be allowed for developer968 is expected to be allowed for reporter969 is expected to be allowed for guest970 is expected to be denied for user971 is expected to be denied for external972 is expected to be denied for visitor973 GET /:project_path974 is expected to be allowed for auditor975 GET /:project_path/-/tree/master976 is expected to be allowed for auditor977 GET /:project_path/-/commits/master978 is expected to be allowed for auditor979 GET /:project_path/-/commit/:sha980 is expected to be allowed for auditor981 GET /:project_path/-/compare982 is expected to be allowed for auditor983 GET /:project_path/-/project_members984 is expected to be allowed for auditor985 GET /:project_path/-/blob986 is expected to be allowed for auditor987 GET /:project_path/edit988 is expected to be denied for auditor989 GET /:project_path/deploy_keys990 is expected to be denied for auditor991 GET /:project_path/issues992 is expected to be allowed for auditor993 GET /:project_path/snippets994DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)995 is expected to be allowed for auditor996 GET /:project_path/-/merge_requests997 is expected to be allowed for auditor998 GET /:project_path/-/branches999 is expected to be allowed for auditor1000 GET /:project_path/-/tags1001 is expected to be allowed for auditor1002 GET /:project_path/-/settings/integrations1003 is expected to be denied for auditor1004 GET /:project_path/-/environments1005 is expected to be allowed for auditor1006 GET /:project_path/-/environments/:id1007 is expected to be allowed for auditor1008 GET /:project_path/-/environments/new1009 is expected to be denied for auditor1010 when license blocks changes1011 GET /:project_path/issues/new1012 is expected to be denied for maintainer1013 is expected to be denied for reporter1014 is expected to be denied for admin1015 is expected to be denied for guest1016 is expected to be denied for user1017 is expected to be denied for auditor1018 is expected to be denied for visitor1019 GET /:project_path/-/merge_requests/new1020 is expected to be denied for maintainer1021 is expected to be denied for reporter1022 is expected to be denied for admin1023 is expected to be denied for guest1024 is expected to be denied for user1025 is expected to be denied for auditor1026 is expected to be denied for visitor1027 GET /:project_path/container_registry1028 is expected to be allowed for auditor1029User views iteration1030 with license1031 when user has edit permissions1032 can delete iteration1033 behaves like shows iteration info1034 shows iteration info1035 when user does not have edit permissions1036 behaves like shows iteration info1037 shows iteration info1038 when grouping by label1039 behaves like iteration report group by label1040 groups by label1041 shows ungrouped issues when `Group by: None` is selected again1042 shows ungrouped issues when label `x` is clicked to remove it1043 without license1044 shows page not found1045Path Locks1046 locking folders1047 locking files1048 unlocking files1049 managing of lock list1050Protected Environments1051 logged in as developer1052 does not have access to Protected Environments settings1053 logged in as a maintainer1054 has access to Protected Environments settings1055 allows seeing a list of protected environments1056 allows creating explicit protected environments1057 allows unprotecting an environment1058 when projects_tokens_optional_encryption feature flag is false1059 when runners_token exists but runners_token_encrypted is empty1060 shows setting page correctly1061User edits iteration1062 with license1063 as authorized user1064 using_cadences: true1065 load edit page directly1066 prefills fields and allows updating all values1067 load edit page from report1068 prefills fields and updates URL1069 using_cadences: false1070 load edit page directly1071 prefills fields and allows updating all values1072 load edit page from report1073 prefills fields and updates URL1074 as guest user1075 with cadences1076 does not show edit dropdown1077 redirects to cadence list page when loading edit page directly1078 without cadences1079 does not show edit dropdown1080 404s when loading edit page directly1081Merge Requests > User filters1082 by "approvers"1083 filtering by approver:none1084 applies the filter1085 filtering by approver:any1086 applies the filter1087 filtering by approver:@username1088 applies the filter1089 filtering by multiple approvers1090 applies the filter1091 filtering by an approver from a group1092 applies the filter1093Trial Select Namespace1094 when user1095 when source is not about.gitlab.com1096 shows company/individual question1097 when source is about.gitlab.com1098 hides company/individual duplicate question1099 selects create a new group1100 shows the new group name input1101 enters a valid new group name1102 when user can create groups1103 proceeds to the next step1104 when user can not create groups1105 returns 4041106 enters an existing group name1107 proceeds to the next step with a unique url1108 and does not enter a new group name1109 shows validation error1110 selects an existing group1111 without trial plan1112 does not show the new group name input1113 applies trial and redirects to dashboard1114 with trial plan1115 shows validation error1116SAML access enforcement1117 without SAML session1118 group resources1119 behaves like resource access1120 prevents access to resource via SSO redirect1121 subgroup resources1122 behaves like resource access1123 prevents access to resource via SSO redirect1124 project resources1125 behaves like resource access1126 prevents access to resource via SSO redirect1127 subgroup project resources1128 behaves like resource access1129 prevents access to resource via SSO redirect1130 with active SAML login from session1131 group resources1132 behaves like resource access1133 allows access to resource1134 subgroup resources1135 behaves like resource access1136 allows access to resource1137 project resources1138 behaves like resource access1139 allows access to resource1140 subgroup project resources1141 behaves like resource access1142 allows access to resource1143 when SAML session expires1144 shows loading screen and link used for auto-redirect1145 with a merge request1146 redirects to the SSO page and then merge request page after login1147Issue board filters1148 filters by epic1149 loads all the epics when opened and submit one as filter1150 filters by iteration1151 loads all the iterations when opened and submit one as filter1152 filters by weight1153 loads all the weights when opened and submit one as filter1154Login1155 creates a security event for an invalid password login1156 creates a security event for an invalid OAuth login1157 creates a security event for an invalid one-time code1158 smartcard authentication1159 when smartcard is enabled1160 with smartcard_auth feature flag off1161 does not render any tabs1162 renders link to sign up path1163 with smartcard_auth feature flag on1164 correctly renders tabs and panes1165 renders link to sign up path1166 with two-factor authentication required1167 with a smartcard session1168 does not ask for Two-Factor Authentication1169 without a smartcard session1170 asks for Two-Factor Authentication1171 smartcard authentication against LDAP server1172 when smartcard auth is optional1173 correctly renders tabs and panes1174 shows LDAP login form1175 shows LDAP smartcard login form1176 when smartcard auth is required1177 correctly renders tabs and panes1178 does not show LDAP login form1179 shows LDAP smartcard login form1180 via Group SAML1181 with U2F two factor1182 shows U2F prompt after SAML1183 with WebAuthn two factor1184 shows WebAuthn prompt after SAML1185 restricted visibility levels1186 contains public level1187 hides Explore link1188 hides help link1189 does not contain public level1190 displays Explore and Help links1191GFM autocomplete EE1192 assignees1193 when tribute_autocomplete feature flag is off1194 only lists users who are currently assigned to the issue when using /unassign1195 when tribute_autocomplete feature flag is on1196 only lists users who are currently assigned to the issue when using /unassign1197 shows epics1198[EE] Internal Group access1199 GET /groups/:path/-/insights1200 is expected to be allowed for admin1201 is expected to be allowed for auditor1202 is expected to be allowed for owner1203 is expected to be allowed for maintainer1204 is expected to be allowed for developer1205 is expected to be allowed for reporter1206 is expected to be allowed for guest1207 is expected to be allowed for the specified user1208 is expected to be allowed for user1209 is expected to be denied for external1210 is expected to be denied for visitor1211 GET /groups/:path1212 is expected to be allowed for auditor1213 GET /groups/:path/-/issues1214 is expected to be allowed for auditor1215 GET /groups/:path/-/merge_requests1216 is expected to be allowed for auditor1217 GET /groups/:path/-/group_members1218 is expected to be allowed for auditor1219 GET /groups/:path/-/edit1220 is expected to be denied for auditor1221Groups::Security::Credentials1222 licensed1223 links1224 has Credentials Inventory link in sidebar1225 tabs1226 contains the relevant filter tabs1227 filtering1228 by Personal Access Tokens1229 behaves like credentials inventory personal access tokens1230 when a personal access token is active1231 shows the details1232 when a personal access token has an expiry1233 shows the details with an expiry date1234 has an expiry icon1235 when a personal access token is revoked1236 shows the details with a revoked date1237 by SSH Keys1238 behaves like credentials inventory SSH keys1239 when a SSH key is active1240 shows the details1241 shows the delete button1242 and the user clicks the delete button1243 deletes the key1244 when a SSH key has an expiry1245 shows the details with an expiry date1246 has an expiry icon1247 by GPG Keys1248 returns a 404 not found response1249 unlicensed1250 returns 4001251Issue actions1252 promote issue to epic action1253 when user is unauthorized1254 does not show "Promote to epic" item in issue actions dropdown1255 when user is authorized1256 clicking "Promote to epic" creates and redirects user to epic1257Project1258 Custom file templates1259 allows file creation from an instance template1260 allows file creation from a group template1261User activates Jira1262 user sets and activates Jira Service1263 when Jira connection test succeeds1264 adds Jira links to "Issues" sidebar menu1265 when jira_issues_integration feature is not available1266 does not show Jira links in "Issues" sidebar menu1267Group Insights1268 behaves like Insights page1269 as a permitted user1270 with correct license1271 has correct title1272 navigation1273 by default loads the first page1274 displays correctly when navigating back to insights1275 hash fragment navigation1276 loads the correct page1277 without correct license1278 returns 4041279CodeReviewAnalytics1280 filtered search1281 renders the filtered search bar correctly1282 displays label and milestone in search hint1283 empty state1284 when a regular user is signed in1285 behaves like empty state1286 shows empty state with "New merge request" button1287 when an "Auditor" is signed in1288 when "Auditor" is a member of the project1289 behaves like empty state1290 shows empty state with "New merge request" button1291 when "Auditor" is not a member of the project1292 behaves like empty state1293 shows empty state without "New merge request" button1294 when no user is signed in1295 behaves like empty state1296 shows empty state without "New merge request" button1297Delete Epic1298 when user who is not a group member displays the epic1299 does not show the Delete button1300 when user with owner access displays the epic1301 deletes the issue and redirect to epic list1302Project show page1303 stat button existence1304 populated project1305 as a maintainer1306 "Kubernetes cluster" button linked to clusters page1307 pull mirroring information1308 for maintainer1309 displays mirrored from url1310 for guest1311 does not display mirrored from url1312Projects > Members > Member is removed from project1313 user is removed from project1314 when the user has been specifically allowed to access a protected branch1315 user leaves project1316Merge request > User selects branches for new MR1317 create a merge request for the selected branches1318 saving the MR1319 shows the saved MR1320Manually create a todo item from epic1321 creates todo when clicking button1322 marks a todo as done1323Dashboard todos1324 behaves like dashboard ultimate trial callout1325 hides promotion callout if not .com1326 .com1327 shows dismissable promotion callout if default dashboard for an owner1328 hides dismissable promotion callout if default dashboard for a non group owner1329 hides dismissable promotion callout if not default dashboard1330 hides promotion callout if a trial is active1331 hides promotion callout if user owns a paid namespace1332Burnup charts1333 licensed feature available1334 shows burnup chart, with a point per day1335 licensed feature not available1336 does not show burnup chart1337Jira issues list1338 renders "Create new issue" button1339 when jira_issues_integration licensed feature is not available1340 does not render "Create new issue" button1341 on gitlab.com1342WARNING: ignoring the provided expectation message argument ({:count=>2}) since it is not a string or a proc.1343 includes the Atlassian referrer in Jira links1344User views iteration cadences1345 shows iteration cadences with iterations when expanded1346 only shows completed iterations on Done tab1347 shows inherited cadences in subgroup1348Subscription expired notification1349 for group namespace1350 displays and dismisses alert1351Groups::ProductivityAnalytics1352 exposes valid url params in data attributes1353 when params are invalid1354 does not expose params in data attributes1355Internal Project Snippets Access1356 GET /:project_path/snippets1357DEPRECATION 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)1358 is expected to be allowed for auditor1359 GET /:project_path/snippets/new1360 is expected to be denied for auditor1361 GET /:project_path/snippets/:id1362 for an internal snippet1363 is expected to be allowed for auditor1364 for a private snippet1365 is expected to be allowed for auditor1366 GET /:project_path/snippets/:id/raw1367 for an internal snippet1368 is expected to be allowed for auditor1369 for a private snippet1370 is expected to be allowed for auditor1371Projects > Merge Requests > User edits a merge request1372 when the merge request has matching code owners1373 shows the matching code owner rules1374User views Release1375 renders the group milestone1376Issues > User edits issue1377 with multiple_issue_assignees1378 displays plural Assignees title1379Admin::Projects1380 GET /admin/projects1381 is expected to be denied for auditor1382 GET /admin/users1383 is expected to be denied for auditor1384 GET /admin/hooks1385 is expected to be denied for auditor1386Profiles > Billing1387 when CustomersDot is available1388 with a free plan1389 does not have search settings field1390Trial Sign In1391 on GitLab.com1392 logs the user in1393 not on GitLab.com1394 returns 4041395CI minutes1396 renders a dropdown with the months of available analytics13981st Try error in ./ee/spec/features/ci/ci_minutes_spec.rb:23:1399expected: 21400 got: 31401(compared using ==)1402Unexpected browser console output:1403webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1404webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1405webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1406webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1407webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1408webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1409webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1410webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1411webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1412webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1413webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1414webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1415webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1416webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1417webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1418webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1419webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1420webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1421webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1422webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1423webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1424webpack-internal:///GiFX 648:18 Object1425webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1426webpack-internal:///GiFX 648:18 Object1427webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1428webpack-internal:///GiFX 648:18 Object1429webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1430webpack-internal:///GiFX 648:18 Object1431webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1432webpack-internal:///GiFX 648:18 Object1433webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1434webpack-internal:///GiFX 648:18 Object1435webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1436webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1437webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1438webpack-internal:///GiFX 648:18 Object1439webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1440webpack-internal:///GiFX 648:18 Object1441webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1442webpack-internal:///GiFX 648:18 Object1443webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1444webpack-internal:///GiFX 648:18 Object1445webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1446webpack-internal:///GiFX 648:18 Object1447webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1448webpack-internal:///GiFX 648:18 Object1449webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1450webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1451webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1452webpack-internal:///GiFX 648:18 Object1453webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1454webpack-internal:///GiFX 648:18 Object1455webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1456webpack-internal:///GiFX 648:18 Object1457webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1458webpack-internal:///GiFX 648:18 Object1459webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1460webpack-internal:///GiFX 648:18 Object1461webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1462webpack-internal:///GiFX 648:18 Object1463webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1464webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1465webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1466webpack-internal:///GiFX 648:18 Object1467webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1468webpack-internal:///GiFX 648:18 Object1469webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1470webpack-internal:///GiFX 648:18 Object1471webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1472webpack-internal:///GiFX 648:18 Object1473webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1474webpack-internal:///GiFX 648:18 Object1475webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1476webpack-internal:///GiFX 648:18 Object1477webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1478webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1479webpack-internal:///GiFX 648:18 Object1480webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1481webpack-internal:///GiFX 648:18 Object1482webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1483webpack-internal:///GiFX 648:18 Object1484webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1485webpack-internal:///GiFX 648:18 Object1486webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1487webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1488webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1489webpack-internal:///GiFX 648:18 Object1490webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1491webpack-internal:///GiFX 648:18 Object1492webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1493webpack-internal:///GiFX 648:18 Object1494webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1495webpack-internal:///GiFX 648:18 Object1496webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1497webpack-internal:///GiFX 648:18 Object1498webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1499webpack-internal:///GiFX 648:18 Object1500webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1501webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1502webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1503webpack-internal:///GiFX 648:18 Object1504webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1505webpack-internal:///GiFX 648:18 Object1506webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1507webpack-internal:///GiFX 648:18 Object1508webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1509webpack-internal:///GiFX 648:18 Object1510webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1511webpack-internal:///GiFX 648:18 Object1512webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1513webpack-internal:///GiFX 648:18 Object1514webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1515webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1516webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1517webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1518webpack-internal:///GiFX 648:18 Object1519webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1520webpack-internal:///GiFX 648:18 Object1521webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1522webpack-internal:///GiFX 648:18 Object1523webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1524webpack-internal:///GiFX 648:18 Object1525webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1526webpack-internal:///GiFX 648:18 Object1527webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1528webpack-internal:///GiFX 648:18 Object1529webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1530webpack-internal:///GiFX 648:18 Object1531webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1532webpack-internal:///GiFX 648:18 Object1533webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1534webpack-internal:///GiFX 648:18 Object1535webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1536webpack-internal:///GiFX 648:18 Object1537webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1538webpack-internal:///GiFX 648:18 Object1539webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1540webpack-internal:///GiFX 648:18 Object1541webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1542webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1543webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1544webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1545webpack-internal:///GiFX 648:18 Object1546webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1547webpack-internal:///GiFX 648:18 Object1548webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1549webpack-internal:///GiFX 648:18 Object1550webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1551webpack-internal:///GiFX 648:18 Object1552webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1553webpack-internal:///GiFX 648:18 Object1554webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1555webpack-internal:///GiFX 648:18 Object1556webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1557webpack-internal:///GiFX 648:18 Object1558webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1559webpack-internal:///GiFX 648:18 Object1560webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1561webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1562webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1563webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1564webpack-internal:///GiFX 648:18 Object1565webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1566webpack-internal:///GiFX 648:18 Object1567webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1568webpack-internal:///GiFX 648:18 Object1569webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1570webpack-internal:///GiFX 648:18 Object1571webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1572webpack-internal:///GiFX 648:18 Object1573webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1574webpack-internal:///GiFX 648:18 Object1575webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1576webpack-internal:///GiFX 648:18 Object1577webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1578webpack-internal:///GiFX 648:18 Object1579webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1580webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1581webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1582webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1583webpack-internal:///GiFX 648:18 Object1584webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1585webpack-internal:///GiFX 648:18 Object1586webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1587webpack-internal:///GiFX 648:18 Object1588webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1589webpack-internal:///GiFX 648:18 Object1590webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1591webpack-internal:///GiFX 648:18 Object1592webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1593webpack-internal:///GiFX 648:18 Object1594webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1595webpack-internal:///GiFX 648:18 Object1596webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1597webpack-internal:///GiFX 648:18 Object1598webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1599webpack-internal:///GiFX 648:18 Object1600webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1601webpack-internal:///GiFX 648:18 Object1602webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1603webpack-internal:///GiFX 648:18 Object1604webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1605webpack-internal:///GiFX 648:18 Object1606webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1607webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1608webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1609webpack-internal:///GiFX 648:18 Object1610webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1611webpack-internal:///GiFX 648:18 Object1612webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1613webpack-internal:///GiFX 648:18 Object1614webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1615webpack-internal:///GiFX 648:18 Object1616webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1617webpack-internal:///GiFX 648:18 Object1618webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1619webpack-internal:///GiFX 648:18 Object1620webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1621webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1622webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1623webpack-internal:///GiFX 648:18 Object1624webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1625webpack-internal:///GiFX 648:18 Object1626webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1627webpack-internal:///GiFX 648:18 Object1628webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1629webpack-internal:///GiFX 648:18 Object1630webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1631webpack-internal:///GiFX 648:18 Object1632webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1633webpack-internal:///GiFX 648:18 Object1634http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Missing required prop: \"searchKey\"\n\nfound in\n\n---> \u003CDropdownHeader> at vue_shared/components/sidebar/labels_select_widget/dropdown_header.vue\n \u003CBDropdown>\n \u003CGlDropdown>\n \u003CDropdownWidget> at vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue\n \u003CBoardLabelsSelect> at ee/app/assets/javascripts/boards/components/labels_select.vue\n \u003CBoardScope> at ee/app/assets/javascripts/boards/components/board_scope.vue\n \u003CBTransporterSingle>\n \u003CBModal>\n \u003CGlModal>\n \u003CBoardForm> at ee/app/assets/javascripts/boards/components/board_form.vue\n \u003CBoardsSelector> at ee/app/assets/javascripts/boards/components/boards_selector.vue\n \u003CRoot>"1635http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Missing required prop: \"searchKey\"\n\nfound in\n\n---> \u003CDropdownHeader> at vue_shared/components/sidebar/labels_select_widget/dropdown_header.vue\n \u003CBDropdown>\n \u003CGlDropdown>\n \u003CDropdownWidget> at vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue\n \u003CBoardLabelsSelect> at ee/app/assets/javascripts/boards/components/labels_select.vue\n \u003CBoardScope> at ee/app/assets/javascripts/boards/components/board_scope.vue\n \u003CBTransporterSingle>\n \u003CBModal>\n \u003CGlModal>\n \u003CBoardForm> at ee/app/assets/javascripts/boards/components/board_form.vue\n \u003CBoardsSelector> at ee/app/assets/javascripts/boards/components/boards_selector.vue\n \u003CRoot>"1636http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Missing required prop: \"searchKey\"\n\nfound in\n\n---> \u003CDropdownHeader> at vue_shared/components/sidebar/labels_select_widget/dropdown_header.vue\n \u003CBDropdown>\n \u003CGlDropdown>\n \u003CDropdownWidget> at vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue\n \u003CBoardLabelsSelect> at ee/app/assets/javascripts/boards/components/labels_select.vue\n \u003CBoardScope> at ee/app/assets/javascripts/boards/components/board_scope.vue\n \u003CBTransporterSingle>\n \u003CBModal>\n \u003CGlModal>\n \u003CBoardForm> at ee/app/assets/javascripts/boards/components/board_form.vue\n \u003CBoardsSelector> at ee/app/assets/javascripts/boards/components/boards_selector.vue\n \u003CRoot>"1637webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1638webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1639webpack-internal:///GiFX 648:18 Object1640webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1641webpack-internal:///GiFX 648:18 Object1642webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1643webpack-internal:///GiFX 648:18 Object1644webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1645webpack-internal:///GiFX 648:18 Object1646webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1647webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1648webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1649webpack-internal:///GiFX 648:18 Object1650webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1651webpack-internal:///GiFX 648:18 Object1652webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1653webpack-internal:///GiFX 648:18 Object1654webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1655webpack-internal:///GiFX 648:18 Object1656webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1657webpack-internal:///GiFX 648:18 Object1658webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1659webpack-internal:///GiFX 648:18 Object1660http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Missing required prop: \"searchKey\"\n\nfound in\n\n---> \u003CDropdownHeader> at vue_shared/components/sidebar/labels_select_widget/dropdown_header.vue\n \u003CBDropdown>\n \u003CGlDropdown>\n \u003CDropdownWidget> at vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue\n \u003CBoardLabelsSelect> at ee/app/assets/javascripts/boards/components/labels_select.vue\n \u003CBoardScope> at ee/app/assets/javascripts/boards/components/board_scope.vue\n \u003CBTransporterSingle>\n \u003CBModal>\n \u003CGlModal>\n \u003CBoardForm> at ee/app/assets/javascripts/boards/components/board_form.vue\n \u003CBoardsSelector> at ee/app/assets/javascripts/boards/components/boards_selector.vue\n \u003CRoot>"1661http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Missing required prop: \"searchKey\"\n\nfound in\n\n---> \u003CDropdownHeader> at vue_shared/components/sidebar/labels_select_widget/dropdown_header.vue\n \u003CBDropdown>\n \u003CGlDropdown>\n \u003CDropdownWidget> at vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue\n \u003CBoardLabelsSelect> at ee/app/assets/javascripts/boards/components/labels_select.vue\n \u003CBoardScope> at ee/app/assets/javascripts/boards/components/board_scope.vue\n \u003CBTransporterSingle>\n \u003CBModal>\n \u003CGlModal>\n \u003CBoardForm> at ee/app/assets/javascripts/boards/components/board_form.vue\n \u003CBoardsSelector> at ee/app/assets/javascripts/boards/components/boards_selector.vue\n \u003CRoot>"1662http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Missing required prop: \"searchKey\"\n\nfound in\n\n---> \u003CDropdownHeader> at vue_shared/components/sidebar/labels_select_widget/dropdown_header.vue\n \u003CBDropdown>\n \u003CGlDropdown>\n \u003CDropdownWidget> at vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue\n \u003CBoardLabelsSelect> at ee/app/assets/javascripts/boards/components/labels_select.vue\n \u003CBoardScope> at ee/app/assets/javascripts/boards/components/board_scope.vue\n \u003CBTransporterSingle>\n \u003CBModal>\n \u003CGlModal>\n \u003CBoardForm> at ee/app/assets/javascripts/boards/components/board_form.vue\n \u003CBoardsSelector> at ee/app/assets/javascripts/boards/components/boards_selector.vue\n \u003CRoot>"1663webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1664webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1665webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1666webpack-internal:///GiFX 648:18 Object1667webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1668webpack-internal:///GiFX 648:18 Object1669webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1670webpack-internal:///GiFX 648:18 Object1671webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1672webpack-internal:///GiFX 648:18 Object1673webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1674webpack-internal:///GiFX 648:18 Object1675webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1676webpack-internal:///GiFX 648:18 Object1677webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1678webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1679webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1680webpack-internal:///GiFX 648:18 Object1681webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1682webpack-internal:///GiFX 648:18 Object1683webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1684webpack-internal:///GiFX 648:18 Object1685webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1686webpack-internal:///GiFX 648:18 Object1687webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1688webpack-internal:///GiFX 648:18 Object1689webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1690webpack-internal:///GiFX 648:18 Object1691webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1692webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1693webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1694webpack-internal:///GiFX 648:18 Object1695webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1696webpack-internal:///GiFX 648:18 Object1697webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1698webpack-internal:///GiFX 648:18 Object1699webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1700webpack-internal:///GiFX 648:18 Object1701webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1702webpack-internal:///GiFX 648:18 Object1703webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1704webpack-internal:///GiFX 648:18 Object1705webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1706webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1707webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1708webpack-internal:///GiFX 648:18 Object1709webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1710webpack-internal:///GiFX 648:18 Object1711webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1712webpack-internal:///GiFX 648:18 Object1713webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1714webpack-internal:///GiFX 648:18 Object1715webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1716webpack-internal:///GiFX 648:18 Object1717webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1718webpack-internal:///GiFX 648:18 Object1719webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1720webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1721webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1722webpack-internal:///GiFX 648:18 Object1723webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1724webpack-internal:///GiFX 648:18 Object1725webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1726webpack-internal:///GiFX 648:18 Object1727webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1728webpack-internal:///GiFX 648:18 Object1729webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1730webpack-internal:///GiFX 648:18 Object1731webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1732webpack-internal:///GiFX 648:18 Object1733webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1734webpack-internal:///GiFX 648:18 Object1735webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1736webpack-internal:///GiFX 648:18 Object1737webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1738webpack-internal:///GiFX 648:18 Object1739webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1740webpack-internal:///GiFX 648:18 Object1741webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1742webpack-internal:///GiFX 648:18 Object1743webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1744webpack-internal:///GiFX 648:18 Object1745webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1746webpack-internal:///GiFX 648:18 Object1747webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1748webpack-internal:///GiFX 648:18 Object1749webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1750webpack-internal:///GiFX 648:18 Object1751webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1752webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1753webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1754webpack-internal:///GiFX 648:18 Object1755webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1756webpack-internal:///GiFX 648:18 Object1757webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1758webpack-internal:///GiFX 648:18 Object1759webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1760webpack-internal:///GiFX 648:18 Object1761webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1762webpack-internal:///GiFX 648:18 Object1763webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1764webpack-internal:///GiFX 648:18 Object1765webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1766webpack-internal:///GiFX 648:18 Object1767webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1768webpack-internal:///GiFX 648:18 Object1769webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1770webpack-internal:///GiFX 648:18 Object1771webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1772webpack-internal:///GiFX 648:18 Object1773webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1774webpack-internal:///GiFX 648:18 Object1775webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1776webpack-internal:///GiFX 648:18 Object1777webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1778webpack-internal:///GiFX 648:18 Object1779webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1780webpack-internal:///GiFX 648:18 Object1781webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1782webpack-internal:///GiFX 648:18 Object1783webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1784webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1785webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1786webpack-internal:///GiFX 648:18 Object1787webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1788webpack-internal:///GiFX 648:18 Object1789webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1790webpack-internal:///GiFX 648:18 Object1791webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1792webpack-internal:///GiFX 648:18 Object1793webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1794webpack-internal:///GiFX 648:18 Object1795webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1796webpack-internal:///GiFX 648:18 Object1797webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1798webpack-internal:///GiFX 648:18 Object1799webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1800webpack-internal:///GiFX 648:18 Object1801webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1802webpack-internal:///GiFX 648:18 Object1803webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1804webpack-internal:///GiFX 648:18 Object1805webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1806webpack-internal:///GiFX 648:18 Object1807webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1808webpack-internal:///GiFX 648:18 Object1809webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1810webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1811webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1812webpack-internal:///GiFX 648:18 Object1813webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1814webpack-internal:///GiFX 648:18 Object1815webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1816webpack-internal:///GiFX 648:18 Object1817webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1818webpack-internal:///GiFX 648:18 Object1819webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1820webpack-internal:///GiFX 648:18 Object1821webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1822webpack-internal:///GiFX 648:18 Object1823webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1824webpack-internal:///GiFX 648:18 Object1825webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1826webpack-internal:///GiFX 648:18 Object1827webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1828webpack-internal:///GiFX 648:18 Object1829webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1830webpack-internal:///GiFX 648:18 Object1831webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1832webpack-internal:///GiFX 648:18 Object1833webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1834webpack-internal:///GiFX 648:18 Object1835webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1836webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1837webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1838webpack-internal:///GiFX 648:18 Object1839webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1840webpack-internal:///GiFX 648:18 Object1841webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1842webpack-internal:///GiFX 648:18 Object1843webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1844webpack-internal:///GiFX 648:18 Object1845webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1846webpack-internal:///GiFX 648:18 Object1847webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1848webpack-internal:///GiFX 648:18 Object1849webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1850webpack-internal:///GiFX 648:18 Object1851webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1852webpack-internal:///GiFX 648:18 Object1853webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1854webpack-internal:///GiFX 648:18 Object1855webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1856webpack-internal:///GiFX 648:18 Object1857webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1858webpack-internal:///GiFX 648:18 Object1859webpack-internal:///GiFX 644:16 "GraphQL execution errors for query 'boardList'"1860webpack-internal:///GiFX 648:18 Object1861webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1862http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1863http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1864http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1865http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1866http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1867http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1868http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1869http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1870http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1871http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1872http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1873http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1874http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1875http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1876http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1877http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1878http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1879http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1880http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1881http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1882http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1883http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1884http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1885http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1886http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1887http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1888http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1889http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1890http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1891http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1892http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1893http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1894http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1895http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1896http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1897http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1898http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1899http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1900http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1901http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1902http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1903http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1904http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1905http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1906http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1907http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1908http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1909http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1910http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1911http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Invalid prop: type check failed for prop \"currentUserEmail\". Expected String with value \"undefined\", got Undefined \n\nfound in\n\n---> \u003CRequirementsRoot> at ee/app/assets/javascripts/requirements/components/requirements_root.vue\n \u003CRoot>"1912http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Invalid prop: type check failed for prop \"email\". Expected String with value \"undefined\", got Undefined \n\nfound in\n\n---> \u003CExportRequirementsModal> at ee/app/assets/javascripts/requirements/components/export_requirements_modal.vue\n \u003CRequirementsRoot> at ee/app/assets/javascripts/requirements/components/requirements_root.vue\n \u003CRoot>"1913http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Invalid prop: type check failed for prop \"email\". Expected String with value \"undefined\", got Undefined \n\nfound in\n\n---> \u003CExportRequirementsModal> at ee/app/assets/javascripts/requirements/components/export_requirements_modal.vue\n \u003CRequirementsRoot> at ee/app/assets/javascripts/requirements/components/requirements_root.vue\n \u003CRoot>"1914http://127.0.0.1:39537/admin/license/sync_seat_link - Failed to load resource: the server responded with a status of 422 (Unprocessable Entity)1915webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1916http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Invalid prop: type check failed for prop \"textareaValue\". Expected String with value \"null\", got Null \n\nfound in\n\n---> \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CIssuableBody> at issues/show/components/app.vue\n \u003CEpicBody> at ee/app/assets/javascripts/epic/components/epic_body.vue\n \u003CEpicApp> at ee/app/assets/javascripts/epic/components/epic_app.vue\n \u003CRoot>"1917webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1918webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1919webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1920webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1921webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1922webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1923webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1924webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1925webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1926webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1927webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1928webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1929webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1930webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1931webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1932webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1933http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1934http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1935http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1936http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1937http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1938http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1939http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1940http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1941http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1942http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1943http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1944http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1945http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1946http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1947http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1948webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1949webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1950webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1951webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1952webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1953http://127.0.0.1:39537/-/trials/apply - Failed to load resource: the server responded with a status of 404 (Not Found)1954webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1955webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1956webpack-internal:///Mi8i 29:26 Uncaught TypeError: Cannot read property '$el' of undefined1957webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1958webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1959webpack-internal:///Mi8i 29:26 Uncaught TypeError: Cannot read property '$el' of undefined1960webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1961webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1962webpack-internal:///Mi8i 29:26 Uncaught TypeError: Cannot read property '$el' of undefined1963security - Refused to frame '' because it violates the following Content Security Policy directive: "frame-src 'self' https://www.google.com/recaptcha/ https://www.recaptcha.net/ https://content.googleapis.com https://content-compute.googleapis.com https://content-cloudbilling.googleapis.com https://content-cloudresourcemanager.googleapis.com".1964webpack-internal:///zpXI 531:29 Uncaught DOMException: Failed to execute 'postMessage' on 'Window': Inval…hodndflmmgagdbamhnfd' in a call to 'postMessage'.1965webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1966webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1967webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1968http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Invalid prop: type check failed for prop \"textareaValue\". Expected String with value \"null\", got Null \n\nfound in\n\n---> \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CDescriptionField> at issues/show/components/fields/description.vue\n \u003CFormComponent> at issues/show/components/form.vue\n \u003CIssuableBody> at issues/show/components/app.vue\n \u003CEpicBody> at ee/app/assets/javascripts/epic/components/epic_body.vue\n \u003CEpicApp> at ee/app/assets/javascripts/epic/components/epic_app.vue\n \u003CRoot>"1969http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be able to accurately map fragments. To make this error go away, use the `IntrospectionFragmentMatcher` as described in the docs: https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher"1970http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 319536:31 "WARNING: heuristic fragment matching going on!"1971http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Error in beforeCreate hook: \"TypeError: Cannot read property 'headerLevel' of undefined\"\n\nfound in\n\n---> \u003CGlAccordion>\n \u003CApp> at ee/app/assets/javascripts/approvals/components/mr_edit/app.vue\n \u003CRoot>"1972http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 323508:12 TypeError: Cannot read property 'headerLevel' of undefined1973 at VueComponent.proxyGetter [as headerLevel] (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:326244:27)1974 at VueComponent.provide (webpack-internal:///UKdF:14:32)1975 at VueComponent.mergedDataFn (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:322842:51)1976 at VueComponent.initProvider (webpack-internal:///GiFX:1867:76)1977 at VueComponent.beforeCreate (webpack-internal:///GiFX:2002:20)1978 at invokeWithErrorHandling (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:323475:57)1979 at callHook (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:325835:7)1980 at VueComponent.Vue._init (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:326616:5)1981 at new VueComponent (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:326766:12)1982 at createComponentInstanceForVnode (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:324902:10)1983webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1984webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1985webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1986webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1987http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 322241:14 "[Vue warn]: Error in beforeCreate hook: \"TypeError: Cannot read property 'headerLevel' of undefined\"\n\nfound in\n\n---> \u003CGlAccordion>\n \u003CApp> at ee/app/assets/javascripts/approvals/components/mr_edit/app.vue\n \u003CRoot>"1988http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js 323508:12 TypeError: Cannot read property 'headerLevel' of undefined1989 at VueComponent.proxyGetter [as headerLevel] (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:326244:27)1990 at VueComponent.provide (webpack-internal:///UKdF:14:32)1991 at VueComponent.mergedDataFn (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:322842:51)1992 at VueComponent.initProvider (webpack-internal:///GiFX:1867:76)1993 at VueComponent.beforeCreate (webpack-internal:///GiFX:2002:20)1994 at invokeWithErrorHandling (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:323475:57)1995 at callHook (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:325835:7)1996 at VueComponent.Vue._init (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:326616:5)1997 at new VueComponent (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:326766:12)1998 at createComponentInstanceForVnode (http://127.0.0.1:39537/assets/webpack/dll.cf68d96bc90e/vendor.dll.bundle.js:324902:10)1999http://127.0.0.1:39537/namespace69/project78/-/merge_requests/1/edit - Blocked attempt to show a 'beforeunload' confirmation panel for a frame that never had a user gesture since its load. https://www.chromestatus.com/feature/50823967098798082001RSpec::Retry: 2nd try ./ee/spec/features/ci/ci_minutes_spec.rb:232002Knapsack report was generated. Preview:2003{2004 "ee/spec/features/groups/wikis_spec.rb": 318.90412907300015,2005 "ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb": 118.32199728399974,2006 "ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb": 182.20273452699985,2007 "ee/spec/features/issues/related_issues_spec.rb": 61.10037475399986,2008 "ee/spec/features/epic_boards/epic_boards_spec.rb": 74.81222847999925,2009 "ee/spec/features/epics/epics_list_spec.rb": 60.75941155200053,2010 "ee/spec/features/projects/requirements_management/requirements_list_spec.rb": 54.05165746700004,2011 "ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb": 55.82455172099981,2012 "ee/spec/features/epics/gfm_autocomplete_spec.rb": 49.06508762499834,2013 "ee/spec/features/security/project/public_access_spec.rb": 29.67686950300049,2014 "ee/spec/features/security/project/internal_access_spec.rb": 28.048449385998538,2015 "ee/spec/features/security/project/private_access_spec.rb": 25.636283952999293,2016 "ee/spec/features/groups/iterations/user_views_iteration_spec.rb": 25.60611285699997,2017 "ee/spec/features/projects/path_locks_spec.rb": 27.67944323899974,2018 "ee/spec/features/projects/settings/protected_environments_spec.rb": 24.5981238330005,2019 "ee/spec/features/groups/iterations/user_edits_iteration_spec.rb": 17.581053562000307,2020 "ee/spec/features/merge_requests/user_filters_by_approvers_spec.rb": 22.949815820000367,2021 "ee/spec/features/trials/select_namespace_spec.rb": 17.0832885230011,2022 "ee/spec/features/groups/saml_enforcement_spec.rb": 13.39835725300145,2023 "ee/spec/features/boards/board_filters_spec.rb": 15.02373605899993,2024 "ee/spec/features/users/login_spec.rb": 12.143540360999395,2025 "ee/spec/features/issues/gfm_autocomplete_ee_spec.rb": 17.521101691001604,2026 "ee/spec/features/security/group/internal_access_spec.rb": 8.171054123999056,2027 "ee/spec/features/groups/groups_security_credentials_spec.rb": 8.961344972000006,2028 "ee/spec/features/issues/issue_actions_spec.rb": 12.087134740000693,2029 "ee/spec/features/projects/user_applies_custom_file_template_spec.rb": 12.162185338998825,2030 "ee/spec/features/projects/integrations/user_activates_jira_spec.rb": 11.99782123300065,2031 "ee/spec/features/groups/insights_spec.rb": 9.106133871000566,2032 "ee/spec/features/analytics/code_analytics_spec.rb": 8.466096952000953,2033 "ee/spec/features/epics/delete_epic_spec.rb": 8.22465597700102,2034 "ee/spec/features/projects/show_project_spec.rb": 5.801250469001388,2035 "ee/spec/features/projects/members/member_is_removed_from_project_spec.rb": 7.655340166000315,2036 "ee/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb": 7.2350197860014305,2037 "ee/spec/features/epics/todo_spec.rb": 6.532323866000297,2038 "ee/spec/features/dashboards/todos_spec.rb": 4.8994467459997395,2039 "ee/spec/features/burnup_charts_spec.rb": 5.3815743289997044,2040 "ee/spec/features/integrations/jira/jira_issues_list_spec.rb": 4.478422345999206,2041 "ee/spec/features/groups/iterations/user_views_iteration_cadence_spec.rb": 5.927329821999592,2042 "ee/spec/features/admin/groups/admin_subscription_alerts_spec.rb": 5.589207118999184,2043 "ee/spec/features/groups/analytics/productivity_analytics_spec.rb": 3.239059632000135,2044 "ee/spec/features/security/project/snippet/internal_access_spec.rb": 3.376454721999835,2045 "ee/spec/features/projects/merge_requests/user_edits_merge_request_spec.rb": 4.327262188000532,2046 "ee/spec/features/projects/releases/user_views_release_spec.rb": 3.090380052999535,2047 "ee/spec/features/issues/user_edits_issue_spec.rb": 2.4775699799993163,2048 "ee/spec/features/security/admin_access_spec.rb": 0.6608672869988368,2049 "ee/spec/features/profiles/billing_spec.rb": 1.3411733400007506,2050 "ee/spec/features/trial_registrations/signin_spec.rb": 0.8557374690008146,2051 "ee/spec/features/ci/ci_minutes_spec.rb": 3.929245473998892052}2053Knapsack global time execution for tests: 23m 27s2054Finished in 23 minutes 30 seconds (files took 39.97 seconds to load)2055570 examples, 0 failures2056Failed to write to log, write log/workhorse-test.log: file already closed2057Tue Dec 14 01:52:13 UTC 20212059Not uploading cache ruby-gems-v1-9 due to policy2060Not uploading cache gitaly-ruby-gems-v1-9 due to policy2062Uploading artifacts...2063coverage/: found 5 matching files and directories 2064crystalball/: found 2 matching files and directories 2065deprecations/: found 11 matching files and directories 2066knapsack/: found 3 matching files and directories 2067rspec_flaky/: found 5 matching files and directories 2068rspec_profiling/: found 1 matching files and directories 2069tmp/capybara/: found 5 matching files and directories 2070tmp/memory_test/: found 2 matching files and directories 2071log/*.log: found 16 matching files and directories 2072Uploading artifacts as "archive" to coordinator... ok id=1880798133 responseStatus=201 Created token=8b5X49oK2073Uploading artifacts...2074junit_rspec.xml: found 1 matching files and directories 2075Uploading artifacts as "junit" to coordinator... ok id=1880798133 responseStatus=201 Created token=8b5X49oK2077Job succeeded