release test #14
release-electron.yml
on: push
get-version
2s
run-tests
23s
build-linux
0s
build-windows
0s
build-macos
0s
build-self-hosted
0s
Annotations
10 errors
|
src/ui/__tests__/SamplingStats.test.tsx > SamplingStats > disables dropdowns while sampling is running:
benchmesh-serial-service/frontend/src/ui/__tests__/SamplingStats.test.tsx#L260
TestingLibraryElementError: Unable to find an element with the display value: 10.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 8px; margin-top: 8px; font-size: 11px;"
>
<div
style="display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; margin-bottom: 0px;"
>
<span
style="font-size: 10px; color: var(--text-2);"
>
▶
</span>
<span
style="font-size: 10px; color: var(--text-2); font-weight: 600;"
>
Statistical Sampling
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/ui/__tests__/SamplingStats.test.tsx:260:36
|
|
src/ui/__tests__/SamplingStats.test.tsx > SamplingStats > ignores null and NaN values:
benchmesh-serial-service/frontend/src/ui/__tests__/SamplingStats.test.tsx#L241
TestingLibraryElementError: Unable to find an element with the text: START. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 8px; margin-top: 8px; font-size: 11px;"
>
<div
style="display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; margin-bottom: 0px;"
>
<span
style="font-size: 10px; color: var(--text-2);"
>
▶
</span>
<span
style="font-size: 10px; color: var(--text-2); font-weight: 600;"
>
Statistical Sampling
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/ui/__tests__/SamplingStats.test.tsx:241:30
❯ Proxy.act node_modules/react/cjs/react.development.js:2512:16
❯ src/ui/__tests__/SamplingStats.test.tsx:240:5
|
|
src/ui/__tests__/SamplingStats.test.tsx > SamplingStats > respects custom sampling interval:
benchmesh-serial-service/frontend/src/ui/__tests__/SamplingStats.test.tsx#L211
TestingLibraryElementError: Unable to find an element with the display value: 1s.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 8px; margin-top: 8px; font-size: 11px;"
>
<div
style="display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; margin-bottom: 0px;"
>
<span
style="font-size: 10px; color: var(--text-2);"
>
▶
</span>
<span
style="font-size: 10px; color: var(--text-2); font-weight: 600;"
>
Statistical Sampling
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/ui/__tests__/SamplingStats.test.tsx:211:31
❯ Proxy.act node_modules/react/cjs/react.development.js:2512:16
❯ src/ui/__tests__/SamplingStats.test.tsx:210:5
|
|
src/ui/__tests__/SamplingStats.test.tsx > SamplingStats > resets stats when RESET button is clicked:
benchmesh-serial-service/frontend/src/ui/__tests__/SamplingStats.test.tsx#L186
TestingLibraryElementError: Unable to find an element with the text: START. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 8px; margin-top: 8px; font-size: 11px;"
>
<div
style="display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; margin-bottom: 0px;"
>
<span
style="font-size: 10px; color: var(--text-2);"
>
▶
</span>
<span
style="font-size: 10px; color: var(--text-2); font-weight: 600;"
>
Statistical Sampling
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/ui/__tests__/SamplingStats.test.tsx:186:30
❯ Proxy.act node_modules/react/cjs/react.development.js:2512:16
❯ src/ui/__tests__/SamplingStats.test.tsx:185:5
|
|
src/ui/__tests__/SamplingStats.test.tsx > SamplingStats > stops sampling when STOP button is clicked:
benchmesh-serial-service/frontend/src/ui/__tests__/SamplingStats.test.tsx#L157
TestingLibraryElementError: Unable to find an element with the text: START. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 8px; margin-top: 8px; font-size: 11px;"
>
<div
style="display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; margin-bottom: 0px;"
>
<span
style="font-size: 10px; color: var(--text-2);"
>
▶
</span>
<span
style="font-size: 10px; color: var(--text-2); font-weight: 600;"
>
Statistical Sampling
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/ui/__tests__/SamplingStats.test.tsx:157:30
❯ Proxy.act node_modules/react/cjs/react.development.js:2512:16
❯ src/ui/__tests__/SamplingStats.test.tsx:156:5
|
|
src/ui/__tests__/SamplingStats.test.tsx > SamplingStats > maintains sliding window when max samples reached:
benchmesh-serial-service/frontend/src/ui/__tests__/SamplingStats.test.tsx#L121
TestingLibraryElementError: Unable to find an element with the display value: 10.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 8px; margin-top: 8px; font-size: 11px;"
>
<div
style="display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; margin-bottom: 0px;"
>
<span
style="font-size: 10px; color: var(--text-2);"
>
▶
</span>
<span
style="font-size: 10px; color: var(--text-2); font-weight: 600;"
>
Statistical Sampling
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/ui/__tests__/SamplingStats.test.tsx:121:31
❯ Proxy.act node_modules/react/cjs/react.development.js:2512:16
❯ src/ui/__tests__/SamplingStats.test.tsx:120:5
|
|
src/ui/__tests__/SamplingStats.test.tsx > SamplingStats > updates MIN when value decreases:
benchmesh-serial-service/frontend/src/ui/__tests__/SamplingStats.test.tsx#L92
TestingLibraryElementError: Unable to find an element with the text: START. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 8px; margin-top: 8px; font-size: 11px;"
>
<div
style="display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; margin-bottom: 0px;"
>
<span
style="font-size: 10px; color: var(--text-2);"
>
▶
</span>
<span
style="font-size: 10px; color: var(--text-2); font-weight: 600;"
>
Statistical Sampling
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/ui/__tests__/SamplingStats.test.tsx:92:30
❯ Proxy.act node_modules/react/cjs/react.development.js:2512:16
❯ src/ui/__tests__/SamplingStats.test.tsx:91:5
|
|
src/ui/__tests__/SamplingStats.test.tsx > SamplingStats > collects samples and calculates stats correctly:
benchmesh-serial-service/frontend/src/ui/__tests__/SamplingStats.test.tsx#L56
TestingLibraryElementError: Unable to find an element with the text: START. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 8px; margin-top: 8px; font-size: 11px;"
>
<div
style="display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; margin-bottom: 0px;"
>
<span
style="font-size: 10px; color: var(--text-2);"
>
▶
</span>
<span
style="font-size: 10px; color: var(--text-2); font-weight: 600;"
>
Statistical Sampling
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/ui/__tests__/SamplingStats.test.tsx:56:30
❯ Proxy.act node_modules/react/cjs/react.development.js:2512:16
❯ src/ui/__tests__/SamplingStats.test.tsx:55:5
|
|
src/ui/__tests__/SamplingStats.test.tsx > SamplingStats > starts sampling when START button is clicked:
benchmesh-serial-service/frontend/src/ui/__tests__/SamplingStats.test.tsx#L35
TestingLibraryElementError: Unable to find an element with the text: START. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 8px; margin-top: 8px; font-size: 11px;"
>
<div
style="display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; margin-bottom: 0px;"
>
<span
style="font-size: 10px; color: var(--text-2);"
>
▶
</span>
<span
style="font-size: 10px; color: var(--text-2); font-weight: 600;"
>
Statistical Sampling
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/ui/__tests__/SamplingStats.test.tsx:35:32
|
|
src/ui/__tests__/SamplingStats.test.tsx > SamplingStats > renders with initial empty state:
benchmesh-serial-service/frontend/src/ui/__tests__/SamplingStats.test.tsx#L21
TestingLibraryElementError: Unable to find an element with the text: MIN. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 8px; margin-top: 8px; font-size: 11px;"
>
<div
style="display: flex; align-items: center; gap: 6px; cursor: pointer; user-select: none; margin-bottom: 0px;"
>
<span
style="font-size: 10px; color: var(--text-2);"
>
▶
</span>
<span
style="font-size: 10px; color: var(--text-2); font-weight: 600;"
>
Test Sampling
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/ui/__tests__/SamplingStats.test.tsx:21:19
|