Skip to content

Fix multiselect labels colors #742

Fix multiselect labels colors

Fix multiselect labels colors #742

Triggered via pull request November 23, 2023 15:46
Status Success
Total duration 7m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 16 warnings
renders aligns: src/components/drops/drop/index.test.js#L278
Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Object { - "left": "400px", + "left": "300px", "top": "100px", "width": "100px", } Ignored nodes: comments, script, style <html> <head /> <body> <div /> <div> <div class="sc-aXZVg sc-gEvEer kXJfvh foXvXm" data-testid="drop" style="left: 300px; top: 100px; width: 100px;" width="[object Object]" > Drop content </div> </div> </body> </html> at /home/runner/work/netdata-ui/netdata-ui/src/components/drops/drop/index.test.js:307:70 at runWithExpensiveErrorDiagnosticsDisabled (/home/runner/work/netdata-ui/netdata-ui/node_modules/@testing-library/dom/dist/config.js:47:12) at checkCallback (/home/runner/work/netdata-ui/netdata-ui/node_modules/@testing-library/dom/dist/wait-for.js:123:77) at checkRealTimersCallback (/home/runner/work/netdata-ui/netdata-ui/node_modules/@testing-library/dom/dist/wait-for.js:117:16) at Timeout.task [as _onTimeout] (/home/runner/work/netdata-ui/netdata-ui/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/browser/Window.js:520:19) at listOnTimeout (node:internal/timers:569:17) at processTimers (node:internal/timers:512:7)
Run Tests
Error: The process '/usr/local/bin/yarn' failed with exit code 1 Error: The process '/usr/local/bin/yarn' failed with exit code 1 at rh._setResult (/home/runner/work/_actions/ArtiomTr/jest-coverage-report-action/v2/dist/index.js:21:17898) at rh.CheckComplete (/home/runner/work/_actions/ArtiomTr/jest-coverage-report-action/v2/dist/index.js:21:17485) at ChildProcess.<anonymous> (/home/runner/work/_actions/ArtiomTr/jest-coverage-report-action/v2/dist/index.js:21:16477) at ChildProcess.emit (node:events:517:28) at maybeClose (node:internal/child_process:1098:16) at ChildProcess._handle.onexit (node:internal/child_process:303:5)
Run Tests
Error: The process '/usr/local/bin/yarn' failed with exit code 1 Error: The process '/usr/local/bin/yarn' failed with exit code 1 at rh._setResult (/home/runner/work/_actions/ArtiomTr/jest-coverage-report-action/v2/dist/index.js:21:17898) at rh.CheckComplete (/home/runner/work/_actions/ArtiomTr/jest-coverage-report-action/v2/dist/index.js:21:17485) at ChildProcess.<anonymous> (/home/runner/work/_actions/ArtiomTr/jest-coverage-report-action/v2/dist/index.js:21:16477) at ChildProcess.emit (node:events:517:28) at maybeClose (node:internal/child_process:1098:16) at ChildProcess._handle.onexit (node:internal/child_process:303:5)
Run Tests
Jest coverage report action failed
Run Tests
Process completed with exit code 1.
🧾 Statement is not covered: src/components/select/index.js#L93
Warning! Not covered statement
🧾 Statement is not covered: src/components/select/index.js#L93
Warning! Not covered statement
🧾 Statement is not covered: src/components/select/index.js#L104
Warning! Not covered statement
🧾 Statement is not covered: src/components/select/index.js#L123
Warning! Not covered statement
🧾 Statement is not covered: src/components/select/index.js#L131
Warning! Not covered statement
🧾 Statement is not covered: src/components/select/index.js#L154
Warning! Not covered statement
🌿 Branch is not covered: src/components/select/index.js#L106
Warning! Not covered branch
🌿 Branch is not covered: src/components/select/index.js#L106
Warning! Not covered branch
🌿 Branch is not covered: src/components/select/index.js#L127
Warning! Not covered branch
🌿 Branch is not covered: src/components/select/index.js#L127
Warning! Not covered branch
🌿 Branch is not covered: src/components/select/index.js#L132
Warning! Not covered branch
🌿 Branch is not covered: src/components/select/index.js#L132
Warning! Not covered branch
🌿 Branch is not covered: src/components/select/index.js#L135
Warning! Not covered branch
🌿 Branch is not covered: src/components/select/index.js#L156
Warning! Not covered branch
🌿 Branch is not covered: src/components/select/index.js#L156
Warning! Not covered branch
Run Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/