Handle failed optimistic user messages - #388
1458 tests run, 1430 passed, 0 skipped, 28 failed.
Annotations
Check failure on line 1 in SidebarDraggableComponent › Badge Rendering
github-actions / Frontend Unit Test Results
SidebarDraggableComponent › Badge Rendering.should render Beta badge when beta prop is true
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Raw output
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Ignored nodes: comments, script, style
<body>
<div>
<div
data-on-open-change="function (change) {
/* istanbul ignore next */
cov_xvayh385x().f[17]++;
cov_xvayh385x().s[103]++;
return setOpen(change);
}"
data-on-value-change="function handleSelectChange(value) {
/* istanbul ignore next */
cov_xvayh385x().f[14]++;
cov_xvayh385x().s[85]++;
switch (value) {
case \"download\":
/* istanbul ignore next */
cov_xvayh385x().b[25][0]++;
{
var type =
/* istanbul ignore next */
(cov_xvayh385x().s[86]++, (0, utils_1.removeCountFromString)(itemName));
/* istanbul ignore next */
cov_xvayh385x().s[87]++;
(0, reactflowUtils_1.downloadNode)((0, reactflowUtils_1.createFlowComponent)({
id: (0, reactflowUtils_1.getNodeId)(type),
type: type,
node: apiClass
}, version));
/* istanbul ignore next */
cov_xvayh385x().s[88]++;
break;
}
case \"delete\":
/* istanbul ignore next */
cov_xvayh385x().b[25][1]++;
{
/* istanbul ignore next */
cov_xvayh385x().s[89]++;
if (onDelete) {
/* istanbul ignore next */
cov_xvayh385x().b[26][0]++;
cov_xvayh385x().s[90]++;
onDelete();
/* istanbul ignore next */
cov_xvayh385x().s[91]++;
break;
} else
/* istanbul ignore next */
{
cov_xvayh385x().b[26][1]++;
}
var flowId =
/* istanbul ignore next */
(cov_xvayh385x().s[92]++,
/* istanbul ignore next */
(cov_xvayh385x().b[28][0]++, flows === null) ||
/* istanbul ignore next */
(cov_xvayh385x().b[28][1]++, flows === void 0) ?
/* istanbul ignore next */
(cov_xvayh385x().b[27][0]++, void 0) :
/* istanbul ignore next */
(cov_xvayh385x().b[27][1]++, flows.find(function (f) {
/* istanbul ignore next */
cov_xvayh385x().f[15]++;
cov_xvayh385x().s[93]++;
return f.name === display_name;
})));
/* istanbul ignore next */
cov_xvayh385x().s[94]++;
if (flowId) {
/* istanbul ignore next */
cov_xvayh385x().b[29][0]++;
cov_xvayh385x().s[95]++;
deleteFlow({
id: flowId.id
});
} else
/* istanbul ignore next */
{
cov_xvayh385x().b[29][1]++;
}
cov_xvayh385x().s[96]++;
break;
}
}
}"
data-open="false"
data-testid="select"
>
<div
class="z-50"
data-testid="tooltip"
>
<div
class="rounded-md outline-none ring-ring focus-visible:ring-1"
data-testid="testsection_test component_draggable"
data-tooltip-id="test-component"
tabindex="0"
>
<div
class="group/draggable flex cursor-grab items-center gap-2 rounded-md bg-muted p-1 px-2 hover:bg-secondary-hover/75 bg-muted text-foreground"
data-testid="TestSectionTest Component"
draggable="true"
id="TestSectionTest Component"
style="border-left-color: rgb(255, 0, 0);"
>
<span
class="h-[18px] w-[18px] shrink-0"
data-testid="forwarded-icon-TestIcon"
>
TestIcon
</span>
<div
class="flex flex-1 items-center overflow-hidden"
>
<div
class="z-50"
data-content="Test Component"
data-testid="tooltip"
>
<span
class="truncate text-sm font-normal"
data-testid="display-name"
>
Test Component
</span>
</div>
<span
class="ml-1.5 shrink-0"
data-testid="badge-purpleStatic-xq"
>
Beta
</span>
</div>
<div
class="flex shrink-0 items-center gap-1"
>
<button
class="text-primary"
data-size="icon"
data-testid="add-component-button-test-component"
data-variant="ghost"
tabindex="-1"
>
<span
class="h-4 w-4 shrink-0 transition-all group-hover/draggable:opacity-100 group-focus/draggable:opacity-100 sm:opacity-0"
data-testid="forwarded-icon-Plus"
>
Plus
</span>
</button>
<div>
<span
class="h-4 w-4 shrink-0 text-muted-foreground group-hover/draggable:text-primary"
data-testid="forwarded-icon-GripVertical"
>
GripVertical
</span>
<div
data-testid="select-trigger"
tabindex="-1"
/>
<div
data-position="popper"
data-side="bottom"
data-side-offset="-25"
data-testid="select-content"
style="position: absolute; left: 0px; top: 0px;"
>
<button
data-testid="select-item-download"
data-value="download"
>
<div
class="flex"
>
<span
class="relative top-0.5 mr-2 h-4 w-4"
data-testid="icon-Download"
>
Download
</span>
Download
</div>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
at Object.getElementError (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/config.js:37:19)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/pages/FlowPage/components/flowSidebarComponent/components/__tests__/sidebarDraggableComponent.test.tsx:321:21)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in SidebarDraggableComponent › Badge Rendering
github-actions / Frontend Unit Test Results
SidebarDraggableComponent › Badge Rendering.should render both badges when both beta and legacy are true
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Raw output
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Ignored nodes: comments, script, style
<body>
<div>
<div
data-on-open-change="function (change) {
/* istanbul ignore next */
cov_xvayh385x().f[17]++;
cov_xvayh385x().s[103]++;
return setOpen(change);
}"
data-on-value-change="function handleSelectChange(value) {
/* istanbul ignore next */
cov_xvayh385x().f[14]++;
cov_xvayh385x().s[85]++;
switch (value) {
case \"download\":
/* istanbul ignore next */
cov_xvayh385x().b[25][0]++;
{
var type =
/* istanbul ignore next */
(cov_xvayh385x().s[86]++, (0, utils_1.removeCountFromString)(itemName));
/* istanbul ignore next */
cov_xvayh385x().s[87]++;
(0, reactflowUtils_1.downloadNode)((0, reactflowUtils_1.createFlowComponent)({
id: (0, reactflowUtils_1.getNodeId)(type),
type: type,
node: apiClass
}, version));
/* istanbul ignore next */
cov_xvayh385x().s[88]++;
break;
}
case \"delete\":
/* istanbul ignore next */
cov_xvayh385x().b[25][1]++;
{
/* istanbul ignore next */
cov_xvayh385x().s[89]++;
if (onDelete) {
/* istanbul ignore next */
cov_xvayh385x().b[26][0]++;
cov_xvayh385x().s[90]++;
onDelete();
/* istanbul ignore next */
cov_xvayh385x().s[91]++;
break;
} else
/* istanbul ignore next */
{
cov_xvayh385x().b[26][1]++;
}
var flowId =
/* istanbul ignore next */
(cov_xvayh385x().s[92]++,
/* istanbul ignore next */
(cov_xvayh385x().b[28][0]++, flows === null) ||
/* istanbul ignore next */
(cov_xvayh385x().b[28][1]++, flows === void 0) ?
/* istanbul ignore next */
(cov_xvayh385x().b[27][0]++, void 0) :
/* istanbul ignore next */
(cov_xvayh385x().b[27][1]++, flows.find(function (f) {
/* istanbul ignore next */
cov_xvayh385x().f[15]++;
cov_xvayh385x().s[93]++;
return f.name === display_name;
})));
/* istanbul ignore next */
cov_xvayh385x().s[94]++;
if (flowId) {
/* istanbul ignore next */
cov_xvayh385x().b[29][0]++;
cov_xvayh385x().s[95]++;
deleteFlow({
id: flowId.id
});
} else
/* istanbul ignore next */
{
cov_xvayh385x().b[29][1]++;
}
cov_xvayh385x().s[96]++;
break;
}
}
}"
data-open="false"
data-testid="select"
>
<div
class="z-50"
data-testid="tooltip"
>
<div
class="rounded-md outline-none ring-ring focus-visible:ring-1"
data-testid="testsection_test component_draggable"
data-tooltip-id="test-component"
tabindex="0"
>
<div
class="group/draggable flex cursor-grab items-center gap-2 rounded-md bg-muted p-1 px-2 hover:bg-secondary-hover/75 bg-muted text-foreground"
data-testid="TestSectionTest Component"
draggable="true"
id="TestSectionTest Component"
style="border-left-color: rgb(255, 0, 0);"
>
<span
class="h-[18px] w-[18px] shrink-0"
data-testid="forwarded-icon-TestIcon"
>
TestIcon
</span>
<div
class="flex flex-1 items-center overflow-hidden"
>
<div
class="z-50"
data-content="Test Component"
data-testid="tooltip"
>
<span
class="truncate text-sm font-normal"
data-testid="display-name"
>
Test Component
</span>
</div>
<span
class="ml-1.5 shrink-0"
data-testid="badge-purpleStatic-xq"
>
Beta
</span>
<span
class="ml-1.5 shrink-0"
data-testid="badge-secondaryStatic-xq"
>
Legacy
</span>
</div>
<div
class="flex shrink-0 items-center gap-1"
>
<button
class="text-primary"
data-size="icon"
data-testid="add-component-button-test-component"
data-variant="ghost"
tabindex="-1"
>
<span
class="h-4 w-4 shrink-0 transition-all group-hover/draggable:opacity-100 group-focus/draggable:opacity-100 sm:opacity-0"
data-testid="forwarded-icon-Plus"
>
Plus
</span>
</button>
<div>
<span
class="h-4 w-4 shrink-0 text-muted-foreground group-hover/draggable:text-primary"
data-testid="forwarded-icon-GripVertical"
>
GripVertical
</span>
<div
data-testid="select-trigger"
tabindex="-1"
/>
<div
data-position="popper"
data-side="bottom"
data-side-offset="-25"
data-testid="select-content"
style="position: absolute; left: 0px; top: 0px;"
>
<button
data-testid="select-item-download"
data-value="download"
>
<div
class="flex"
>
<span
class="relative top-0.5 mr-2 h-4 w-4"
data-testid="icon-Download"
>
Download
</span>
Download
</div>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
at Object.getElementError (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/config.js:37:19)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/pages/FlowPage/components/flowSidebarComponent/components/__tests__/sidebarDraggableComponent.test.tsx:341:21)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in SidebarDraggableComponent › Edge Cases
github-actions / Frontend Unit Test Results
SidebarDraggableComponent › Edge Cases.should handle complex component combinations
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Raw output
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Ignored nodes: comments, script, style
<body>
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div />
<div>
<div
data-on-open-change="function (change) {
/* istanbul ignore next */
cov_xvayh385x().f[17]++;
cov_xvayh385x().s[103]++;
return setOpen(change);
}"
data-on-value-change="function handleSelectChange(value) {
/* istanbul ignore next */
cov_xvayh385x().f[14]++;
cov_xvayh385x().s[85]++;
switch (value) {
case \"download\":
/* istanbul ignore next */
cov_xvayh385x().b[25][0]++;
{
var type =
/* istanbul ignore next */
(cov_xvayh385x().s[86]++, (0, utils_1.removeCountFromString)(itemName));
/* istanbul ignore next */
cov_xvayh385x().s[87]++;
(0, reactflowUtils_1.downloadNode)((0, reactflowUtils_1.createFlowComponent)({
id: (0, reactflowUtils_1.getNodeId)(type),
type: type,
node: apiClass
}, version));
/* istanbul ignore next */
cov_xvayh385x().s[88]++;
break;
}
case \"delete\":
/* istanbul ignore next */
cov_xvayh385x().b[25][1]++;
{
/* istanbul ignore next */
cov_xvayh385x().s[89]++;
if (onDelete) {
/* istanbul ignore next */
cov_xvayh385x().b[26][0]++;
cov_xvayh385x().s[90]++;
onDelete();
/* istanbul ignore next */
cov_xvayh385x().s[91]++;
break;
} else
/* istanbul ignore next */
{
cov_xvayh385x().b[26][1]++;
}
var flowId =
/* istanbul ignore next */
(cov_xvayh385x().s[92]++,
/* istanbul ignore next */
(cov_xvayh385x().b[28][0]++, flows === null) ||
/* istanbul ignore next */
(cov_xvayh385x().b[28][1]++, flows === void 0) ?
/* istanbul ignore next */
(cov_xvayh385x().b[27][0]++, void 0) :
/* istanbul ignore next */
(cov_xvayh385x().b[27][1]++, flows.find(function (f) {
/* istanbul ignore next */
cov_xvayh385x().f[15]++;
cov_xvayh385x().s[93]++;
return f.name === display_name;
})));
/* istanbul ignore next */
cov_xvayh385x().s[94]++;
if (flowId) {
/* istanbul ignore next */
cov_xvayh385x().b[29][0]++;
cov_xvayh385x().s[95]++;
deleteFlow({
id: flowId.id
});
} else
/* istanbul ignore next */
{
cov_xvayh385x().b[29][1]++;
}
cov_xvayh385x().s[96]++;
break;
}
}
}"
data-open="false"
data-testid="select"
>
<div
class="z-50"
data-content="Complex disabled state"
data-testid="tooltip"
>
<div
class="rounded-md outline-none ring-ring focus-visible:ring-1"
data-testid="testsection_test component_draggable"
data-tooltip-id="test-component"
tabindex="0"
>
<div
class="group/draggable flex cursor-grab items-center gap-2 rounded-md bg-muted p-1 px-2 hover:bg-secondary-hover/75 cursor-not-allowed select-none pointer-events-none bg-accent text-placeholder-foreground h-8"
data-testid="TestSectionTest Component"
draggable="false"
id="TestSectionTest Component"
style="border-left-color: rgb(255, 0, 0);"
>
<span
class="h-[18px] w-[18px] shrink-0"
data-testid="forwarded-icon-TestIcon"
>
TestIcon
</span>
<div
class="flex flex-1 items-center overflow-hidden"
>
<div
class="z-50"
data-content="Test Component"
data-testid="tooltip"
>
<span
class="truncate text-sm font-normal"
data-testid="display-name"
>
Test Component
</span>
</div>
<span
class="ml-1.5 shrink-0"
data-testid="badge-purpleStatic-xq"
>
Beta
</span>
<span
class="ml-1.5 shrink-0"
data-testid="badge-secondaryStatic-xq"
>
Legacy
</span>
</div>
<div
class="flex shrink-0 items-center gap-1"
>
<div>
<span
class="h-4 w-4 shrink-0 text-muted-foreground group-hover/draggable:text-primary"
data-testid="forwarded-icon-GripVertical"
>
GripVertical
</span>
<div
data-testid="select-trigger"
tabindex="-1"
/>
<div
data-position="popper"
data-side="bottom"
data-side-offset="-25"
data-testid="select-content"
style="position: absolute; left: 0px; top: 0px;"
>
<button
data-testid="select-item-download"
data-value="download"
>
<div
class="flex"
>
<span
class="relative top-0.5 mr-2 h-4 w-4"
data-testid="icon-Download"
>
Download
</span>
Download
</div>
</button>
<button
data-testid="draggable-component-menu-delete"
data-value="delete"
>
<div
class="flex"
>
<span
class="relative top-0.5 mr-2 h-4 w-4"
data-testid="icon-Trash2"
>
Trash2
</span>
Delete
</div>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
at Object.getElementError (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/config.js:37:19)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/pages/FlowPage/components/flowSidebarComponent/components/__tests__/sidebarDraggableComponent.test.tsx:728:21)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › incrementDuration
github-actions / Frontend Unit Test Results
useDurationStore › incrementDuration.should increment duration by 10 for new chat ID
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:113:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:113:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:112:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › incrementDuration
github-actions / Frontend Unit Test Results
useDurationStore › incrementDuration.should increment duration by 10 for existing chat ID
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:124:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:124:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:122:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › incrementDuration
github-actions / Frontend Unit Test Results
useDurationStore › incrementDuration.should increment multiple times correctly
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:134:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:134:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:133:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › incrementDuration
github-actions / Frontend Unit Test Results
useDurationStore › incrementDuration.should handle multiple chat IDs independently
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:146:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:146:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:145:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › incrementDuration
github-actions / Frontend Unit Test Results
useDurationStore › incrementDuration.should handle incrementing from zero
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:162:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:162:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:160:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › incrementDuration
github-actions / Frontend Unit Test Results
useDurationStore › incrementDuration.should handle incrementing from negative values
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:173:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:173:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:171:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › integration scenarios
github-actions / Frontend Unit Test Results
useDurationStore › integration scenarios.should handle complete chat session lifecycle
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:322:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:322:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:321:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › integration scenarios
github-actions / Frontend Unit Test Results
useDurationStore › integration scenarios.should handle multiple concurrent chat sessions
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:357:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:357:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:356:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › integration scenarios
github-actions / Frontend Unit Test Results
useDurationStore › integration scenarios.should handle session restart
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:395:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:395:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:392:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › edge cases
github-actions / Frontend Unit Test Results
useDurationStore › edge cases.should handle empty string chat IDs
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:423:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:423:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:421:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › edge cases
github-actions / Frontend Unit Test Results
useDurationStore › edge cases.should handle special character chat IDs
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:435:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:435:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:433:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › edge cases
github-actions / Frontend Unit Test Results
useDurationStore › edge cases.should handle very long chat IDs
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:447:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:447:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:445:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › edge cases
github-actions / Frontend Unit Test Results
useDurationStore › edge cases.should handle rapid successive operations
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:460:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:460:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:457:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in useDurationStore › edge cases
github-actions / Frontend Unit Test Results
useDurationStore › edge cases.should handle state persistence after operations
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:480:24
Raw output
TypeError: result.current.incrementDuration is not a function
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:480:24
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:48:24
at act (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/react/cjs/react.development.js:2512:16)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/react/dist/act-compat.js:47:25
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:477:10)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in FeatureToggles › Basic Rendering
github-actions / Frontend Unit Test Results
FeatureToggles › Basic Rendering.should render both toggle sections
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Raw output
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="flex flex-col gap-7 pb-3 px-2 pt-5"
>
<div
class="flex items-center justify-between"
>
<div
class="flex items-center space-x-2"
>
<span
class="flex cursor-default gap-2 text-sm font-medium"
>
Show
<span
class="badge-purpleStatic badge-xq"
data-testid="badge-purpleStatic-xq"
>
Beta
</span>
</span>
</div>
<button
aria-checked="false"
data-testid="sidebar-beta-switch"
role="switch"
>
OFF
</button>
</div>
<div
class="flex items-center justify-between"
>
<div
class="flex items-center space-x-2"
>
<span
class="flex cursor-default gap-2 text-sm font-medium"
>
Show
<span
class="badge-secondaryStatic badge-xq"
data-testid="badge-secondaryStatic-xq"
>
Legacy
</span>
</span>
</div>
<button
aria-checked="false"
data-testid="sidebar-legacy-switch"
role="switch"
>
OFF
</button>
</div>
</div>
</div>
</body>
at Object.getElementError (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/config.js:37:19)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/pages/FlowPage/components/flowSidebarComponent/components/__tests__/featureTogglesComponent.test.tsx:52:21)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in FeatureToggles › Basic Rendering
github-actions / Frontend Unit Test Results
FeatureToggles › Basic Rendering.should render Beta toggle with correct elements
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Raw output
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="flex flex-col gap-7 pb-3 px-2 pt-5"
>
<div
class="flex items-center justify-between"
>
<div
class="flex items-center space-x-2"
>
<span
class="flex cursor-default gap-2 text-sm font-medium"
>
Show
<span
class="badge-purpleStatic badge-xq"
data-testid="badge-purpleStatic-xq"
>
Beta
</span>
</span>
</div>
<button
aria-checked="false"
data-testid="sidebar-beta-switch"
role="switch"
>
OFF
</button>
</div>
<div
class="flex items-center justify-between"
>
<div
class="flex items-center space-x-2"
>
<span
class="flex cursor-default gap-2 text-sm font-medium"
>
Show
<span
class="badge-secondaryStatic badge-xq"
data-testid="badge-secondaryStatic-xq"
>
Legacy
</span>
</span>
</div>
<button
aria-checked="false"
data-testid="sidebar-legacy-switch"
role="switch"
>
OFF
</button>
</div>
</div>
</div>
</body>
at Object.getElementError (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/config.js:37:19)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/pages/FlowPage/components/flowSidebarComponent/components/__tests__/featureTogglesComponent.test.tsx:63:21)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in FeatureToggles › Badge Configuration
github-actions / Frontend Unit Test Results
FeatureToggles › Badge Configuration.should render Beta badge with correct variant and size
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Raw output
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="flex flex-col gap-7 pb-3 px-2 pt-5"
>
<div
class="flex items-center justify-between"
>
<div
class="flex items-center space-x-2"
>
<span
class="flex cursor-default gap-2 text-sm font-medium"
>
Show
<span
class="badge-purpleStatic badge-xq"
data-testid="badge-purpleStatic-xq"
>
Beta
</span>
</span>
</div>
<button
aria-checked="false"
data-testid="sidebar-beta-switch"
role="switch"
>
OFF
</button>
</div>
<div
class="flex items-center justify-between"
>
<div
class="flex items-center space-x-2"
>
<span
class="flex cursor-default gap-2 text-sm font-medium"
>
Show
<span
class="badge-secondaryStatic badge-xq"
data-testid="badge-secondaryStatic-xq"
>
Legacy
</span>
</span>
</div>
<button
aria-checked="false"
data-testid="sidebar-legacy-switch"
role="switch"
>
OFF
</button>
</div>
</div>
</div>
</body>
at Object.getElementError (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/config.js:37:19)
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/pages/FlowPage/components/flowSidebarComponent/components/__tests__/featureTogglesComponent.test.tsx:278:32)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in ToolsTable - Pagination Tests
github-actions / Frontend Unit Test Results
ToolsTable - Pagination Tests.should render with pagination enabled
Error: expect(received).toBe(expected) // Object.is equality
Raw output
Error: expect(received).toBe(expected) // Object.is equality
Expected: "true"
Received: "undefined"
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/modals/toolsModal/components/toolsTable/__tests__/toolsTable-pagination.test.tsx:114:43)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in ToolsTable - Pagination Tests
github-actions / Frontend Unit Test Results
ToolsTable - Pagination Tests.should set pagination page size to 50
Error: expect(received).toBe(expected) // Object.is equality
Raw output
Error: expect(received).toBe(expected) // Object.is equality
Expected: "50"
Received: ""
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/modals/toolsModal/components/toolsTable/__tests__/toolsTable-pagination.test.tsx:123:34)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in ToolsTable - Pagination Tests
github-actions / Frontend Unit Test Results
ToolsTable - Pagination Tests.should use fixed page size without selector
Error: expect(received).toBe(expected) // Object.is equality
Raw output
Error: expect(received).toBe(expected) // Object.is equality
Expected: "50"
Received: ""
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/modals/toolsModal/components/toolsTable/__tests__/toolsTable-pagination.test.tsx:133:34)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in ToolsTable - Pagination Tests
github-actions / Frontend Unit Test Results
ToolsTable - Pagination Tests.should handle large datasets (400+ tools) efficiently
Error: expect(received).toBe(expected) // Object.is equality
Raw output
Error: expect(received).toBe(expected) // Object.is equality
Expected: "true"
Received: "undefined"
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/modals/toolsModal/components/toolsTable/__tests__/toolsTable-pagination.test.tsx:150:43)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)
Check failure on line 1 in ToolsTable - Pagination Tests
github-actions / Frontend Unit Test Results
ToolsTable - Pagination Tests.should handle small datasets with pagination
Error: expect(received).toBe(expected) // Object.is equality
Raw output
Error: expect(received).toBe(expected) // Object.is equality
Expected: "true"
Received: "undefined"
at Object.<anonymous> (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/modals/toolsModal/components/toolsTable/__tests__/toolsTable-pagination.test.tsx:164:43)
at Promise.finally.completed (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)
at _callCircusTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at _runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:949:3)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:839:13)
at _runTestsForDescribeBlock (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:829:11)
at run (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:757:3)
at runAndTransformResultsToJestFormat (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)
at jestAdapter (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-circus/build/runner.js:101:19)
at runTestInternal (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:272:16)
at runTest (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:340:7)
at Object.worker (/home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/node_modules/jest-runner/build/testWorker.js:494:12)