Running Copilot coding agent #631
Annotations
8 errors
|
copilot
The job has exceeded the maximum execution time of 59m0s
|
|
copilot
The operation was canceled.
|
|
packages/plugin-grid/src/__tests__/VirtualGrid.test.tsx > VirtualGrid: column alignment > applies center alignment to header and cells:
packages/plugin-grid/src/__tests__/VirtualGrid.test.tsx#L148
TestingLibraryElementError: Unable to find an element with the text: 42. 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=""
>
<div
class="grid border-b sticky top-0 bg-background z-10 "
style="grid-template-columns: 1fr;"
>
<div
class="px-4 py-2 font-semibold text-sm text-center"
>
Count
</div>
</div>
<div
class="overflow-auto"
style="height: 600px; contain: strict;"
>
<div
style="height: 40px; width: 100%; position: relative;"
/>
</div>
<div
class="px-4 py-2 text-xs text-muted-foreground border-t"
>
Showing
0
of
1
rows (virtual scrolling enabled)
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ packages/plugin-grid/src/__tests__/VirtualGrid.test.tsx:148:19
|
|
packages/plugin-grid/src/__tests__/VirtualGrid.test.tsx > VirtualGrid: basic rendering > renders footer with row count:
packages/plugin-grid/src/__tests__/VirtualGrid.test.tsx#L79
TestingLibraryElementError: Unable to find an element with the text: /Showing 3 of 3 rows/. 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=""
>
<div
class="grid border-b sticky top-0 bg-background z-10 "
style="grid-template-columns: 1fr 1fr 1fr;"
>
<div
class="px-4 py-2 font-semibold text-sm text-left"
>
Name
</div>
<div
class="px-4 py-2 font-semibold text-sm text-left"
>
Email
</div>
<div
class="px-4 py-2 font-semibold text-sm text-left"
>
Age
</div>
</div>
<div
class="overflow-auto"
style="height: 600px; contain: strict;"
>
<div
style="height: 120px; width: 100%; position: relative;"
/>
</div>
<div
class="px-4 py-2 text-xs text-muted-foreground border-t"
>
Showing
0
of
3
rows (virtual scrolling enabled)
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ packages/plugin-grid/src/__tests__/VirtualGrid.test.tsx:79:14
|
|
packages/plugin-grid/src/__tests__/VirtualGrid.test.tsx > VirtualGrid: basic rendering > renders row cell values:
packages/plugin-grid/src/__tests__/VirtualGrid.test.tsx#L70
TestingLibraryElementError: Unable to find an element with the text: Alice. 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=""
>
<div
class="grid border-b sticky top-0 bg-background z-10 "
style="grid-template-columns: 1fr 1fr 1fr;"
>
<div
class="px-4 py-2 font-semibold text-sm text-left"
>
Name
</div>
<div
class="px-4 py-2 font-semibold text-sm text-left"
>
Email
</div>
<div
class="px-4 py-2 font-semibold text-sm text-left"
>
Age
</div>
</div>
<div
class="overflow-auto"
style="height: 600px; contain: strict;"
>
<div
style="height: 120px; width: 100%; position: relative;"
/>
</div>
<div
class="px-4 py-2 text-xs text-muted-foreground border-t"
>
Showing
0
of
3
rows (virtual scrolling enabled)
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ packages/plugin-grid/src/__tests__/VirtualGrid.test.tsx:70:19
|
|
packages/plugin-view/src/__tests__/FilterUI.test.tsx > FilterUI > select filter values > calls onChange when a select value is changed:
packages/plugin-view/src/__tests__/FilterUI.test.tsx#L298
AssertionError: expected "vi.fn()" to be called with arguments: [ { status: 'active' } ]
Received:
1st vi.fn() call:
[
{
- "status": "active",
+ "status": "",
},
]
Number of calls: 1
❯ packages/plugin-view/src/__tests__/FilterUI.test.tsx:298:24
|
|
packages/i18n/src/__tests__/provider.test.tsx > I18nProvider > accepts pre-created instance:
packages/i18n/src/__tests__/provider.test.tsx#L26
AssertionError: expected { Object (observers, options, ...) } to be { Object (observers, options, ...) } // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: { Object (observers, options, ...) }
Received: serializes to the same string
Compared values have no visual difference.
❯ packages/i18n/src/__tests__/provider.test.tsx:26:33
|
|
packages/react/src/context/__tests__/ActionContext.test.tsx > ActionContext > ActionProvider execute error > executes an action that fails and sets error state:
packages/react/src/context/__tests__/ActionContext.test.tsx#L105
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ packages/react/src/context/__tests__/ActionContext.test.tsx:105:36
|