CI: Increase sharding for unit-tests #43638
Triggered via pull request
February 13, 2025 08:09
Status
Failure
Total duration
12m 23s
Artifacts
–
Annotations
2 errors
../addons/interactions/template/stories/basics.stories.ts > Sync Wait For:
code/lib/test/dist/index.mjs#L33175
TestingLibraryElementError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/addons-interactions-tests-basics--sync-wait-for&addonPanel=storybook/test/panel
Unable to find an element with the text: Completed!!. 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>
<form
id="interaction-test-form"
>
<label>
Enter Value
<input
data-testid="value"
required=""
type="text"
value="foobar"
/>
</label>
<button
type="submit"
>
Submit
</button>
</form>
</div>
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"
/>
<base
target="_parent"
/>
</head>
<body
style="background: rgb(255, 255, 255); color: rgb(46, 52, 56);"
>
<div
class="sb-preparing-story sb-wrapper"
>
<div
class="sb-loader"
/>
</div>
<div
class="sb-preparing-docs sb-wrapper"
>
<div
class="sb-previewBlock"
>
<div
class="sb-previewBlock_header"
>
<div
class="sb-previewBlock_icon"
/>
<div
class="sb-previewBlock_icon"
/>
<div
class="sb-previewBlock_icon"
/>
<div
class="sb-previewBlock_icon"
/>
</div>
<div
class="sb-previewBlock_body"
>
<div
class="sb-loader"
/>
</div>
</div>
<table
aria-hidden="true"
class="sb-argstableBlock"
>
<thead
class="sb-argstableBlock-head"
>
<tr>
<th>
<span>
Name
</span>
</th>
<th>
<span>
Description
</span>
</th>
<th>
<span>
Default
</span>
</th>
<th>
<span>
Control
</span>
</th>
</tr>
</thead>
<tbody
class="sb-argstableBlock-body"
>
<tr>
<td>
<span>
propertyName
</span>
<span
title="Required"
>
*
</span>
</td>
<td>
<div>
<span>
This is a short description
</span>
</div>
<div
class="sb-argstableBlock-summary"
>
<div>
<span
class="sb-argstableBlock-code"
>
summary
</span>
</div>
|
Core Unit Tests, windows-latest
Process completed with exit code 1.
|