jest-integration
Passed Started
by
@ahegyi
Adam Hegyi
1Running with gitlab-runner 17.0.0~pre.88.g761ae5dd (761ae5dd)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G, system ID: s_673deea48c2a3 feature flags: FF_NETWORK_PER_BUILD:true4Resolving secrets6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:b7f013d6c497fdb34b7c3895a9ae4f7df0abc05338ad5cb26e19d48ef6d6c4af for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14@sha256:a86b6a5e81e97ddf8d792c86400f1d3960104b1dcecc6ef34d7fc5b154e65a4b ...11Running on runner-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1716555248-3b7fd628...13Fetching changes with git depth set to 20...14Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/15Created fresh repository.16remote: Enumerating objects: 234955, done. 17remote: Counting objects: 100% (234955/234955), done. 18remote: Compressing objects: 100% (142270/142270), done. 19remote: Total 234955 (delta 132916), reused 160051 (delta 84187), pack-reused 0 (from 0) 20Receiving objects: 100% (234955/234955), 159.10 MiB | 29.17 MiB/s, done.21Resolving deltas: 100% (132916/132916), done.23 * [new ref] refs/pipelines/1304266333 -> refs/pipelines/130426633324 * [new branch] master -> origin/master25Checking out 82c74e17 as detached HEAD (ref is master)...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for node-modules-debian-bookworm-test-17...30Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-debian-bookworm-test-17 31Successfully extracted cache33Downloading artifacts for graphql-schema-dump (6934017678)...34Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6934017678 responseStatus=200 OK token=glcbt-6535Downloading artifacts for rspec-all frontend_fixture 1/7 (6934017627)...36Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6934017627 responseStatus=200 OK token=glcbt-6537Downloading artifacts for rspec-all frontend_fixture 2/7 (6934017635)...38Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6934017635 responseStatus=200 OK token=glcbt-6539Downloading artifacts for rspec-all frontend_fixture 3/7 (6934017641)...40Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6934017641 responseStatus=200 OK token=glcbt-6541Downloading artifacts for rspec-all frontend_fixture 4/7 (6934017647)...42Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6934017647 responseStatus=200 OK token=glcbt-6543Downloading artifacts for rspec-all frontend_fixture 5/7 (6934017651)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6934017651 responseStatus=200 OK token=glcbt-6545Downloading artifacts for rspec-all frontend_fixture 6/7 (6934017657)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6934017657 responseStatus=200 OK token=glcbt-6547Downloading artifacts for rspec-all frontend_fixture 7/7 (6934017666)...48Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6934017666 responseStatus=200 OK token=glcbt-6550Using docker image sha256:b7f013d6c497fdb34b7c3895a9ae4f7df0abc05338ad5cb26e19d48ef6d6c4af for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14@sha256:a86b6a5e81e97ddf8d792c86400f1d3960104b1dcecc6ef34d7fc5b154e65a4b ...51$ echo $FOSS_ONLY52$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb53$ export GOPATH=$CI_PROJECT_DIR/.go54$ mkdir -p $GOPATH55$ source scripts/utils.sh56$ source scripts/prepare_build.sh57Using decomposed database config (config/database.yml.decomposed-postgresql)58Geo DB won't be set up.59Embedding DB won't be set up.60$ yarn_install_script83$ run_timed_command "yarn jest:integration --ci"84$ yarn jest:integration --ci85yarn run v1.22.1986$ jest --config jest.config.integration.js --ci87PSA: Running into unexpected and/or strange frontend integration test errors?88Please help improve our error logging by following the instructions on this issue:90`isModuleDeclaration` has been deprecated, please migrate to `isImportOrExportDeclaration`91 at isModuleDeclaration (/builds/gitlab-org/gitlab/node_modules/@babel/types/lib/validators/generated/index.js:2748:35)92 at PluginPass.Program (/builds/gitlab-org/gitlab/node_modules/babel-plugin-lodash/lib/index.js:102:44)93PASS ee/spec/frontend_integration/security_orchestration/policies_list/app_spec.js94PASS spec/frontend_integration/ide/ide_integration_spec.js95PASS ee/spec/frontend_integration/security_orchestration/policy_editor/scan_execution/actions_spec.js96PASS ee/spec/frontend_integration/security_orchestration/policy_editor/policy_scope/compliance_frameworks_spec.js97PASS spec/frontend_integration/ide/user_opens_ide_spec.js98PASS ee/spec/frontend_integration/security_orchestration/policy_editor/scan_result/rules_spec.js99Warning: fragment with name MilestoneFragment already exists.100graphql-tag enforces all fragment names across your application to be unique; read more about101this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names102PASS spec/frontend_integration/diffs/diffs_interopability_spec.js103PASS ee/spec/frontend_integration/security_orchestration/policy_editor/scan_result/actions_spec.js104PASS spec/frontend_integration/content_editor/content_editor_integration_spec.js105 ● Console106 console.error107 [Vue warn]: Missing required prop: "markdownDocsPath"109 found in111 ---> <Anonymous>112 <Root>113 42 | throw new ErrorWithStack(114 43 | `Unexpected call of console.warn() with:\n\n${args.join(', ')}`,115 > 44 | this.warn,116 | ^117 45 | );118 46 | },119 47 | });120 at console.error (spec/frontend/environment.js:44:27)121 at warn (node_modules/vue/dist/vue.runtime.common.dev.js:4552:21)122 at assertProp (node_modules/vue/dist/vue.runtime.common.dev.js:5082:9)123 at validateProp (node_modules/vue/dist/vue.runtime.common.dev.js:5042:9)124 at initProps$1 (node_modules/vue/dist/vue.runtime.common.dev.js:5333:23)125 at initState (node_modules/vue/dist/vue.runtime.common.dev.js:5302:9)126 at VueComponent.Vue._init (node_modules/vue/dist/vue.runtime.common.dev.js:5619:9)127 at new VueComponent (node_modules/vue/dist/vue.runtime.common.dev.js:5754:18)128 at createComponentInstanceForVnode (node_modules/vue/dist/vue.runtime.common.dev.js:4494:12)129 at init (node_modules/vue/dist/vue.runtime.common.dev.js:4356:54)130 at createComponent (node_modules/vue/dist/vue.runtime.common.dev.js:6493:17)131 at createElm (node_modules/vue/dist/vue.runtime.common.dev.js:6447:13)132 at VueComponent.patch [as __patch__] (node_modules/vue/dist/vue.runtime.common.dev.js:6995:13)133 at VueComponent.Vue._update (node_modules/vue/dist/vue.runtime.common.dev.js:3718:25)134 at VueComponent.updateComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3828:16)135 at Watcher.get (node_modules/vue/dist/vue.runtime.common.dev.js:3400:33)136 at new Watcher (node_modules/vue/dist/vue.runtime.common.dev.js:3390:51)137 at mountComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3845:5)138 at VueComponent.Object.<anonymous>.Vue.$mount (node_modules/vue/dist/vue.runtime.common.dev.js:8694:12)139 at mount (node_modules/@vue/test-utils/dist/vue-test-utils.js:14067:21)140 at node_modules/lodash/_createFlow.js:68:42141 at buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:16:28)142 at Object.buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:55:9)143 console.error144 [Vue warn]: Missing required prop: "markdownDocsPath"146 found in148 ---> <Anonymous>149 <Root>150 42 | throw new ErrorWithStack(151 43 | `Unexpected call of console.warn() with:\n\n${args.join(', ')}`,152 > 44 | this.warn,153 | ^154 45 | );155 46 | },156 47 | });157 at console.error (spec/frontend/environment.js:44:27)158 at warn (node_modules/vue/dist/vue.runtime.common.dev.js:4552:21)159 at assertProp (node_modules/vue/dist/vue.runtime.common.dev.js:5082:9)160 at validateProp (node_modules/vue/dist/vue.runtime.common.dev.js:5042:9)161 at initProps$1 (node_modules/vue/dist/vue.runtime.common.dev.js:5333:23)162 at initState (node_modules/vue/dist/vue.runtime.common.dev.js:5302:9)163 at VueComponent.Vue._init (node_modules/vue/dist/vue.runtime.common.dev.js:5619:9)164 at new VueComponent (node_modules/vue/dist/vue.runtime.common.dev.js:5754:18)165 at createComponentInstanceForVnode (node_modules/vue/dist/vue.runtime.common.dev.js:4494:12)166 at init (node_modules/vue/dist/vue.runtime.common.dev.js:4356:54)167 at createComponent (node_modules/vue/dist/vue.runtime.common.dev.js:6493:17)168 at createElm (node_modules/vue/dist/vue.runtime.common.dev.js:6447:13)169 at VueComponent.patch [as __patch__] (node_modules/vue/dist/vue.runtime.common.dev.js:6995:13)170 at VueComponent.Vue._update (node_modules/vue/dist/vue.runtime.common.dev.js:3718:25)171 at VueComponent.updateComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3828:16)172 at Watcher.get (node_modules/vue/dist/vue.runtime.common.dev.js:3400:33)173 at new Watcher (node_modules/vue/dist/vue.runtime.common.dev.js:3390:51)174 at mountComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3845:5)175 at VueComponent.Object.<anonymous>.Vue.$mount (node_modules/vue/dist/vue.runtime.common.dev.js:8694:12)176 at mount (node_modules/@vue/test-utils/dist/vue-test-utils.js:14067:21)177 at node_modules/lodash/_createFlow.js:68:42178 at buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:16:28)179 at Object.buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:68:9)180 console.error181 [Vue warn]: Missing required prop: "markdownDocsPath"183 found in185 ---> <Anonymous>186 <Root>187 42 | throw new ErrorWithStack(188 43 | `Unexpected call of console.warn() with:\n\n${args.join(', ')}`,189 > 44 | this.warn,190 | ^191 45 | );192 46 | },193 47 | });194 at console.error (spec/frontend/environment.js:44:27)195 at warn (node_modules/vue/dist/vue.runtime.common.dev.js:4552:21)196 at assertProp (node_modules/vue/dist/vue.runtime.common.dev.js:5082:9)197 at validateProp (node_modules/vue/dist/vue.runtime.common.dev.js:5042:9)198 at initProps$1 (node_modules/vue/dist/vue.runtime.common.dev.js:5333:23)199 at initState (node_modules/vue/dist/vue.runtime.common.dev.js:5302:9)200 at VueComponent.Vue._init (node_modules/vue/dist/vue.runtime.common.dev.js:5619:9)201 at new VueComponent (node_modules/vue/dist/vue.runtime.common.dev.js:5754:18)202 at createComponentInstanceForVnode (node_modules/vue/dist/vue.runtime.common.dev.js:4494:12)203 at init (node_modules/vue/dist/vue.runtime.common.dev.js:4356:54)204 at createComponent (node_modules/vue/dist/vue.runtime.common.dev.js:6493:17)205 at createElm (node_modules/vue/dist/vue.runtime.common.dev.js:6447:13)206 at VueComponent.patch [as __patch__] (node_modules/vue/dist/vue.runtime.common.dev.js:6995:13)207 at VueComponent.Vue._update (node_modules/vue/dist/vue.runtime.common.dev.js:3718:25)208 at VueComponent.updateComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3828:16)209 at Watcher.get (node_modules/vue/dist/vue.runtime.common.dev.js:3400:33)210 at new Watcher (node_modules/vue/dist/vue.runtime.common.dev.js:3390:51)211 at mountComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3845:5)212 at VueComponent.Object.<anonymous>.Vue.$mount (node_modules/vue/dist/vue.runtime.common.dev.js:8694:12)213 at mount (node_modules/@vue/test-utils/dist/vue-test-utils.js:14067:21)214 at node_modules/lodash/_createFlow.js:68:42215 at buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:16:28)216 at Object.buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:68:9)217 console.error218 [Vue warn]: Missing required prop: "markdownDocsPath"220 found in222 ---> <Anonymous>223 <Root>224 42 | throw new ErrorWithStack(225 43 | `Unexpected call of console.warn() with:\n\n${args.join(', ')}`,226 > 44 | this.warn,227 | ^228 45 | );229 46 | },230 47 | });231 at console.error (spec/frontend/environment.js:44:27)232 at warn (node_modules/vue/dist/vue.runtime.common.dev.js:4552:21)233 at assertProp (node_modules/vue/dist/vue.runtime.common.dev.js:5082:9)234 at validateProp (node_modules/vue/dist/vue.runtime.common.dev.js:5042:9)235 at initProps$1 (node_modules/vue/dist/vue.runtime.common.dev.js:5333:23)236 at initState (node_modules/vue/dist/vue.runtime.common.dev.js:5302:9)237 at VueComponent.Vue._init (node_modules/vue/dist/vue.runtime.common.dev.js:5619:9)238 at new VueComponent (node_modules/vue/dist/vue.runtime.common.dev.js:5754:18)239 at createComponentInstanceForVnode (node_modules/vue/dist/vue.runtime.common.dev.js:4494:12)240 at init (node_modules/vue/dist/vue.runtime.common.dev.js:4356:54)241 at createComponent (node_modules/vue/dist/vue.runtime.common.dev.js:6493:17)242 at createElm (node_modules/vue/dist/vue.runtime.common.dev.js:6447:13)243 at VueComponent.patch [as __patch__] (node_modules/vue/dist/vue.runtime.common.dev.js:6995:13)244 at VueComponent.Vue._update (node_modules/vue/dist/vue.runtime.common.dev.js:3718:25)245 at VueComponent.updateComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3828:16)246 at Watcher.get (node_modules/vue/dist/vue.runtime.common.dev.js:3400:33)247 at new Watcher (node_modules/vue/dist/vue.runtime.common.dev.js:3390:51)248 at mountComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3845:5)249 at VueComponent.Object.<anonymous>.Vue.$mount (node_modules/vue/dist/vue.runtime.common.dev.js:8694:12)250 at mount (node_modules/@vue/test-utils/dist/vue-test-utils.js:14067:21)251 at node_modules/lodash/_createFlow.js:68:42252 at buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:16:28)253 at Object.buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:93:7)254 console.error255 [Vue warn]: Missing required prop: "markdownDocsPath"257 found in259 ---> <Anonymous>260 <Root>261 42 | throw new ErrorWithStack(262 43 | `Unexpected call of console.warn() with:\n\n${args.join(', ')}`,263 > 44 | this.warn,264 | ^265 45 | );266 46 | },267 47 | });268 at console.error (spec/frontend/environment.js:44:27)269 at warn (node_modules/vue/dist/vue.runtime.common.dev.js:4552:21)270 at assertProp (node_modules/vue/dist/vue.runtime.common.dev.js:5082:9)271 at validateProp (node_modules/vue/dist/vue.runtime.common.dev.js:5042:9)272 at initProps$1 (node_modules/vue/dist/vue.runtime.common.dev.js:5333:23)273 at initState (node_modules/vue/dist/vue.runtime.common.dev.js:5302:9)274 at VueComponent.Vue._init (node_modules/vue/dist/vue.runtime.common.dev.js:5619:9)275 at new VueComponent (node_modules/vue/dist/vue.runtime.common.dev.js:5754:18)276 at createComponentInstanceForVnode (node_modules/vue/dist/vue.runtime.common.dev.js:4494:12)277 at init (node_modules/vue/dist/vue.runtime.common.dev.js:4356:54)278 at createComponent (node_modules/vue/dist/vue.runtime.common.dev.js:6493:17)279 at createElm (node_modules/vue/dist/vue.runtime.common.dev.js:6447:13)280 at VueComponent.patch [as __patch__] (node_modules/vue/dist/vue.runtime.common.dev.js:6995:13)281 at VueComponent.Vue._update (node_modules/vue/dist/vue.runtime.common.dev.js:3718:25)282 at VueComponent.updateComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3828:16)283 at Watcher.get (node_modules/vue/dist/vue.runtime.common.dev.js:3400:33)284 at new Watcher (node_modules/vue/dist/vue.runtime.common.dev.js:3390:51)285 at mountComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3845:5)286 at VueComponent.Object.<anonymous>.Vue.$mount (node_modules/vue/dist/vue.runtime.common.dev.js:8694:12)287 at mount (node_modules/@vue/test-utils/dist/vue-test-utils.js:14067:21)288 at node_modules/lodash/_createFlow.js:68:42289 at buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:16:28)290 at Object.buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:107:7)291 console.error292 [Vue warn]: Missing required prop: "markdownDocsPath"294 found in296 ---> <Anonymous>297 <Root>298 42 | throw new ErrorWithStack(299 43 | `Unexpected call of console.warn() with:\n\n${args.join(', ')}`,300 > 44 | this.warn,301 | ^302 45 | );303 46 | },304 47 | });305 at console.error (spec/frontend/environment.js:44:27)306 at warn (node_modules/vue/dist/vue.runtime.common.dev.js:4552:21)307 at assertProp (node_modules/vue/dist/vue.runtime.common.dev.js:5082:9)308 at validateProp (node_modules/vue/dist/vue.runtime.common.dev.js:5042:9)309 at initProps$1 (node_modules/vue/dist/vue.runtime.common.dev.js:5333:23)310 at initState (node_modules/vue/dist/vue.runtime.common.dev.js:5302:9)311 at VueComponent.Vue._init (node_modules/vue/dist/vue.runtime.common.dev.js:5619:9)312 at new VueComponent (node_modules/vue/dist/vue.runtime.common.dev.js:5754:18)313 at createComponentInstanceForVnode (node_modules/vue/dist/vue.runtime.common.dev.js:4494:12)314 at init (node_modules/vue/dist/vue.runtime.common.dev.js:4356:54)315 at createComponent (node_modules/vue/dist/vue.runtime.common.dev.js:6493:17)316 at createElm (node_modules/vue/dist/vue.runtime.common.dev.js:6447:13)317 at VueComponent.patch [as __patch__] (node_modules/vue/dist/vue.runtime.common.dev.js:6995:13)318 at VueComponent.Vue._update (node_modules/vue/dist/vue.runtime.common.dev.js:3718:25)319 at VueComponent.updateComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3828:16)320 at Watcher.get (node_modules/vue/dist/vue.runtime.common.dev.js:3400:33)321 at new Watcher (node_modules/vue/dist/vue.runtime.common.dev.js:3390:51)322 at mountComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3845:5)323 at VueComponent.Object.<anonymous>.Vue.$mount (node_modules/vue/dist/vue.runtime.common.dev.js:8694:12)324 at mount (node_modules/@vue/test-utils/dist/vue-test-utils.js:14067:21)325 at node_modules/lodash/_createFlow.js:68:42326 at buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:16:28)327 at Object.buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:133:5)328 console.error329 [Vue warn]: Missing required prop: "markdownDocsPath"331 found in333 ---> <Anonymous>334 <Root>335 42 | throw new ErrorWithStack(336 43 | `Unexpected call of console.warn() with:\n\n${args.join(', ')}`,337 > 44 | this.warn,338 | ^339 45 | );340 46 | },341 47 | });342 at console.error (spec/frontend/environment.js:44:27)343 at warn (node_modules/vue/dist/vue.runtime.common.dev.js:4552:21)344 at assertProp (node_modules/vue/dist/vue.runtime.common.dev.js:5082:9)345 at validateProp (node_modules/vue/dist/vue.runtime.common.dev.js:5042:9)346 at initProps$1 (node_modules/vue/dist/vue.runtime.common.dev.js:5333:23)347 at initState (node_modules/vue/dist/vue.runtime.common.dev.js:5302:9)348 at VueComponent.Vue._init (node_modules/vue/dist/vue.runtime.common.dev.js:5619:9)349 at new VueComponent (node_modules/vue/dist/vue.runtime.common.dev.js:5754:18)350 at createComponentInstanceForVnode (node_modules/vue/dist/vue.runtime.common.dev.js:4494:12)351 at init (node_modules/vue/dist/vue.runtime.common.dev.js:4356:54)352 at createComponent (node_modules/vue/dist/vue.runtime.common.dev.js:6493:17)353 at createElm (node_modules/vue/dist/vue.runtime.common.dev.js:6447:13)354 at VueComponent.patch [as __patch__] (node_modules/vue/dist/vue.runtime.common.dev.js:6995:13)355 at VueComponent.Vue._update (node_modules/vue/dist/vue.runtime.common.dev.js:3718:25)356 at VueComponent.updateComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3828:16)357 at Watcher.get (node_modules/vue/dist/vue.runtime.common.dev.js:3400:33)358 at new Watcher (node_modules/vue/dist/vue.runtime.common.dev.js:3390:51)359 at mountComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3845:5)360 at VueComponent.Object.<anonymous>.Vue.$mount (node_modules/vue/dist/vue.runtime.common.dev.js:8694:12)361 at mount (node_modules/@vue/test-utils/dist/vue-test-utils.js:14067:21)362 at node_modules/lodash/_createFlow.js:68:42363 at buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:16:28)364 at Object.buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:163:9)365 console.error366 [Vue warn]: Missing required prop: "markdownDocsPath"368 found in370 ---> <Anonymous>371 <Root>372 42 | throw new ErrorWithStack(373 43 | `Unexpected call of console.warn() with:\n\n${args.join(', ')}`,374 > 44 | this.warn,375 | ^376 45 | );377 46 | },378 47 | });379 at console.error (spec/frontend/environment.js:44:27)380 at warn (node_modules/vue/dist/vue.runtime.common.dev.js:4552:21)381 at assertProp (node_modules/vue/dist/vue.runtime.common.dev.js:5082:9)382 at validateProp (node_modules/vue/dist/vue.runtime.common.dev.js:5042:9)383 at initProps$1 (node_modules/vue/dist/vue.runtime.common.dev.js:5333:23)384 at initState (node_modules/vue/dist/vue.runtime.common.dev.js:5302:9)385 at VueComponent.Vue._init (node_modules/vue/dist/vue.runtime.common.dev.js:5619:9)386 at new VueComponent (node_modules/vue/dist/vue.runtime.common.dev.js:5754:18)387 at createComponentInstanceForVnode (node_modules/vue/dist/vue.runtime.common.dev.js:4494:12)388 at init (node_modules/vue/dist/vue.runtime.common.dev.js:4356:54)389 at createComponent (node_modules/vue/dist/vue.runtime.common.dev.js:6493:17)390 at createElm (node_modules/vue/dist/vue.runtime.common.dev.js:6447:13)391 at VueComponent.patch [as __patch__] (node_modules/vue/dist/vue.runtime.common.dev.js:6995:13)392 at VueComponent.Vue._update (node_modules/vue/dist/vue.runtime.common.dev.js:3718:25)393 at VueComponent.updateComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3828:16)394 at Watcher.get (node_modules/vue/dist/vue.runtime.common.dev.js:3400:33)395 at new Watcher (node_modules/vue/dist/vue.runtime.common.dev.js:3390:51)396 at mountComponent (node_modules/vue/dist/vue.runtime.common.dev.js:3845:5)397 at VueComponent.Object.<anonymous>.Vue.$mount (node_modules/vue/dist/vue.runtime.common.dev.js:8694:12)398 at mount (node_modules/@vue/test-utils/dist/vue-test-utils.js:14067:21)399 at node_modules/lodash/_createFlow.js:68:42400 at buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:16:28)401 at Object.buildWrapper (spec/frontend_integration/content_editor/content_editor_integration_spec.js:186:5)402PASS ee/spec/frontend_integration/security_orchestration/policy_editor/policy_scope/all_projects_with_exceptions_spec.js403PASS ee/spec/frontend_integration/security_orchestration/policy_editor/policy_scope/specific_projects_spec.js404PASS spec/frontend_integration/lib/utils/browser_spec.js405PASS spec/frontend_integration/ide/user_opens_file_spec.js406PASS ee/spec/frontend_integration/security_dashboard/vulnerability_report_init_integration_spec.js407PASS ee/spec/frontend_integration/security_orchestration/policy_editor/scan_execution/rules_spec.js408PASS ee/spec/frontend_integration/security_orchestration/policy_editor/pipeline_execution/actions_spec.js409PASS spec/frontend_integration/snippets/snippets_notes_spec.js410Warning: fragment with name MilestoneFragment already exists.411graphql-tag enforces all fragment names across your application to be unique; read more about412this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names413Warning: fragment with name TimelogFragment already exists.414graphql-tag enforces all fragment names across your application to be unique; read more about415this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names416PASS ee/spec/frontend_integration/vulnerabilities/vulnerabilities_init_integration_spec.js417PASS ee/spec/frontend_integration/security_orchestration/policy_editor/init_spec.js418PASS ee/spec/frontend_integration/security_orchestration/policy_editor/pipeline_execution/pipeline_execution_spec.js419PASS ee/spec/frontend_integration/security_orchestration/policy_editor/scan_result/scan_result_spec.js420PASS spec/frontend_integration/ide/user_opens_mr_spec.js421PASS ee/spec/frontend_integration/security_dashboard/security_dashboard_init_integration_spec.js422PASS ee/spec/frontend_integration/security_orchestration/policies_list/init_spec.js423PASS ee/spec/frontend_integration/security_orchestration/policy_editor/scan_execution/scan_execution_spec.js424PASS ee/spec/frontend_integration/vulnerabilities/new_vulnerability_init_integration_spec.js425PASS spec/frontend_integration/test_helpers/utils/obj_spec.js426Test Suites: 27 passed, 27 total427Tests: 150 passed, 150 total428Snapshots: 4 passed, 4 total429Time: 138.751 s430Ran all test suites.431Done in 140.89s.432==> 'yarn jest:integration --ci' succeeded in 142 seconds.434Not uploading cache node-modules-debian-bookworm-test-17 due to policy436Job succeeded