fix(core/select-item): check by undefined not by value (#1214) #3445
Annotations
3 errors and 1 warning
Test
@siemens/ix-react#test: command (/__w/ix/ix/packages/react) pnpm run test exited (1)
|
Test:
packages/react/src/tests/toast/toast.spec.tsx#L40
TypeError: Cannot read properties of null (reading 'shadowRoot')
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<ix-button
class=""
>
Hallo
</ix-button>
</div>
<ix-toast-container
class="toast-container--bottom-right"
/>
<div
class="toast-container toast-container--bottom-right"
id="toast-container"
>
<ix-toast
class="animate__animated animate__fadeIn"
>
Foobar
</ix-toast>
</div>
</body>
</html>
❯ src/tests/toast/toast.spec.tsx:40:19
❯ runWithExpensiveErrorDiagnosticsDisabled ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/config.js:47:12
❯ checkCallback ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:127:77
❯ Timeout.checkRealTimersCallback ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:121:16
|
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading