rspec-ee system pg12 2/6
Passed Started
by
@mkozono
Michael Kozono
1Running with gitlab-runner 14.10.0~beta.50.g1f2fe53e (1f2fe53e)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:19789c9e83692f61ca3314294926bb26b68068f08aab1bd207915dcbd1a629c7 for postgres:12 with digest postgres@sha256:f2765d6a2a6459578274645b4d801345060322da2ba855af3d84878be28fe923 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:131bc9ee328cff6485bae97a15d5867539c2902681d2bb30ab20117132936344 for redis:6.0-alpine with digest redis@sha256:54cd3000b43117c720f7d1ae77692b798ad8b4d54e304dbd8e49e799e77494a1 ...13Starting service elasticsearch:7.17.0 ...14Pulling docker image elasticsearch:7.17.0 ...15Using docker image sha256:6fe993d6e7ed5e00a18f9b146d867b77559bf9948e6596bbf880ddbefeec46f7 for elasticsearch:7.17.0 with digest elasticsearch@sha256:332c6d416808f6e9a2cbcbe0170d9a9bb14bfe772180d37de5084c223dd8948b ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:f5ccee577b270c6a832d9828384f62b437fcd3314314b5a98a5ab1cd248c3455 for registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:7291ca4981a34fb65e8293b932eab1b4a4949bffa86bf4427b9f12c73f3483b7 ...21Running on runner-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1651149486-7f33dae4...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: 100897, done. 28remote: Counting objects: 100% (100897/100897), done. 29remote: Compressing objects: 100% (72244/72244), done. 30remote: Total 100897 (delta 37991), reused 66741 (delta 24985), pack-reused 0 31Receiving objects: 100% (100897/100897), 103.82 MiB | 16.41 MiB/s, done.32Resolving deltas: 100% (37991/37991), done.34 * [new ref] refs/pipelines/527209691 -> refs/pipelines/52720969135Checking out 5267a595 as refs/merge-requests/86026/merge...36Skipping Git submodules setup38Checking cache for ruby-gems-bullseye-9-non_protected...39WARNING: file does not exist 40Failed to extract cache41Checking cache for gitaly-ruby-gems-bullseye-9-non_protected...42WARNING: file does not exist 43Failed to extract cache45Downloading artifacts for compile-test-assets (2391235084)...46Downloading artifacts from coordinator... ok id=2391235084 responseStatus=200 OK token=L9MhdVsA47Downloading artifacts for detect-tests (2391235095)...48Downloading artifacts from coordinator... ok id=2391235095 responseStatus=200 OK token=JNCgGSBc49Downloading artifacts for retrieve-tests-metadata (2391235100)...50Downloading artifacts from coordinator... ok id=2391235100 responseStatus=200 OK token=hZHaJ1t651Downloading artifacts for setup-test-env (2391235090)...52Downloading artifacts from coordinator... ok id=2391235090 responseStatus=200 OK token=99nHhGhQ54Using docker image sha256:f5ccee577b270c6a832d9828384f62b437fcd3314314b5a98a5ab1cd248c3455 for registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:7291ca4981a34fb65e8293b932eab1b4a4949bffa86bf4427b9f12c73f3483b7 ...55$ echo $FOSS_ONLY56$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb57$ export GOPATH=$CI_PROJECT_DIR/.go58$ mkdir -p $GOPATH59$ source scripts/utils.sh60$ source scripts/prepare_build.sh61Successfully installed bundler-2.3.6621 gem installed63Bundler version 2.3.664production:development65Settings are listed in order of priority. The top value will be used.66clean67Set for the current user (/root/.bundle/config): true68install_flags69Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"70path71Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"72without73Set via BUNDLE_WITHOUT: [:production, :development]74$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check75Don't run Bundler as root. Bundler can ask for sudo if it is needed, and76installing your bundle as root will break this application for all non-root77users on this machine.78The Gemfile's dependencies are satisfied79==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 593 seconds.80$ bundle pristine pg81Installing pg 1.2.3 with native extensions82==> 'bundle pristine pg' succeeded in 12 seconds.83Using decomposed database config (config/database.yml.decomposed-postgresql)84$ setup_db_user_only85CREATE ROLE86GRANT87==> 'setup_db_user_only' succeeded in 0 seconds.88$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee89DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:HasVariable> at app/models/concerns/ci/has_variable.rb:22)90DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:NewHasVariable> at app/models/concerns/ci/new_has_variable.rb:9)91DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from <class:Kubernetes> at app/models/clusters/platforms/kubernetes.rb:29)92DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from <class:Kubernetes> at app/models/clusters/platforms/kubernetes.rb:34)93DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:HasVariable> at app/models/concerns/ci/has_variable.rb:22)94DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)95DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)96DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:HasVariable> at app/models/concerns/ci/has_variable.rb:22)97DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)98DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)99DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)100DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)101DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:HasVariable> at app/models/concerns/ci/has_variable.rb:22)102DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from <class:Integration> at app/models/integration.rb:52)103DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from <class:Helm> at app/models/clusters/applications/helm.rb:12)104DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from <class:Prometheus> at app/models/clusters/applications/prometheus.rb:23)105DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)106DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)107DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)108DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from connected? at ee/lib/gitlab/geo.rb:79)109Dropped database 'gitlabhq_test'110Dropped database 'gitlabhq_test_ci'111Dropped database 'gitlabhq_geo_test'112Created database 'gitlabhq_test'113Created database 'gitlabhq_test_ci'114Created database 'gitlabhq_geo_test'115DEPRECATION 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)116Dropped database 'gitlabhq_geo_test'117Created database 'gitlabhq_geo_test'118==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 46 seconds.119$ run_timed_command "gem install knapsack --no-document"120$ gem install knapsack --no-document121Successfully installed knapsack-4.0.01221 gem installed123==> 'gem install knapsack --no-document' succeeded in 1 seconds.124$ run_timed_command "scripts/gitaly-test-spawn"125$ scripts/gitaly-test-spawn126find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory127find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory128find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory129Don't run Bundler as root. Bundler can ask for sudo if it is needed, and130installing your bundle as root will break this application for all non-root131users on this machine.132Fetching gem metadata from https://rubygems.org/...........133Fetching minitest 5.15.0134Fetching concurrent-ruby 1.1.10135Fetching abstract_type 0.0.7136Installing abstract_type 0.0.7137Installing minitest 5.15.0138Fetching zeitwerk 2.5.4139Installing concurrent-ruby 1.1.10140Installing zeitwerk 2.5.4141Fetching builder 3.2.4142Fetching erubi 1.10.0143Installing builder 3.2.4144Installing erubi 1.10.0145Fetching mini_portile2 2.8.0146Fetching racc 1.6.0147Installing mini_portile2 2.8.0148Fetching crass 1.0.6149Installing racc 1.6.0 with native extensions150Fetching rack 2.2.3151Installing crass 1.0.6152Fetching ice_nine 0.11.2153Installing rack 2.2.3154Installing ice_nine 0.11.2155Fetching public_suffix 4.0.6156Fetching thread_safe 0.3.6157Installing public_suffix 4.0.6158Installing thread_safe 0.3.6159Fetching ast 2.4.2160Fetching binding_ninja 0.2.3161Installing ast 2.4.2162Using bundler 2.1.4163Fetching charlock_holmes 0.7.7164Installing binding_ninja 0.2.3 with native extensions165Installing charlock_holmes 0.7.7 with native extensions166Fetching coderay 1.1.2167Installing coderay 1.1.2168Fetching equalizer 0.0.11169Installing equalizer 0.0.11170Fetching diff-lcs 1.3171Installing diff-lcs 1.3172Fetching dotenv 2.7.6173Installing dotenv 2.7.6174Fetching escape_utils 1.2.1175Fetching multipart-post 2.1.1176Installing multipart-post 2.1.1177Installing escape_utils 1.2.1 with native extensions178Fetching ffi 1.15.3179Installing ffi 1.15.3 with native extensions180Fetching json 2.6.1181Installing json 2.6.1 with native extensions182Fetching mini_mime 1.0.2183Installing mini_mime 1.0.2184Fetching rugged 1.2.0185Installing rugged 1.2.0 with native extensions186Fetching github-markup 1.7.0187Installing github-markup 1.7.0188Fetching mime-types-data 3.2020.1104189Installing mime-types-data 3.2020.1104190Fetching rouge 3.27.0191Installing rouge 3.27.0192Fetching stringex 2.8.5193Installing stringex 2.8.5194Fetching google-protobuf 3.19.1 (x86_64-linux)195Installing google-protobuf 3.19.1 (x86_64-linux)196Fetching opentracing 0.5.0197Installing opentracing 0.5.0198Fetching thrift 0.15.0199Installing thrift 0.15.0 with native extensions200Fetching redis 4.4.0201Installing redis 4.4.0202Fetching rubyzip 2.3.2203Installing rubyzip 2.3.2204Fetching thor 1.1.0205Installing thor 1.1.0206Fetching tomlrb 2.0.1207Installing tomlrb 2.0.1208Fetching with_env 1.1.0209Installing with_env 1.1.0210Fetching rexml 3.2.5211Installing rexml 3.2.5212Fetching gitlab-markup 1.7.1213Installing gitlab-markup 1.7.1214Fetching grpc-tools 1.42.0215Installing grpc-tools 1.42.0216Fetching method_source 0.9.2217Installing method_source 0.9.2218Fetching msgpack 1.3.3219Installing msgpack 1.3.3 with native extensions220Fetching optimist 3.0.1221Installing optimist 3.0.1222Fetching parallel 1.19.2223Installing parallel 1.19.2224Fetching procto 0.0.3225Installing procto 0.0.3226Fetching rainbow 3.0.0227Installing rainbow 3.0.0228Fetching rdoc 6.3.2229Installing rdoc 6.3.2230Fetching regexp_parser 1.8.1231Installing regexp_parser 1.8.1232Fetching rspec-support 3.8.0233Installing rspec-support 3.8.0234Fetching ruby-progressbar 1.10.1235Installing ruby-progressbar 1.10.1236Fetching unicode-display_width 1.7.0237Installing unicode-display_width 1.7.0238Fetching timecop 0.9.1239Installing timecop 0.9.1240Fetching i18n 1.10.0241Installing i18n 1.10.0242Fetching tzinfo 2.0.4243Installing tzinfo 2.0.4244Fetching rack-test 1.1.0245Installing rack-test 1.1.0246Fetching addressable 2.7.0247Installing addressable 2.7.0248Fetching memoizable 0.4.2249Installing memoizable 0.4.2250Fetching parser 3.0.3.2251Fetching nokogiri 1.13.3 (x86_64-linux)252Installing parser 3.0.3.2253Installing nokogiri 1.13.3 (x86_64-linux)254Fetching faraday 1.0.1255Installing faraday 1.0.1256Fetching mime-types 3.3.1257Installing mime-types 3.3.1258Fetching googleapis-common-protos-types 1.3.0259Installing googleapis-common-protos-types 1.3.0260Fetching pg_query 2.1.1261Fetching github-linguist 7.12.1262Installing pg_query 2.1.1 with native extensions263Installing github-linguist 7.12.1 with native extensions264Fetching xml-simple 1.1.9265Installing xml-simple 1.1.9266Fetching pry 0.12.2267Installing pry 0.12.2268Fetching jaeger-client 1.1.0269Installing jaeger-client 1.1.0270Fetching rspec-core 3.8.0271Installing rspec-core 3.8.0272Fetching rspec-expectations 3.8.3273Installing rspec-expectations 3.8.3274Fetching rspec-mocks 3.8.0275Installing rspec-mocks 3.8.0276Fetching activesupport 6.1.4.7277Installing activesupport 6.1.4.7278Fetching gemojione 3.3.0279Installing gemojione 3.3.0280Fetching adamantium 0.2.0281Installing adamantium 0.2.0282Fetching rubocop-ast 0.2.0283Installing rubocop-ast 0.2.0284Fetching sawyer 0.8.2285Installing sawyer 0.8.2286Fetching sentry-raven 3.0.4287Installing sentry-raven 3.0.4288Fetching gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1289Installing gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1290Fetching grpc 1.42.0 (x86_64-linux)291Installing grpc 1.42.0 (x86_64-linux)292Fetching loofah 2.16.0293Installing loofah 2.16.0294Fetching sanitize 6.0.0295Installing sanitize 6.0.0296Fetching reverse_markdown 1.4.0297Installing reverse_markdown 1.4.0298Fetching rbtrace 0.4.14299Installing rbtrace 0.4.14 with native extensions300Fetching gitlab-license_finder 6.14.2.1301Installing gitlab-license_finder 6.14.2.1302Fetching rspec 3.8.0303Installing rspec 3.8.0304Fetching rails-dom-testing 2.0.3305Installing rails-dom-testing 2.0.3306Fetching factory_bot 5.0.2307Installing factory_bot 5.0.2308Fetching concord 0.1.5309Installing concord 0.1.5310Fetching rubocop 0.86.0311Installing rubocop 0.86.0312Fetching octokit 4.20.0313Installing octokit 4.20.0314Fetching rails-html-sanitizer 1.4.2315Installing rails-html-sanitizer 1.4.2316Fetching unparser 0.4.7317Fetching gitlab-gollum-lib 4.2.7.10.gitlab.2318Installing unparser 0.4.7319Installing gitlab-gollum-lib 4.2.7.10.gitlab.2320Fetching licensee 9.14.1321Fetching actionview 6.1.4.7322Installing licensee 9.14.1323Installing actionview 6.1.4.7324Fetching proc_to_ast 0.1.0325Installing proc_to_ast 0.1.0326Fetching actionpack 6.1.4.7327Fetching rspec-parameterized 0.4.2328Installing rspec-parameterized 0.4.2329Installing actionpack 6.1.4.7330Fetching gitlab-labkit 0.21.2331Installing gitlab-labkit 0.21.2332Bundle complete! 22 Gemfile dependencies, 100 gems now installed.333Gems in the groups production and development were not installed.334Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`335Post-install message from rubyzip:336RubyZip 3.0 is coming!337**********************338The public API of some Rubyzip classes has been modernized to use named339parameters for optional arguments. Please check your usage of the340following classes:341 * `Zip::File`342 * `Zip::Entry`343 * `Zip::InputStream`344 * `Zip::OutputStream`345Please ensure that your Gemfiles and .gemspecs are suitably restrictive346to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).347See https://github.com/rubyzip/rubyzip for details. The Changelog also348lists other enhancements and bugfixes that have been implemented since349version 2.3.0.350Checking gitaly-ruby Gemfile...351Checking gitaly-ruby bundle...352The Gemfile's dependencies are satisfied353Trying to connect to gitaly: ........................................................ OK354Trying to connect to gitaly2: ............................................................................... OK355Trying to connect to praefect: .......... OK356==> 'scripts/gitaly-test-spawn' succeeded in 168 seconds.357$ source ./scripts/rspec_helpers.sh358$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"359SKIP_FLAKY_TESTS_AUTOMATICALLY: true360RETRY_FAILED_TESTS_IN_NEW_PROCESS: true361KNAPSACK_GENERATE_REPORT: true362FLAKY_RSPEC_GENERATE_REPORT: true363KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{features}{,/**/}*_spec.rb364KNAPSACK_LOG_LEVEL: debug365KNAPSACK_REPORT_PATH: knapsack/rspec-ee_system_pg12_2_6_report.json366FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json367FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_system_pg12_2_6_report.json368NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_system_pg12_2_6_report.json369SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_system_pg12_2_6_report.txt370RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_system_pg12_2_6_report.txt371CRYSTALBALL: 372Knapsack report generator started!373DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from connected? at ee/lib/gitlab/geo.rb:79)374DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from block in <module:HasVariable> at app/models/concerns/ci/has_variable.rb:22)375DEPRECATION WARNING: Database connection should not be called during initializers. Read more at https://docs.gitlab.com/ee/development/rails_initializers.html#database-connections-in-initializers (called from exists? at lib/gitlab/database/reflection.rb:94)376Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}377==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.076198048 seconds...378Test environment set up in 0.783326439 seconds379Group wikis380Starting the Capybara driver server...381 behaves like User creates wiki page382 when wiki is empty383Capybara starting Puma...384* Version 5.6.2 , codename: Birdie's Version385* Min threads: 0, max threads: 4386* Listening on unix:///tmp/20220428-43648-xrcqto387 shows all available formats in the dropdown388 disables the submit button389 makes sure links to unknown pages work correctly390 shows non-escaped link in the pages list391 has `Create home` as a commit message392 creates a page from the home page393 creates ASCII wiki with LaTeX blocks394 creates a wiki page with Org markup395 behaves like wiki file attachments396 uploading attachments397 before uploading398 shows "Attach a file" button399 uploading is in progress400 cancels uploading on clicking to "Cancel" button401 shows "Attaching a file" message on uploading 1 file402 uploading is complete403 shows "Attach a file" button on uploading complete404 the markdown link is added to the page405 the links point to the wiki root url406 the file has been added to the wiki repository407 when wiki is not empty408 shows the emoji autocompletion dropdown409 via the `new wiki page` page410 creates a page with a single word411 creates a page with spaces in the name412 creates a page with hyphens in the name413 behaves like User deletes wiki page414 when user is the owner or maintainer415 behaves like deletes a wiki page416 deletes a page417 when user is a developer418 behaves like deletes a wiki page419 deletes a page420 behaves like User previews wiki changes421 when rendering a new wiki page422 behaves like relative links423 when there are no spaces or hyphens in the page name424 behaves like rewrites relative links425 is expected to have visible link "relative link 3" with href "/groups/group22/-/wikis/a/b/c/e/f/relative"426 when there are spaces in the page name427 behaves like rewrites relative links428 is expected to have visible link "relative link 3" with href "/groups/group23/-/wikis/a-page/b-page/c-page/e/f/relative"429 when there are hyphens in the page name430 behaves like rewrites relative links431 is expected to have visible link "relative link 3" with href "/groups/group24/-/wikis/a-page/b-page/c-page/e/f/relative"432 when previewing an existing wiki page433 renders content with CommonMark434 does not linkify double brackets inside code blocks as expected435 behaves like relative links436 when there are no spaces or hyphens in the page name437 behaves like rewrites relative links438 is expected to have visible link "relative link 3" with href "/groups/group27/-/wikis/a/b/c/e/f/relative"439 when there are spaces in the page name440 behaves like rewrites relative links441 is expected to have visible link "relative link 3" with href "/groups/group28/-/wikis/a-page/b-page/c-page/e/f/relative"442 when there are hyphens in the page name443 behaves like rewrites relative links444 is expected to have visible link "relative link 3" with href "/groups/group29/-/wikis/a-page/b-page/c-page/e/f/relative"445 behaves like User updates wiki page446 when wiki is empty447 redirects back to the home edit page448 updates a page that has a path449 behaves like wiki file attachments450 uploading attachments451 before uploading452 shows "Attach a file" button453 uploading is in progress454 cancels uploading on clicking to "Cancel" button455 shows "Attaching a file" message on uploading 1 file456 uploading is complete457 shows "Attach a file" button on uploading complete458 the markdown link is added to the page459 the links point to the wiki root url460 the file has been added to the wiki repository461 when wiki is not empty462 updates a page463 updates the commit message as the title is changed464 correctly escapes the commit message entities465 disables the submit button466 shows the emoji autocompletion dropdown467 updates a page468 focuses on the content field469 cancels editing of a page470 behaves like wiki file attachments471 uploading attachments472 before uploading473 shows "Attach a file" button474 uploading is in progress475 cancels uploading on clicking to "Cancel" button476 shows "Attaching a file" message on uploading 1 file477 uploading is complete478 shows "Attach a file" button on uploading complete479 the markdown link is added to the page480 the links point to the wiki root url481 the file has been added to the wiki repository482 when multiple people edit the page at the same time483 preserves user changes in the wiki editor484 when using the content editor485 with feature flag on486 behaves like edits content using the content editor487 formatting bubble menu488 shows a formatting bubble menu for a regular paragraph489 does not show a formatting bubble menu for code490 code block bubble menu491Skipping ./ee/spec/features/groups/wikis_spec.rb[1:4:2:11:1:1:2:1] 'Group wikis behaves like User updates wiki page when wiki is not empty when using the content editor with feature flag on behaves like edits content using the content editor code block bubble menu shows a code block bubble menu for a code block' because it's flaky.492 shows a code block bubble menu for a code block (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)493Skipping ./ee/spec/features/groups/wikis_spec.rb[1:4:2:11:1:1:2:2] 'Group wikis behaves like User updates wiki page when wiki is not empty when using the content editor with feature flag on behaves like edits content using the content editor code block bubble menu sets code block type to "javascript" for `js`' because it's flaky.494 sets code block type to "javascript" for `js` (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)495 sets code block type to "Custom (nomnoml)" for `nomnoml`496 when the page is in a subdir497 moves the page to the root folder498 moves the page to other dir499 remains in the same place if title has not changed500 can be moved to a different dir with a different name501 can be renamed and moved to the root folder502 squishes the title before creating the page503 behaves like wiki file attachments504 uploading attachments505 before uploading506 shows "Attach a file" button507 uploading is in progress508 cancels uploading on clicking to "Cancel" button509 shows "Attaching a file" message on uploading 1 file510 uploading is complete511 shows "Attach a file" button on uploading complete512 the markdown link is added to the page513 the links point to the wiki root url514 the file has been added to the wiki repository515 when an existing page exceeds the content size limit516 allows changing the title if the content does not change517 shows a validation error when trying to change the content518 behaves like User uses wiki shortcuts519 visit edit wiki page using "e" keyboard shortcut520 behaves like User views AsciiDoc page with includes521 when the file being included exists522 includes the file contents523 when there are multiple versions of the wiki pages524 viewing the latest version525 includes the latest content526 viewing the original version527 includes the content from the original version528 when the file being included does not exist529 outputs an error530 behaves like User views a wiki page531 opens a default wiki page532 when wiki is empty533 shows the history of a page that has a path534 shows an old version of a page535 when a page does not have history536 shows all the pages537 shows the creation page if file does not exist538 shows a file stored in a page539 is expected to have current path /wikis\/uploads\/3524555a948553c7a3101b4d57d6acb0\/dk.png/540 when a page has history541 shows the page history542 does not show the "Edit" button543 show the diff544 links to the correct diffs545 between the current and the previous version of a page546 between two old versions of a page547 for the oldest version of a page548 when a page has special characters in its title549 preserves the special characters550 when a page has XSS in its title or content551 safely displays the page552 when a page has XSS in its message553 safely displays the message554 when page has invalid content encoding555 does not show "Edit" button556 shows error557 behaves like User views wiki pages558 ordered by title559 asc560 pages are displayed in direct order561 desc562 pages are displayed in reversed order563 ordered by created_at564 asc565 pages are displayed in direct order566 desc567 pages are displayed in reversed order568 behaves like User views wiki sidebar569 when there are some existing pages570 when there is no custom sidebar571 renders a default sidebar572 can create a custom sidebar573 when there is a custom sidebar574 renders the custom sidebar instead of the default one575 can edit the custom sidebar576 when there are 15 existing pages577 shows all pages in the sidebar578 when there are more than 15 existing pages579 shows the first 15 pages in the sidebar580 behaves like User views Git access wiki page581 shows the correct clone URLs582Global elastic search583 I do not overload the database584 searching issues585 behaves like an efficient database result586 avoids N+1 database queries587 behaves like advanced search timeouts588 when search times out589 renders timeout information590 sets tab count to 0591 searching projects592 behaves like an efficient database result593 avoids N+1 database queries594 behaves like advanced search timeouts595 when search times out596 renders timeout information597 sets tab count to 0598 searching merge requests599 behaves like an efficient database result600 avoids N+1 database queries601 behaves like advanced search timeouts602 when search times out603 renders timeout information604 sets tab count to 0605 searching milestones606 behaves like an efficient database result607 avoids N+1 database queries608 searching code609 avoids N+1 database queries610 behaves like advanced search timeouts611 when search times out612 renders timeout information613 sets tab count to 0614 searching commits615 avoids N+1 database queries616 behaves like advanced search timeouts617 when search times out618 renders timeout information619 sets tab count to 0620 I search through the issues and I see pagination621 has a pagination622 I search through the notes and I see pagination623 has a pagination624 I search through the blobs625 finds files626 ignores nonexistent projects from stale index627 I search through the wiki blobs628 finds wiki pages629 I search through the commits630 finds commits631 shows proper page 2 results632 I search globally633 displays result counts for all categories634Global elastic search redactions635 when block_anonymous_global_searches is disabled636 behaves like a redacted search results page637 behaves like redacted search results page assertions638 when logged in639 redacts private features the user does not have access to640 when issues are public641 redacts other private features642 behaves like redacted search results page assertions643 when not logged in644 redacts private features the user does not have access to645 when issues are public646 redacts other private features647 when block_anonymous_global_searches is enabled648 behaves like a redacted search results page649 behaves like redacted search results page assertions650 when logged in651 redacts private features the user does not have access to652 when issues are public653 redacts other private features654Project elastic search655 searching656 finds issues657 finds merge requests658 finds milestones659 finds wiki pages660 finds notes661 finds commits662 finds blobs663 displays Advanced Search status664 when `repository_ref` isn't the default branch665 displays that advanced search is disabled666 when `repository_ref` is unset667 displays that advanced search is enabled668 when `repository_ref` is the default branch669 displays that advanced search is enabled670Project elastic search redactions671 behaves like a redacted search results page672 behaves like redacted search results page assertions673 when logged in674 redacts private features the user does not have access to675 when issues are public676 redacts other private features677 behaves like redacted search results page assertions678 when not logged in679 redacts private features the user does not have access to680 when issues are public681 redacts other private features682Issue Boards683 epic684 when the issue is not associated with an epic685 displays `None` for value of epic686 when the issue is associated with an epic687 displays name of epic and links to it688 updates the epic associated with the issue689 weight690 displays weight async691 updates weight in sidebar to 1692 updates weight in sidebar to no weight693 updates the original card when another card is clicked694 unlicensed695 hides weight696 scoped labels697 adds multiple scoped labels698 with scoped label assigned699 removes existing scoped label700 when opening sidebars701 closes card sidebar when opening settings sidebar702 closes settings sidebar when opening card sidebar703Epic Issues704 when user is not a group member of a public group705 user can see issues from public project but cannot delete the associations706 user cannot add new issues to the epic707 user cannot add new epics to the epic708 when user is a group member709 user can add new issues to the epic710 user does not see the linked issues part of the form when they click "Add an existing issue"711 handling epics712 user can display create new epic form by clicking the dropdown item713 handling epic issues714 user can see all issues of the group and delete the associations715 user cannot add new issues to the epic from another group716 user can add new issues to the epic717 user cannot add new issue that does not exist718 handling epic links719 when subepics feature is enabled720 user can see all epics of the group and delete the associations721 user cannot add new epic that does not exist722 user can add new epics to the epic723 when epics are nested too deep724 user cannot add new epic when hierarchy level limit has been reached725 when subepics feature is disabled726 user can not add new epics to the epic727Issue Sidebar728 Assignees729 shows label text as "Apply" when assignees are changed730 updating weight731 updates weight in sidebar to 0732 updates weight in sidebar to no weight by clicking `remove weight`733Skipping ./ee/spec/features/issues/issue_sidebar_spec.rb[1:2:3] 'Issue Sidebar updating weight updates weight in sidebar to no weight by setting an empty value' because it's flaky.734 updates weight in sidebar to no weight by setting an empty value (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)735 as a guest736 does not have a option to edit weight737 as a guest, interacting with collapsed sidebar738 edit weight field does not appear after clicking on weight when sidebar is collapsed then expanding it739 health status740 when health status feature is available741 shows health status on sidebar742 when user closes an issue743 disables the edit button744 when health status feature is not available745 does not show health status on sidebar746 Iterations747 when iterations feature available748 when `iteration_cadences` feature flag is off749 selects and updates the right iteration750 does not show closed iterations751 when searching iteration by its cadence title752Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/ee/spec/features/issues/issue_sidebar_spec.rb:203753 returns the correct iteration754 when `iteration_cadences` feature flag is on755 selects and updates the right iteration756 does not show closed iterations757 when searching iteration by its cadence title758 returns the correct iteration759 when a project does not have a group760 cannot find the select-iteration edit button761 when iteration feature is not available762 cannot find the select-iteration edit button763 escalation policy764 is not available for default issue type765Epic in issue sidebar766 when epics available767 behaves like epic in issue sidebar768 projects within a group769 shows epic in issue sidebar770 shows edit button in issue sidebar771 shows epics select dropdown772 supports searching for an epic773 select an epic from the dropdown774 project within a subgroup775 shows all epics belonging to the sub group and its parents776 personal projects777 does not show epic in issue sidebar778 with namespaced plans779 group has license780 behaves like epic in issue sidebar781 projects within a group782 shows epic in issue sidebar783 shows edit button in issue sidebar784 shows epics select dropdown785 supports searching for an epic786 select an epic from the dropdown787 project within a subgroup788 shows all epics belonging to the sub group and its parents789 personal projects790 does not show epic in issue sidebar791 group has no license792 does not show epic for public projects and groups793 when epics unavailable794 does not show epic in issue sidebar795Multiple Issue Boards796 with multiple group issue boards disabled797 hides the link to create a new board798 does not show license warning when there is one board created799 shows a license warning when group has more than one board800 with multiple group issue boards enabled801 behaves like multiple issue boards802 authorized user803 shows current board name804 shows a list of boards805 switches current board806 creates new board without detailed configuration807 adds a list to the none default board808 maintains sidebar state over board switch809 switches current board back810 unauthorized user811 does not show action links812Admin Dashboard813 Users statistic814 shows correct amounts of users815 license816 for tooltip817 when license is empty818 is expected not to have visible css "span.has-tooltip"819 when license is on a plan Ultimate820 is expected to have visible css "span.has-tooltip"821 when license is on a plan other than Ultimate822 is expected not to have visible css "span.has-tooltip"823 when user count over license maximum824 is expected to have text "Your instance has exceeded your subscription's licensed user count."825 qrtly reconciliation alert826 on self-managed827 when qrtly reconciliation is available828 behaves like a visible dismissible qrtly reconciliation alert829 when dismissed830 behaves like a hidden qrtly reconciliation alert831 does not display an alert832 when visiting again833 behaves like a hidden qrtly reconciliation alert834 does not display an alert835 when qrtly reconciliation is not available836 behaves like a hidden qrtly reconciliation alert837 does not display an alert838 Version check839 shows badge on EE840 manual renewal banner841 when on Gitlab.com842 behaves like a hidden manual renewal banner843 does not display a banner844 when on self-managed845 when subscription is expiring846 within notification window847 behaves like a visible manual renewal banner848 displays a banner849 outside of notification window850 behaves like a hidden manual renewal banner851 does not display a banner852 when subscription is expired853 behaves like a visible manual renewal banner854 displays a banner855 when subscription is not expiring/expired yet856 behaves like a hidden manual renewal banner857 does not display a banner858 manual quarterly co-term banner859 when on Gitlab.com860 behaves like a hidden manual quarterly co-term banner861 does not display a banner862 when on self-managed863 when reconciliation is upcoming864 within notification window865 behaves like a visible manual quarterly co-term banner866 displays a banner867 outside of notification window868 behaves like a hidden manual quarterly co-term banner869 does not display a banner870 when reconciliation date was passed871 behaves like a visible manual quarterly co-term banner872 displays a banner873 when reconciliation date is outside of the notification window874 behaves like a hidden manual quarterly co-term banner875 does not display a banner876Project show page877 stat button existence878 populated project879 as a maintainer880 "Kubernetes cluster" button linked to clusters page881 pull mirroring information882 for maintainer883 displays mirrored from url884 for guest885 does not display mirrored from url886 when over free user limit887 with repository888 behaves like over the free user limit alert889 when over limit for preview890 behaves like performs entire show dismiss cycle891 shows free user limit warning and honors dismissal892 when reached/over limit893 behaves like performs entire show dismiss cycle894 shows free user limit warning and honors dismissal895 with empty repository896 behaves like over the free user limit alert897 when over limit for preview898 behaves like performs entire show dismiss cycle899 shows free user limit warning and honors dismissal900 when reached/over limit901 behaves like performs entire show dismiss cycle902 shows free user limit warning and honors dismissal903 without repository904 behaves like over the free user limit alert905 when over limit for preview906 behaves like performs entire show dismiss cycle907 shows free user limit warning and honors dismissal908 when reached/over limit909 behaves like performs entire show dismiss cycle910 shows free user limit warning and honors dismissal911[EE] Public Project Access912 GET /:project_path/insights913 is expected to be allowed for admin914 is expected to be allowed for auditor915 is expected to be allowed for owner916 is expected to be allowed for maintainer917 is expected to be allowed for developer918 is expected to be allowed for reporter919 is expected to be allowed for guest920 is expected to be allowed for user921 is expected to be allowed for external922 is expected to be allowed for visitor923 GET /:project_path924 is expected to be allowed for auditor925 GET /:project_path/-/tree/master926 is expected to be allowed for auditor927 GET /:project_path/-/commits/master928 is expected to be allowed for auditor929 GET /:project_path/-/commit/:sha930 is expected to be allowed for auditor931 GET /:project_path/-/compare932 is expected to be allowed for auditor933 GET /:project_path/-/project_members934 is expected to be allowed for auditor935 GET /:project_path/pipelines936 is expected to be allowed for auditor937 GET /:project_path/pipelines/:id938 is expected to be allowed for auditor939 GET /:project_path/builds940 when allowed for public941 is expected to be allowed for auditor942 when disallowed for public943 is expected to be allowed for auditor944 GET /:project_path/builds/:id945 when allowed for public946 is expected to be allowed for auditor947 when disallowed for public948 is expected to be allowed for auditor949 GET /:project_path/-/environments950 is expected to be allowed for auditor951 GET /:project_path/-/environments/:id952 is expected to be allowed for auditor953 GET /:project_path/-/environments/new954 is expected to be denied for auditor955 GET /:project_path/-/blob956 is expected to be allowed for auditor957 GET /:project_path/edit958 is expected to be denied for auditor959 GET /:project_path/deploy_keys960 is expected to be denied for auditor961 GET /:project_path/issues962 is expected to be allowed for auditor963 GET /:project_path/snippets964DEPRECATION 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)965 is expected to be allowed for auditor966 GET /:project_path/snippets/new967 is expected to be denied for auditor968 GET /:project_path/-/merge_requests969 is expected to be allowed for auditor970 GET /:project_path/-/merge_requests/new971 is expected to be denied for auditor972 GET /:project_path/-/branches973 is expected to be allowed for auditor974 GET /:project_path/-/tags975 is expected to be allowed for auditor976 GET /:project_path/-/settings/integrations977 is expected to be denied for auditor978 when license blocks changes979 GET /:project_path/issues/new980 is expected to be denied for maintainer981 is expected to be denied for reporter982 is expected to be denied for admin983 is expected to be denied for guest984 is expected to be denied for user985 is expected to be denied for auditor986 is expected to be denied for visitor987 GET /:project_path/-/merge_requests/new988 is expected to be denied for maintainer989 is expected to be denied for reporter990 is expected to be denied for admin991 is expected to be denied for guest992 is expected to be denied for user993 is expected to be denied for auditor994 is expected to be denied for visitor995 GET /:project_path/container_registry996 is expected to be allowed for auditor997User adds to merge train when pipeline succeeds998 shows Start merge train when pipeline succeeds button and helper icon999 when merge_trains EEP license is not available1000 does not show Start merge train when pipeline succeeds button1001 when user clicks 'Start merge train when pipeline succeeds' button1002 informs merge request that auto merge is enabled1003 when user clicks 'Cancel' button1004 cancels automatic merge1005 when user clicks 'Delete source branch1006 updates the merge option1007 when the merge request is not the first queue on the train1008 shows Add to merge train when pipeline succeeds button1009SAML provider settings1010 settings1011 displays required information to user1012 provides metadata XML1013 allows creation of new provider1014 shows errors if fields missing1015 "Enforce SSO-only authentication for web activity for this group" checkbox1016 is checked by default1017 displays warning if unchecked1018 with existing SAML provider1019 allows provider to be disabled1020 displays user login URL1021 updates the enforced sso setting1022 enforced_group_managed_accounts enabled1023 updates the enforced_group_managed_accounts flag1024 updates the prohibited_outer_forks flag1025 enforced_group_managed_accounts disabled1026 does not render toggles1027 test button1028 displays XML validation errors1029 displays SAML Response XML1030 #sso1031 with no SAML provider configured1032 acts as if the group was not found1033 as owner1034 redirects to settings page with warning1035 with existing SAML provider1036 when not signed in1037 shows the sso page so user can sign in1038 when signed in1039 shows warning that linking accounts authorizes control over sign in1040 Authorize/link button redirects to auth flow1041 with linked account1042 sign in button redirects to auth flow1043 when user has access locked1044 warns user that their account is locked1045 with 2FA1046 warns user their account is locked1047 for a private group1048 when not signed in1049 doesn't show sso page1050 shows the sso page if the token is given1051 when signed in1052 displays sign in button1053 doesn't leak group information1054Groups > Usage Quotas > Seat Usage1055 seat usage table1056 displays correct number of users1057 seat usage details table1058 expands the details on click1059 hides the details table on click1060 when removing user1061 with a modal to confirm removal1062 has disabled the remove button1063 enables the remove button when user enters valid username1064 does not enable button when user enters invalid username1065 does not display the error modal1066 removing the user1067 shows a flash message1068 removing the user from a sub-group1069 updates the seat table of the parent group1070 when cannot remove the user1071 displays an error modal1072User searches for epics1073 does not show top right search form1074 finds an epic1075 hides confidential icon for non-confidential epics1076 shows confidential icon for confidential epics1077 shows correct badge for open epics1078 shows correct badge for closed epics1079 when search times out1080 renders timeout information1081 sets tab count to 01082Merge request > User edits MR with approval rules1083 shows approval rules1084 allows user to create approval rule1085 with public group1086 with empty search, does not show public group1087 with non-empty search, shows public group1088 feature is disabled1089 cannot see the approval rules input1090Groups > Members > Manage groups1091 for a free group1092 behaves like doesn't trigger an overage modal when adding a group with a given role1093 is expected to have text "Reporter"1094 for a premium group1095 behaves like triggers an overage modal when adding a group as Reporter1096 is expected to have text "Reporter"10981st Try error in ./ee/spec/features/groups/members/manage_groups_spec.rb:42:1099Unable to find button "group169" that is not disabled1100Unexpected browser console output:1101http://127.0.0.1:41791/groups/group12/-/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/50823967098798081102http://127.0.0.1:41791/groups/group15/-/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/50823967098798081103http://127.0.0.1:41791/groups/group35/-/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/50823967098798081104http://127.0.0.1:41791/groups/group38/-/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/50823967098798081105http://127.0.0.1:41791/groups/group50/-/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/50823967098798081106http://127.0.0.1:41791/groups/group53/-/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/50823967098798081107webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1108webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1109webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1110webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1111webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1112webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1113webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1114webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1115webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1116webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1117webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1118webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1119webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1120webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1121webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1122webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1123webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1124webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1125webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1126webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1127webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1128webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1129webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1130webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1131webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1132webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1133webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1134webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1135webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1136webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1137webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1138webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1139webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1140webpack-internal:///hINn 313:30 "%ctippy.js\n\n%cInteractive tippy element may not be accessible via keyboard navigation because it is not directly after the reference element in the DOM source order. \n\nUsing a wrapper \u003Cdiv> or \u003Cspan> tag around the reference element solves this by creating a new parentNode context. \n\nSpecifying `appendTo: document.body` silences this warning, but it assumes you are using a focus management solution to handle keyboard navigation. \n\nSee: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity\n\n%c👷 This is a development-only message. It will be removed in production." "color: #00C584; font-size: 1.3em; font-weight: bold;" "line-height: 1.5" "color: #a6a095;"1141http://127.0.0.1:41791/groups/group67/-/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/50823967098798081142http://127.0.0.1:41791/groups/group70/-/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/50823967098798081143http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 334549:44 "You are running Vue in development mode.\nMake sure to turn on production mode when deploying for production.\nSee more tips at https://vuejs.org/guide/deployment.html"1144webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1145webpack-internal:///gzws 131:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1146webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1147webpack-internal:///gzws 131:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1148webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1149webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1150webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1151webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1152webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1153http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1154http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1155 at target (webpack-internal:///ucfo:34:47)1156 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1157 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1158 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1159 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1160 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1161 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1162 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1163 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1164 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1165http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1166http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1167 at target (webpack-internal:///ucfo:34:47)1168 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1169 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1170 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1171 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1172 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1173 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1174 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1175 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1176 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1177http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1178http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1179 at target (webpack-internal:///ucfo:34:47)1180 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1181 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1182 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1183 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1184 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1185 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1186 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1187 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1188 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1189http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1190http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1191 at target (webpack-internal:///ucfo:34:47)1192 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1193 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1194 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1195 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1196 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1197 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1198 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1199 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1200 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1201http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1202http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1203 at target (webpack-internal:///ucfo:34:47)1204 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1205 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1206 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1207 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1208 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1209 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1210 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1211 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1212 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1213http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1214http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1215 at target (webpack-internal:///ucfo:34:47)1216 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1217 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1218 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1219 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1220 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1221 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1222 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1223 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1224 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1225http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1226http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1227 at target (webpack-internal:///ucfo:34:47)1228 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1229 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1230 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1231 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1232 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1233 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1234 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1235 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1236 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1237http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1238http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1239 at target (webpack-internal:///ucfo:34:47)1240 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1241 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1242 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1243 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1244 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1245 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1246 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1247 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1248 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1249http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1250http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1251 at target (webpack-internal:///ucfo:34:47)1252 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1253 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1254 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1255 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1256 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1257 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1258 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1259 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1260 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1261http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1262http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1263 at target (webpack-internal:///ucfo:34:47)1264 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1265 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1266 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1267 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1268 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1269 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1270 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1271 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1272 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1273http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1274http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1275 at target (webpack-internal:///ucfo:34:47)1276 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1277 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1278 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1279 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1280 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1281 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1282 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1283 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1284 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1285http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Error in beforeDestroy hook: \"TypeError: Cannot read properties of undefined (reading '$el')\"\n\nfound in\n\n---> \u003CBVTooltip>\n \u003CBTooltip>\n \u003CGlTooltip>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CBoardCardInner> at boards/components/board_card_inner.vue\n \u003CBoardCard> at boards/components/board_card.vue\n \u003CDraggable>\n \u003CBoardList> at boards/components/board_list.vue\n \u003CBoardColumn> at boards/components/board_column.vue\n \u003CDraggable>\n \u003CBoardContent> at boards/components/board_content.vue\n \u003CBoardApp> at boards/components/board_app.vue\n \u003CRoot>"1286http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 328008:12 TypeError: Cannot read properties of undefined (reading '$el')1287 at target (webpack-internal:///ucfo:34:47)1288 at VueComponent.getTarget (webpack-internal:///zNfq:535:18)1289 at VueComponent.unListen (webpack-internal:///zNfq:725:25)1290 at VueComponent.beforeDestroy (webpack-internal:///zNfq:264:10)1291 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1292 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1293 at VueComponent.Vue.$destroy (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330094:5)1294 at VueComponent.beforeDestroy (webpack-internal:///q44I:206:22)1295 at invokeWithErrorHandling (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:327975:57)1296 at callHook (http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js:330335:7)1297webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1298webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1299webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1300webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1301webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1302webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1303webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1304webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1305http://127.0.0.1:41791/groups/group124/-/epics/1/issues - Failed to load resource: the server responded with a status of 404 (Not Found)1306webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1307webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1308http://127.0.0.1:41791/groups/group126/-/epics/1/issues - Failed to load resource: the server responded with a status of 404 (Not Found)1309webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1310webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1311http://127.0.0.1:41791/groups/group128/-/epics/1/links - Failed to load resource: the server responded with a status of 404 (Not Found)1312webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1313webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1314webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1315http://127.0.0.1:41791/groups/group130/-/epics/9/links - Failed to load resource: the server responded with a status of 409 (Conflict)1316webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1317webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."1318http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 326741:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CIssuableLockForm> at sidebar/components/lock/issuable_lock_form.vue\n \u003CRoot>"1319http://127.0.0.1:41791/assets/webpack/dll.874fde136eaf/vendor.dll.bundle.js 5268:27 Uncaught Error: The resource that you are attempting to access doe… you don't have permission to perform this action1320webpack-internal:///EfTh 725:16 "GraphQL execution errors for query 'boards'"1321webpack-internal:///EfTh 729:18 Object1322webpack-internal:///EfTh 725:16 "GraphQL execution errors for query 'boards'"1323webpack-internal:///EfTh 729:18 Object1324webpack-internal:///EfTh 725:16 "GraphQL execution errors for query 'recentBoards'"1325webpack-internal:///EfTh 729:18 Object1326webpack-internal:///EfTh 729:18 Object1327webpack-internal:///EfTh 725:16 "GraphQL execution errors for query 'recentBoards'"1328webpack-internal:///EfTh 729:18 Object1329webpack-internal:///EfTh 729:18 Object1330webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1331webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1332webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1333webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1334webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1335webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1336webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1337webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1338webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1339webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1340webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1341webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1342webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1343webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1344webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1345webpack-internal:///iryQ 18:12 "[BootstrapVue warn]: popover - The provided target is no valid HTML element."1346webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1347webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1348webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1349webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1350webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1351webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1352webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1353webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1354webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1355webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1356webpack-internal:///gzws 131:12 "This GlTable could be a GlTableLite component, please consider using GlTableLite instead of GlTable to reduce the page bundlesize more about this here: https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-table-table-lite--default"1357http://127.0.0.1:41791/search?scope=epics&search=test - Failed to load resource: the server responded with a status of 408 (Request Timeout)1358http://127.0.0.1:41791/search?scope=epics&search=test - Failed to load resource: the server responded with a status of 408 (Request Timeout)1359http://127.0.0.1:41791/namespace78/project118/-/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/50823967098798081360http://127.0.0.1:41791/namespace78/project118/-/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/50823967098798081361http://127.0.0.1:41791/namespace78/project118/-/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/50823967098798081362http://127.0.0.1:41791/namespace78/project118/-/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/50823967098798081364RSpec::Retry: 2nd try ./ee/spec/features/groups/members/manage_groups_spec.rb:421365 when overage modal is shown1366 goes back to the initial modal if not confirmed1367 for an ultimate group1368 behaves like triggers an overage modal when adding a group as Reporter1369 is expected to have text "Reporter"1370 behaves like doesn't trigger an overage modal when adding a group with a given role1371 is expected to have text "Guest"1372Merge request > User approves with password1373 works, when user approves and enters correct password1374 does not need password to unapprove1375 shows error, when user approves and enters incorrect password1376Trial Select Namespace1377 when user1378 when source is not about.gitlab.com1379 shows company/individual question1380 when source is about.gitlab.com1381 hides company/individual duplicate question1382 selects create a new group1383 shows the new group name input1384 enters a valid new group name1385 when user can create groups1386 proceeds to the next step1387 when user can not create groups1388 returns 4041389 enters an existing group name1390 proceeds to the next step with a unique url1391 and does not enter a new group name1392 shows validation error1393 selects an existing group1394 without trial plan1395 does not show the new group name input1396 applies trial and redirects to dashboard1397 with trial plan1398 shows validation error1399Protected Environments1400 logged in as developer1401 does not have access to Protected Environments settings1402 logged in as a maintainer1403 has access to Protected Environments settings1404 allows seeing a list of protected environments1405 allows creating explicit protected environments1406 allows unprotecting an environment1407 when projects_tokens_optional_encryption feature flag is false1408 when runners_token exists but runners_token_encrypted is empty1409 shows setting page correctly1410Pending group memberships1411 with a public group1412 a pending member sees a public group as if not a member1413 a pending member sees a public group with a project as if not a member1414 a pending member sees a public group with a private project as if not a member1415 a pending group member gets a 404 for a private project in the group1416 a group member can see a private project in the group once the pending membership transitions to active1417 with a private group1418 a pending member gets a 404 for a private group1419 a pending member gets a 404 for a private group with a project1420 with a subgroup1421 a pending member of the root group sees the root group as if not a member1422 a pending member of the root group sees a subgroup as if not a member1423 a pending member of the root group sees a subgroup project as if not a member1424 a pending member of a subgroup sees a root group as if not a member1425 a pending member of a subgroup sees a project as if not a member1426 a member with an active group membership and a pending subgroup membership sees a subgroup project as if the pending membership does not exist1427 with a shared group1428 a pending member of the invited group sees the shared group as if not a member1429 a pending member of the invited group sees the shared group as if not a member when the shared group has a project1430 a pending member of the invited group sees a project in the shared group as if not a member1431 with a shared project1432 a pending member of the invited group sees the shared project's group as if not a member1433 a pending member of the invited group sees the shared project as if not a member1434Merge request > User sees merge widget1435 when merge pipelines option is enabled at project level configuration1436 when the head pipeline is merge request pipeline1437 does not show any warnings1438 when the head pipeline is merge train pipeline1439 shows head pipeline information1440 when merge request is submitted from a forked project1441 shows a warning that fork project merge request does not create merge request pipelines by default1442Groups::Security::Credentials1443 licensed1444 links1445 has Credentials Inventory link in sidebar1446 tabs1447 contains the relevant filter tabs1448 filtering1449 by Personal Access Tokens1450 behaves like credentials inventory personal access tokens1451 when a personal access token is active1452 shows the details1453 when a personal access token has an expiry1454 shows the details with an expiry date1455 has an expiry icon1456 when a personal access token is revoked1457 shows the details with a revoked date1458 by SSH Keys1459 behaves like credentials inventory SSH keys1460 when a SSH key is active1461 shows the details1462 shows the delete button1463 and the user clicks the delete button1464 deletes the key1465 when a SSH key has an expiry1466 shows the details with an expiry date1467 has an expiry icon1468 by GPG Keys1469 returns a 404 not found response1470 unlicensed1471 returns 4001472User views merge request with blocking merge requests1473 disables merge button when blocking merge request is open1474 merged blocking merge request1475 enables merge button when blocking merge request is merged1476Group1477 group edit1478 when licensed feature group wikis is not enabled1479 does not show the wiki settings menu1480 wiki_access_level setting1481 saves new settings1482 when feature flag :group_wiki_settings_toggle is disabled1483 wiki settings form is not present1484Epics > User uses quick actions1485 on epic note1486 applies quick action1487 on epic form1488 applies quick action1489Profile > Usage Quota1490 is linked within the profile page1491 shared runners use1492 shared_runners_enabled: false, used: 300, quota: 500, usage_class: "success", usage_text: "300 / Not supported minutes 0% used"1493 shows the correct quota status1494 shows the correct per-project metrics1495 shared_runners_enabled: true, used: 300, quota: nil, usage_class: "success", usage_text: "300 / Unlimited minutes Unlimited"1496 shows the correct quota status1497 shows the correct per-project metrics1498 shared_runners_enabled: true, used: 300, quota: 500, usage_class: "success", usage_text: "300 / 500 minutes 60% used"1499 shows the correct quota status1500 shows the correct per-project metrics1501 shared_runners_enabled: true, used: 1000, quota: 500, usage_class: "danger", usage_text: "1000 / 500 minutes 200% used"1502 shows the correct quota status1503 shows the correct per-project metrics1504Feature flag issue links1505 linking a feature flag to an issue1506 user can link a feature flag to an issue1507 user sees simple form without relates to / blocks / is blocked by radio buttons1508 autocompletes issues1509 when the feature is unlicensed1510 does not show the related issues widget1511 unlinking a feature flag from an issue1512 user can unlink a feature flag from an issue1513Changes GL.com plan for group1514 for group namespace1515 changes the plan1516 for user namespace1517 changes the plan1518File blob > Code owners1519 when there is a codeowners file1520 when the feature is available1521 shows the code owners related to a file1522 does not show the code owners banner when there are no code owners1523 when the feature is not available1524 does not show the code owners related to a file1525Group CI/CD Analytics1526 renders statistics about release within the group1527 DORA charts1528 behaves like a DORA chart1529 render the Deployment frequency charts1530 behaves like a DORA chart1531 render the Lead time charts1532Jira issues list1533 when issues#index1534 shows all three tabs1535 has a button to create a new issue in Jira1536 shows the filtered search bar1537 paginates the list results1538Automatic Deployment Rollbacks1539 when the user is not authorised1540 renders 404 page1541 when project does not have a license for auto_rollback feature1542 behaves like the auto rollback feature is not available1543 does not render the Automatic Deployment Rollbacks checkbox1544 when project has a license for auto_rollback feature1545 checks the auto rollback checkbox when the checkbox is checked1546 when the checkbox is checked1547 unchecks the auto rollback checkbox1548Projects > Members > Member is removed from project1549 user is removed from project1550 when the user has been specifically allowed to access a protected branch1551 user leaves project1552Project settings > [EE] repository1553 editing a push rule1554 push rules licensed1555 displays the new value in the form1556 saves the new value1557 push rules unlicensed1558 hides push rule settings1559Show trial banner1560 when user's trial is active1561 renders congratulations banner for user in profile billing page1562 when group's trial is active1563 renders congratulations banner for group in group details page1564 does not render congratulations banner for group in group billing page1565Trial Capture Lead1566 with valid company information1567 with state1568 proceeds to the next step1569 without state1570 proceeds to the next step1571 with phone number validations1572 without phone number1573 shows validation error1574 with invalid phone number format1575 shows validation error1576Epic shortcuts1577 pressing "l"1578 opens labels dropdown for editing1579 pressing "e"1580 starts editing mode for epic1581Iterations list1582 as guest1583 shows iterations on each tab1584 as authorized user1585 does not show "New iteration" button1586Dashboard operations1587 displays information about the last pipeline to an authenticated developer on the project1588 when opened on gitlab.com1589 masks projects without valid license1590Blocked deployment job page1591 displays a button linking to the environments page1592Manually create a todo item from epic1593 creates todo when clicking button1594 marks a todo as done1595Project navbar1596 when iterations is available1597 when project is namespaced to a user1598 behaves like verified navigation bar1599 renders correctly1600 when project is namespaced to a group1601 behaves like verified navigation bar1602 renders correctly1603 when issue analytics is available1604 behaves like verified navigation bar1605 renders correctly1606 when security dashboard is available1607 behaves like verified navigation bar1608 renders correctly1609 when packages are available1610 when container registry is available1611 behaves like verified navigation bar1612 renders correctly1613 when harbor registry is available1614 behaves like verified navigation bar1615 renders correctly1616User views issues page1617 issue card1618 shows health status, blocking issues, and weight information1619issue resource weight events1620 when user displays the issue1621 shows both notes and resource weight event synthetic notes1622Group or Project invitations1623 when on .com1624 without setup question1625 bypasses the setup_for_company question1626 with setup question1627 has the setup question1628 when not on .com1629 bypasses the setup_for_company question1630 with admin approval on sign-up enabled1631 does not sign the user in1632Private Project Snippets Access1633 GET /:project_path/snippets1634DEPRECATION 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)1635 is expected to be allowed for auditor1636 GET /:project_path/snippets/new1637 is expected to be denied for auditor1638 GET /:project_path/snippets/:id for a private snippet1639 is expected to be allowed for auditor1640 GET /:project_path/snippets/:id/raw for a private snippet1641 is expected to be allowed for auditor1642Projects > Members > Member leaves project1643 when the user has been specifically allowed to access a protected branch1644 user leaves project1645 removes the user's branch permissions1646OneTrust in the sign up flow1647 when user visits /users/sign_up/groups/new1648 behaves like one trust settings1649 has the OneTrust CSP settings1650 when user visits /users/sign_up/projects/new1651 behaves like one trust settings1652 has the OneTrust CSP settings1653 when user visits /users/sign_up/groups_projects/new1654 behaves like one trust settings1655DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from new at /builds/gitlab-org/gitlab/ee/app/controllers/registrations/groups_projects_controller.rb:22)1656 has the OneTrust CSP settings1657 when user visits /users/sign_up/welcome/trial_getting_started1658 behaves like one trust settings1659 has the OneTrust CSP settings1660Admin::Projects1661 GET /admin/projects1662 is expected to be denied for auditor1663 GET /admin/users1664 is expected to be denied for auditor1665 GET /admin/hooks1666 is expected to be denied for auditor1667GFM autocomplete EE1668 assignees1669 only lists users who are currently assigned to the issue when using /unassign1670Knapsack report was generated. Preview:1671{1672 "ee/spec/features/groups/wikis_spec.rb": 517.6710505440005,1673 "ee/spec/features/search/elastic/global_search_spec.rb": 228.12041165899973,1674 "ee/spec/features/search/elastic/project_search_spec.rb": 140.64234148799733,1675 "ee/spec/features/boards/sidebar_spec.rb": 123.29247082800066,1676 "ee/spec/features/epics/epic_issues_spec.rb": 107.94052501199985,1677 "ee/spec/features/issues/issue_sidebar_spec.rb": 95.5027420410006,1678 "ee/spec/features/issues/epic_in_issue_sidebar_spec.rb": 87.68448442599765,1679 "ee/spec/features/boards/group_boards/multiple_boards_spec.rb": 61.50641694099977,1680 "ee/spec/features/admin/admin_dashboard_spec.rb": 70.05824122400008,1681 "ee/spec/features/projects/show_project_spec.rb": 70.26799781599766,1682 "ee/spec/features/security/project/public_access_spec.rb": 40.658117810002295,1683 "ee/spec/features/merge_trains/user_adds_to_merge_train_when_pipeline_succeeds_spec.rb": 54.49929377300214,1684 "ee/spec/features/groups/saml_providers_spec.rb": 39.10158536399831,1685 "ee/spec/features/groups/seat_usage/seat_usage_spec.rb": 55.13745597600064,1686 "ee/spec/features/search/user_searches_for_epics_spec.rb": 39.147286629999144,1687 "ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb": 30.197390586999973,1688 "ee/spec/features/groups/members/manage_groups_spec.rb": 96.79570910199982,1689 "ee/spec/features/merge_request/user_approves_with_password_spec.rb": 28.437764184000116,1690 "ee/spec/features/trials/select_namespace_spec.rb": 24.686123087998567,1691 "ee/spec/features/projects/settings/protected_environments_spec.rb": 34.62509407900143,1692 "ee/spec/features/pending_group_memberships_spec.rb": 28.401766557999508,1693 "ee/spec/features/merge_request/user_sees_merge_widget_spec.rb": 21.287842799996724,1694 "ee/spec/features/groups/groups_security_credentials_spec.rb": 13.041024894002476,1695 "ee/spec/features/merge_request/merge_request_widget_blocking_mrs_spec.rb": 15.791806139000983,1696 "ee/spec/features/groups_spec.rb": 14.816728637000779,1697 "ee/spec/features/epics/user_uses_quick_actions_spec.rb": 13.011830808998639,1698 "ee/spec/features/profiles/usage_quotas_spec.rb": 11.774221635001595,1699 "ee/spec/features/projects/feature_flags/feature_flag_issues_spec.rb": 14.462528379001014,1700 "ee/spec/features/admin/groups/admin_changes_plan_spec.rb": 15.964393793001364,1701 "ee/spec/features/projects/view_blob_with_code_owners_spec.rb": 10.890314127998863,1702 "ee/spec/features/groups/analytics/ci_cd_analytics_spec.rb": 11.976691153999127,1703 "ee/spec/features/projects/integrations/jira_issues_list_spec.rb": 12.37492972399923,1704 "ee/spec/features/projects/settings/auto_rollback_spec.rb": 9.701846348001709,1705 "ee/spec/features/projects/members/member_is_removed_from_project_spec.rb": 10.202622591998079,1706 "ee/spec/features/projects/settings/push_rules_settings_spec.rb": 8.41824970000016,1707 "ee/spec/features/trials/show_trial_banner_spec.rb": 8.25235440599863,1708 "ee/spec/features/trials/capture_lead_spec.rb": 10.378584944999602,1709 "ee/spec/features/epics/shortcuts_epic_spec.rb": 8.381414756000595,1710 "ee/spec/features/projects/iterations/iterations_list_spec.rb": 6.843536758002301,1711 "ee/spec/features/dashboards/operations_spec.rb": 8.907593478001218,1712 "ee/spec/features/projects/jobs/blocked_deployment_job_page_spec.rb": 6.3625132010020025,1713 "ee/spec/features/epics/todo_spec.rb": 8.290700770998228,1714 "ee/spec/features/projects/navbar_spec.rb": 7.546198692998587,1715 "ee/spec/features/issues/user_views_issues_spec.rb": 3.9399349560007977,1716 "ee/spec/features/issues/resource_weight_events_spec.rb": 4.768523961000028,1717 "ee/spec/features/invites_spec.rb": 4.848554948999663,1718 "ee/spec/features/security/project/snippet/private_access_spec.rb": 2.963060433001374,1719 "ee/spec/features/projects/members/member_leaves_project_spec.rb": 3.0723960069990426,1720 "ee/spec/features/registrations/one_trust_spec.rb": 2.3051829020005243,1721 "ee/spec/features/security/admin_access_spec.rb": 0.8314140049988055,1722 "ee/spec/features/issues/gfm_autocomplete_ee_spec.rb": 6.724773935999111723}1724Knapsack global time execution for tests: 37m 32s1725Pending: (Failures listed here are expected and do not affect your suite's status)1726 1) Group wikis behaves like User updates wiki page when wiki is not empty when using the content editor with feature flag on behaves like edits content using the content editor code block bubble menu shows a code block bubble menu for a code block1727 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1728 # ./spec/support/shared_examples/features/content_editor_shared_examples.rb:251729 2) Group wikis behaves like User updates wiki page when wiki is not empty when using the content editor with feature flag on behaves like edits content using the content editor code block bubble menu sets code block type to "javascript" for `js`1730 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1731 # ./spec/support/shared_examples/features/content_editor_shared_examples.rb:341732 3) Issue Sidebar updating weight updates weight in sidebar to no weight by setting an empty value1733 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1734 # ./ee/spec/features/issues/issue_sidebar_spec.rb:651735Finished in 37 minutes 36 seconds (files took 1 minute 29.64 seconds to load)1736498 examples, 0 failures, 3 pending1737Failed to write to log, write log/workhorse-test.log: file already closed1738RSpec exited with 0.1739No examples to retry, congrats!1741Not uploading cache ruby-gems-bullseye-9-non_protected due to policy1742Not uploading cache gitaly-ruby-gems-bullseye-9-non_protected due to policy1744Uploading artifacts...1745coverage/: found 5 matching files and directories 1746crystalball/: found 2 matching files and directories 1747deprecations/: found 11 matching files and directories 1748knapsack/: found 3 matching files and directories 1749rspec/: found 9 matching files and directories 1750tmp/capybara/: found 3 matching files and directories 1751log/*.log: found 19 matching files and directories 1752WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2391235519/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1753WARNING: Retrying... context=artifacts-uploader error=request redirected1754Uploading artifacts as "archive" to coordinator... 201 Created id=2391235519 responseStatus=201 Created token=KEpQRLdj1755Uploading artifacts...1756rspec/junit_rspec.xml: found 1 matching files and directories 1757WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2391235519/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1758WARNING: Retrying... context=artifacts-uploader error=request redirected1759Uploading artifacts as "junit" to coordinator... 201 Created id=2391235519 responseStatus=201 Created token=KEpQRLdj1761Job succeeded