Skip to content

ecosystem-ci-from-pr #754

ecosystem-ci-from-pr

ecosystem-ci-from-pr #754

Manually triggered March 25, 2026 07:04
Status Failure
Total duration 5m 20s
Artifacts

ecosystem-ci-from-pr.yml

on: workflow_dispatch
Running for PR #13045
3s
Running for PR #13045
Matrix: execute-all
execute-selected-suite
0s
execute-selected-suite
update-comment
8s
update-comment
Fit to window
Zoom out
Zoom in

Annotations

21 errors
execute-all (language-tools)
Property 'at' does not exist on type 'Node[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
execute-all (language-tools)
Cannot find name '__dirname'.
execute-all (language-tools)
Cannot find name '__dirname'.
execute-all (language-tools)
Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
execute-all (language-tools)
Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
execute-all (language-tools)
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
execute-all (language-tools)
Cannot find namespace 'NodeJS'.
execute-all (language-tools)
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
execute-all (language-tools)
Property 'at' does not exist on type 'SimpleExpressionNode[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
execute-all (language-tools)
Property 'at' does not exist on type 'Set<string>[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
execute-all (quasar)
Process completed with exit code 1.
components/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with loading > should respond to full item click: workspace/vuetify/vuetify/packages/vuetify/src/components/VTreeview/__tests__/VTreeview.spec.browser.tsx#L831
Error: expect(element).toBeVisible() Received element is not visible: <div class="v-list-item-title" /> ❯ toBeVisible components/VTreeview/__tests__/VTreeview.spec.browser.tsx:831:39
components/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with loading > should respond to direct clicks on the toggle icon: workspace/vuetify/vuetify/packages/vuetify/src/components/VTreeview/__tests__/VTreeview.spec.browser.tsx#L784
Error: expect(element).toBeVisible() Received element is not visible: <div class="v-list-item-title" /> ❯ toBeVisible components/VTreeview/__tests__/VTreeview.spec.browser.tsx:784:39
components/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with reactive items and props registration > should return correct isOpen state in prepend slot: workspace/vuetify/vuetify/packages/vuetify/src/components/VTreeview/__tests__/VTreeview.spec.browser.tsx#L731
Error: expect(element).toHaveTextContent() Expected element to have text content: /^true$/ Received: false ❯ toHaveTextContent components/VTreeview/__tests__/VTreeview.spec.browser.tsx:731:28
components/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with reactive items and props registration > return-object > open > open and collapse should both work: workspace/vuetify/vuetify/packages/vuetify/src/components/VTreeview/__tests__/VTreeview.spec.browser.tsx#L321
TestingLibraryElementError: Unable to find an element with the text: /Core/. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <div class="v-list v-list--slim v-theme--light v-list--density-default v-list--one-line v-treeview" role="tree" tabindex="0" > <div class="v-list-group v-list-group--prepend v-list-group--subgroup v-treeview-group" > <div aria-expanded="false" aria-selected="false" class="v-list-item v-list-item--link v-list-item--slim v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text v-treeview-item v-list-group__header" id="v-list-group--id-1" role="treeitem" tabindex="-2" > <span class="v-list-item__overlay" /> <span class="v-list-item__underlay" /> <div class="v-list-item__prepend" > <div class="v-list-item-action v-list-item-action--start" > <button class="v-btn v-btn--icon v-theme--light v-btn--density-compact v-btn--size-default v-btn--variant-text" type="button" > <span class="v-btn__overlay" /> <span class="v-btn__underlay" /> <span class="v-btn__content" data-no-activator="" > <i aria-hidden="true" class="v-icon notranslate v-theme--light v-icon--size-default" > <svg aria-hidden="true" class="v-icon__svg" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <path d="M10,17L15,12L10,7V17Z" /> </svg> </i> </span> <span class="v-ripple__container" > <span class="v-ripple__animation v-ripple__animation--enter v-ripple__animation--visible" data-activated="63425.5" data-is-hiding="true" style="width: 39.598px; height: 39.598px; transform: translate(-5.79899px, -5.79899px) scale3d(0.3, 0.3, 0.3);" /> </span> </button> </div> <div class="v-list-item__spacer" /> </div> <div class="v-list-item__content" data-no-activator="" > <div class="v-list-item-title" > Vuetify Human Resources </div> </div> </div> </div> </div> </div> </body> ❯ Object.getElementError node_modules/.vite/vitest/ef98362b8a6b0c8cd804b0d227aa1ffeaba89786/deps/@testing-library_vue.js?v=85f3dc59:431:18 ❯ node_modules/.vite/vitest/ef98362b8a6b0c8cd804b0d227aa1ffeaba89786/deps/@testing-library_vue.js?v=85f3dc59:1206:24 ❯ node_modules/.vite/vitest/ef98362b8a6b0c8cd804b0d227aa1ffeaba89786/deps/@testing-library_vue.js?v=85f3dc59:1185:16 ❯ node_modules/.vite/vitest/ef98362b8a6b0c8cd804b0d227aa1ffeaba89786/deps/@Testi
components/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with plain items and props registration > should return correct isOpen state in prepend slot: workspace/vuetify/vuetify/packages/vuetify/src/components/VTreeview/__tests__/VTreeview.spec.browser.tsx#L731
Error: expect(element).toHaveTextContent() Expected element to have text content: /^true$/ Received: false ❯ toHaveTextContent components/VTreeview/__tests__/VTreeview.spec.browser.tsx:731:28
components/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with plain items and props registration > return-object > open > open and collapse should both work: workspace/vuetify/vuetify/packages/vuetify/src/components/VTreeview/__tests__/VTreeview.spec.browser.tsx#L321
TestingLibraryElementError: Unable to find an element with the text: /Core/. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <div class="v-list v-list--slim v-theme--light v-list--density-default v-list--one-line v-treeview" role="tree" tabindex="0" > <div class="v-list-group v-list-group--prepend v-list-group--subgroup v-treeview-group" > <div aria-expanded="false" aria-selected="false" class="v-list-item v-list-item--link v-list-item--slim v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text v-treeview-item v-list-group__header" id="v-list-group--id-1" role="treeitem" tabindex="-2" > <span class="v-list-item__overlay" /> <span class="v-list-item__underlay" /> <div class="v-list-item__prepend" > <div class="v-list-item-action v-list-item-action--start" > <button class="v-btn v-btn--icon v-theme--light v-btn--density-compact v-btn--size-default v-btn--variant-text" type="button" > <span class="v-btn__overlay" /> <span class="v-btn__underlay" /> <span class="v-btn__content" data-no-activator="" > <i aria-hidden="true" class="v-icon notranslate v-theme--light v-icon--size-default" > <svg aria-hidden="true" class="v-icon__svg" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <path d="M10,17L15,12L10,7V17Z" /> </svg> </i> </span> <span class="v-ripple__container" > <span class="v-ripple__animation v-ripple__animation--visible v-ripple__animation--in" data-activated="54346.600000000006" data-is-hiding="true" style="width: 39.598px; height: 39.598px; transform: translate(-5.79899px, -5.79899px) scale3d(1, 1, 1);" /> </span> </button> </div> <div class="v-list-item__spacer" /> </div> <div class="v-list-item__content" data-no-activator="" > <div class="v-list-item-title" > Vuetify Human Resources </div> </div> </div> </div> </div> </div> </body> ❯ Object.getElementError node_modules/.vite/vitest/ef98362b8a6b0c8cd804b0d227aa1ffeaba89786/deps/@testing-library_vue.js?v=85f3dc59:431:18 ❯ node_modules/.vite/vitest/ef98362b8a6b0c8cd804b0d227aa1ffeaba89786/deps/@testing-library_vue.js?v=85f3dc59:1206:24 ❯ node_modules/.vite/vitest/ef98362b8a6b0c8cd804b0d227aa1ffeaba89786/deps/@testing-library_vue.js?v=85f3dc59:1185:16 ❯ node_modules/.vite/vitest/ef98362b8a6b0c8cd804b0d227aa1ffeaba89786/deps/@tes
components/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with reactive items and render registration > should return correct isOpen state in prepend slot: workspace/vuetify/vuetify/packages/vuetify/src/components/VTreeview/__tests__/VTreeview.spec.browser.tsx#L731
Error: expect(element).toHaveTextContent() Expected element to have text content: /^true$/ Received: false ❯ toHaveTextContent components/VTreeview/__tests__/VTreeview.spec.browser.tsx:731:28
components/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with reactive items and render registration > return-object > open > open and collapse should both work: workspace/vuetify/vuetify/packages/vuetify/src/components/VTreeview/__tests__/VTreeview.spec.browser.tsx#L321
Error: expect(element).toBeVisible() Received element is not visible: <div class="v-list-item-title" /> ❯ toBeVisible components/VTreeview/__tests__/VTreeview.spec.browser.tsx:321:55 Caused by: Error: Matcher did not succeed in time.
components/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with plain items and render registration > should return correct isOpen state in prepend slot: workspace/vuetify/vuetify/packages/vuetify/src/components/VTreeview/__tests__/VTreeview.spec.browser.tsx#L731
Error: expect(element).toHaveTextContent() Expected element to have text content: /^true$/ Received: false ❯ toHaveTextContent components/VTreeview/__tests__/VTreeview.spec.browser.tsx:731:28
components/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with plain items and render registration > return-object > open > open and collapse should both work: workspace/vuetify/vuetify/packages/vuetify/src/components/VTreeview/__tests__/VTreeview.spec.browser.tsx#L321
Error: expect(element).toBeVisible() Received element is not visible: <div class="v-list-item-title" /> ❯ toBeVisible components/VTreeview/__tests__/VTreeview.spec.browser.tsx:321:55 Caused by: Caused by: Error: Matcher did not succeed in time.