Skip to content
Triggered via push July 12, 2024 22:04
Status Failure
Total duration 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Unhandled error: packages/react-to-web-component/src/react-to-web-component.test.tsx#L324
TypeError: Cannot read properties of null (reading 'click') ❯ Timeout._onTimeout src/react-to-web-component.test.tsx:324:16 ❯ listOnTimeout node:internal/timers:573:17 ❯ processTimers node:internal/timers:514:7 This error originated in "src/react-to-web-component.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "Props typed as Function convert the string value of attribute into global fn calls bound to the webcomponent instance". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/react-to-web-component/src/react-to-web-component.test.tsx#L304
AssertionError: expected 'globalFn was not called to clear the …' to deeply equal 'not to fail because globalFn should h…' - Expected + Received - not to fail because globalFn should have been called to clear the failure timeout + globalFn was not called to clear the failure timeout ❯ Timeout._onTimeout src/react-to-web-component.test.tsx:304:72 ❯ listOnTimeout node:internal/timers:573:17 ❯ processTimers node:internal/timers:514:7 This error originated in "src/react-to-web-component.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "Props typed as Function convert the string value of attribute into global fn calls bound to the webcomponent instance". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
verify
Process completed with exit code 1.
verify
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/