build(deps): bump openai from 4.38.5 to 4.39.0 #1499
Annotations
2 errors
Unhandled error:
node_modules/@testing-library/svelte/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1126
TestingLibraryElementError: Unable to find an element with the text: dummy-name. 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
<div
class="whitespace-nowrap justify-self-start"
role="cell"
/>
Ignored nodes: comments, script, style
<div
class="whitespace-nowrap justify-self-start"
role="cell"
/>
❯ waitForWrapper ../../node_modules/@testing-library/svelte/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1126:27
❯ ../../node_modules/@testing-library/svelte/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1206:12
❯ src/pages/Models.spec.ts:144:33
This error originated in "src/pages/Models.spec.ts" 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 "Import button should redirect to import page". 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.
|
linter, formatters and unit tests / macos-12
Process completed with exit code 1.
|