ecosystem-ci-from-pr #397
ecosystem-ci-from-pr.yml
on: workflow_dispatch
Annotations
15 errors
execute-all (primevue)
Process completed with exit code 1.
|
components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx > VAutocomplete > should have selected chip with array of strings:
workspace/vuetify/vuetify/packages/vuetify/src/components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx#L97
AssertionError: expected [ <button …(4)>…(1)</button>, …(1) ] to have a length of +0 but got 2
- Expected
+ Received
- 0
+ 2
❯ components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx:97:50
|
components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx > VAutocomplete > should not replicate html select hotkeys in v-autocomplete:
workspace/vuetify/vuetify/packages/vuetify/src/components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx#L398
AssertionError: expected [ <div …(4)>…(4)</div>, …(2) ] to have a length of 2 but got 3
- Expected
+ Received
- 2
+ 3
❯ components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx:398:22
|
components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx > VAutocomplete > auto-select-first > should auto-select-first item when pressing enter:
workspace/vuetify/vuetify/packages/vuetify/src/components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx#L491
Error: Matcher did not succeed in 1000ms
❯ setup components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx:491:45
❯ components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx:497:42
Caused by: Caused by: Error: expect(element).toHaveClass("v-list-item--active")
Expected the element to have class:
v-list-item--active
Received:
v-list-item v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text
|
components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx > VAutocomplete > auto-select-first > should auto-select-first item when pressing tab:
workspace/vuetify/vuetify/packages/vuetify/src/components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx#L491
Error: Matcher did not succeed in 1000ms
❯ setup components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx:491:45
❯ components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx:505:42
Caused by: Caused by: Error: expect(element).toHaveClass("v-list-item--active")
Expected the element to have class:
v-list-item--active
Received:
v-list-item v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text
|
components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx > VAutocomplete > auto-select-first > should not auto-select-first item when blur:
workspace/vuetify/vuetify/packages/vuetify/src/components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx#L491
Error: Matcher did not succeed in 1000ms
❯ setup components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx:491:45
❯ components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx:513:42
Caused by: Caused by: Error: expect(element).toHaveClass("v-list-item--active")
Expected the element to have class:
v-list-item--active
Received:
v-list-item v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text
|
components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx > VAutocomplete > should always have empty input value when it is unfocused and when using selection slot or chips:
workspace/vuetify/vuetify/packages/vuetify/src/components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx#L632
TestingLibraryElementError: Found multiple elements with the role "option"
Here are the matching elements:
Ignored nodes: comments, script, style
<div
aria-selected="true"
class="v-list-item v-list-item--active v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text"
role="option"
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__spacer"
/>
</div>
<div
class="v-list-item__content"
data-no-activator=""
>
<div
class="v-list-item-title"
>
Item 1
</div>
</div>
</div>
Ignored nodes: comments, script, style
<div
aria-selected="false"
class="v-list-item v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text"
role="option"
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__spacer"
/>
</div>
<div
class="v-list-item__content"
data-no-activator=""
>
<div
class="v-list-item-title"
>
Item 2
</div>
</div>
</div>
Ignored nodes: comments, script, style
<div
aria-selected="false"
class="v-list-item v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text"
role="option"
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__spacer"
/>
</div>
<div
class="v-list-item__content"
data-no-activator=""
>
<div
class="v-list-item-title"
>
Item 3
</div>
</div>
</div>
Ignored nodes: comments, script, style
<div
aria-selected="false"
class="v-list-item v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text"
role="option"
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__spacer"
/>
</div>
<div
class="v-list-item__content"
data-no-activator=""
>
<div
class="v-list-item-title"
>
Item 4
</div>
</div>
</div>
(If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)).
Ignored nodes: comments, script, style
<body>
<div
class="v-overlay-container"
>
<div
class="v-overlay v-overlay--absolute v-overlay--active v-theme--light v-locale--is-ltr v-menu"
id="v-menu-2"
style="z-index: 2000;"
>
<div
class="v-overlay__content v-autocomplete__content"
style="max-height: 310px;"
target="[object HTMLDivElement]"
>
<div
aria-live="polite"
class="v-list v-theme--light v-list--density-default v-list--one-line"
role="listbox"
tabindex="-1"
>
<div
class="v-virtual-scroll__spacer"
style="padding-top: 0px;"
/>
<div
aria-selected="true"
class="v-list-item v-list-item--active v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text"
role="option"
tabindex="-2"
>
<span
class="v-list-item__overlay"
/>
<span
class="v-list-item__underlay"
|
execute-all (vuetify)
Process completed with exit code 1.
|
test/runtime-compiler.test.ts > test basic config > expect render page without any error or logs:
workspace/nuxt/nuxt/test/utils.ts#L64
AssertionError: expected [ { type: 'error', …(1) } ] to deeply equal []
- Expected
+ Received
- Array []
+ Array [
+ Object {
+ "text": "Failed to load resource: the server responded with a status of 500 (Internal Server Error)",
+ "type": "error",
+ },
+ ]
❯ Module.expectNoClientErrors test/utils.ts:64:28
❯ test/runtime-compiler.test.ts:22:5
|
test/runtime-compiler.test.ts > test basic config > test HelloWorld.vue:
workspace/nuxt/nuxt/test/runtime-compiler.test.ts#L26
FetchError: [GET] "http://127.0.0.1:44771/": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:311:14
❯ $fetch2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15
❯ test/runtime-compiler.test.ts:26:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:44771/', options: { headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, retry: +0 }, response: { _data: { url: '/', statusCode: 500, statusMessage: '', message: 'alienSignals.Subscriber.startTrack is not a function', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:44771/', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/', statusCode: 500, statusMessage: '', message: 'alienSignals.Subscriber.startTrack is not a function', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|
test/runtime-compiler.test.ts > test basic config > test Name.ts:
workspace/nuxt/nuxt/test/runtime-compiler.test.ts#L36
FetchError: [GET] "http://127.0.0.1:44771/": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:311:14
❯ $fetch2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15
❯ test/runtime-compiler.test.ts:36:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:44771/', options: { headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, retry: +0 }, response: { _data: { url: '/', statusCode: 500, statusMessage: '', message: 'alienSignals.Subscriber.startTrack is not a function', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:44771/', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/', statusCode: 500, statusMessage: '', message: 'alienSignals.Subscriber.startTrack is not a function', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|
test/runtime-compiler.test.ts > test basic config > test ShowTemplate.ts:
workspace/nuxt/nuxt/test/runtime-compiler.test.ts#L47
FetchError: [GET] "http://127.0.0.1:44771/": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:311:14
❯ $fetch2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15
❯ test/runtime-compiler.test.ts:47:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:44771/', options: { headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, retry: +0 }, response: { _data: { url: '/', statusCode: 500, statusMessage: '', message: 'alienSignals.Subscriber.startTrack is not a function', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:44771/', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/', statusCode: 500, statusMessage: '', message: 'alienSignals.Subscriber.startTrack is not a function', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|
test/runtime-compiler.test.ts > test basic config > test Interactive component.ts:
workspace/nuxt/nuxt/test/runtime-compiler.test.ts#L58
FetchError: [GET] "http://127.0.0.1:44771/": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:311:14
❯ $fetch2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15
❯ test/runtime-compiler.test.ts:58:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:44771/', options: { headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, retry: +0 }, response: { _data: { url: '/', statusCode: 500, statusMessage: '', message: 'alienSignals.Subscriber.startTrack is not a function', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:44771/', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/', statusCode: 500, statusMessage: '', message: 'alienSignals.Subscriber.startTrack is not a function', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|
execute-all (nuxt)
Process completed with exit code 1.
|
execute-all (vueuse)
Process completed with exit code 1.
|