fix: make PR mode the default workflow #291
ci.yml
on: pull_request
Check
55s
Web Check
24s
Audit
24s
Annotations
2 errors
|
Web Check
Process completed with exit code 1.
|
|
src/components/BrowseList.test.tsx > BrowseList > Enter navigates to detail:
web/src/components/BrowseList.test.tsx#L86
TestingLibraryElementError: Unable to find an element by: [data-testid="detail"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="page"
>
<div
class="header"
>
<h2
class="heading"
>
Wanted Board
</h2>
<div
class="headerActions"
>
<button
class="inferBtn"
type="button"
>
+ Infer
</button>
<button
class="postBtn"
type="button"
>
+ Post
</button>
</div>
</div>
<div
aria-label="Filter wanted items"
class="bar"
role="search"
>
<select
aria-label="Filter by status"
class="select"
>
<option
value=""
>
all statuses
</option>
<option
value="open"
>
open
</option>
<option
value="claimed"
>
claimed
</option>
<option
value="in_review"
>
in_review
</option>
<option
value="completed"
>
completed
</option>
</select>
<select
aria-label="Filter by type"
class="select"
>
<option
value=""
>
all types
</option>
<option
value="feature"
>
feature
</option>
<option
value="bug"
>
bug
</option>
<option
value="design"
>
design
</option>
<option
value="rfc"
>
rfc
</option>
<option
value="docs"
>
docs
</option>
<option
value="inference"
>
inference
</option>
</select>
<select
aria-label="Sort order"
class="select"
>
<option
value="priority"
>
priority
</option>
<option
value="newest"
>
newest
</option>
<option
value="alpha"
>
alpha
</option>
</select>
<select
aria-label="View mode"
class="select"
>
<option
value="mine"
>
my PRs
</option>
<option
value="all"
>
all PRs
</option>
<option
value="upstream"
>
upstream
</option>
</select>
<input
aria-label="Search items"
class="input"
placeholder="search..."
type="text"
value=""
/>
</div>
<table
aria-label="Wanted items"
class="table"
>
<thead>
<tr
class="thead"
>
<th
class="th"
>
Priority
</th>
<th
class="th"
>
Title
</th>
<th
class="th"
>
Status
</th>
<th
class="th"
>
Type
</th>
<th
class="th"
>
Posted By
</th>
<th
class="th"
>
Claimed By
</th>
</tr>
</thead>
<tbody>
<tr
class="row"
>
<td
class="td"
>
<span
class="badge"
data-priority="2"
>
P
2
</span>
</t
|