Skip to content

chore: added tests to 3d-viewer and video #2391 #1607

chore: added tests to 3d-viewer and video #2391

chore: added tests to 3d-viewer and video #2391 #1607

Triggered via push January 21, 2025 19:57
Status Failure
Total duration 3m 29s
Artifacts

node.js.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
src/components/ebay-alert-dialog/test/test.browser.js > given a closed dialog > then it is opened > then it is visible in the DOM: src/components/ebay-alert-dialog/test/test.browser.js#L46
AssertionError: expected [] to have a length of 1 but got +0 Ignored nodes: comments, script, style <html lang="en" > <head> <meta charset="UTF-8" /> <link href="/__vitest__/favicon.svg" rel="icon" type="image/svg+xml" /> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <title> Vitest Browser Tester </title> <link crossorigin="" href="/__vitest_browser__/utils-Owv5OOOf.js" rel="modulepreload" /> </head> <body style="position:fixed;overflow:hidden;height:896px;width:414px;" > <div> <div aria-labelledby="c0-0-0-dialog-title" aria-modal="true" class="alert-dialog alert-dialog--mask-fade alert-dialog--show" hidden="" role="alertdialog" > <div class="alert-dialog__window alert-dialog__window alert-dialog__window--fade" > <div class="alert-dialog__header" > <h2 class="alert-dialog__title" id="c0-0-0-dialog-title" > Alert! </h2> </div> <div class="alert-dialog__main" id="c0-0-alert-dialog-main" > You must acknowledge this alert to continue. <p> This 'alert' text should be 1-2 lines. </p> </div> <div class="alert-dialog__footer" > <button aria-describedby="c0-0-alert-dialog-main" class="alert-dialog__acknowledge btn btn--primary" data-ebayui="" id="c0-0-alert-dialog-confirm" type="button" > OK </button> </div> </div> </div> <button class="btn btn--secondary" data-ebayui="" type="button" > Open Alert Dialog </button> </div> </body> </html>... - Expected + Received - 1 + 0 ❯ src/components/ebay-alert-dialog/test/test.browser.js:46:54 ❯ runWithExpensiveErrorDiagnosticsDisabled ../../../../../node_modules/.vite/deps/@marko_testing-library.js:11131:12 ❯ checkCallback ../../../../../node_modules/.vite/deps/@marko_testing-library.js:11711:24 ❯ checkRealTimersCallback ../../../../../node_modules/.vite/deps/@marko_testing-library.js:11705:16
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636