chore: updated skin to 18.4.0 #1398
Annotations
2 errors and 2 warnings
src/components/ebay-tooltip/test/test.browser.js > given the default tooltip > when the host element is hovered > when the host element loses hover > then it emits the collapse event:
src/components/ebay-tooltip/test/test.browser.js#L40
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-CUwLt_eT.js"
rel="modulepreload"
/>
</head>
<body>
<div>
<span>
<span>
<span
class="tooltip tooltip--expanded"
id="nid-amt-1"
>
<a
aria-controls="c0-overlay"
aria-describedby="c0-overlay"
aria-expanded="true"
class="tooltip__host"
href="https://www.ebay.com"
>
View options
</a>
<span
class="tooltip__overlay"
id="c0-overlay"
role="tooltip"
style="left: 0px; top: 23px;"
>
<span
class="tooltip__pointer"
style="left: 38.1953px; top: -4px;"
/>
<span
class="tooltip__mask"
>
<span
class="tooltip__cell"
>
<span
class="tooltip__content"
>
<p>
Use Access Key 'S' to display settings.
</p>
</span>
</span>
</span>
</span>
</span>
</span>
</span>
</div>
</body>
</html>...
- Expected
+ Received
- 1
+ 0
❯ src/components/ebay-tooltip/test/test.browser.js:40:68
|
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: webfactory/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: webfactory/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|