chore(deps): bump lucide-react from 0.544.0 to 1.14.0 #4784
ci.yml
on: pull_request
Build Core
3m 25s
Test
13m 18s
Build Docs
4m 22s
E2E Tests
0s
Annotations
6 errors
|
Build Core
Process completed with exit code 2.
|
|
Build Core
@object-ui/app-shell#build: command (/home/runner/work/objectui/objectui/packages/app-shell) /usr/local/bin/pnpm run build exited (2)
|
|
Build Core
Unused '@ts-expect-error' directive.
|
|
Test
Process completed with exit code 1.
|
|
apps/console/dev/__tests__/ActivityFeedFilters.test.tsx > ActivityFeed filters > shows all filter toggle badges:
apps/console/dev/__tests__/ActivityFeedFilters.test.tsx#L85
TestingLibraryElementError: Found multiple elements with the text: Filter
Here are the matching elements:
Ignored nodes: comments, script, style
<button
class="h-7 px-2"
variant="ghost"
>
<span>
Filter
</span>
Filter
</button>
Ignored nodes: comments, script, style
<span>
Filter
</span>
(If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)).
Ignored nodes: comments, script, style
<body>
<div>
<div
data-testid="sheet"
>
<button
aria-label="Activity feed"
class="h-8 w-8"
variant="ghost"
>
<span
data-testid="bell-icon"
>
🔔
</span>
<span
class="absolute -top-0.5 -right-0.5 h-3.5 w-3.5 rounded-full bg-primary text-[9px] font-bold text-primary-foreground flex items-center justify-center"
>
4
</span>
</button>
<div
data-testid="sheet-content"
>
<div>
<div
class="flex items-center justify-between"
>
Recent Activity
<button
class="h-7 px-2"
variant="ghost"
>
<span>
Filter
</span>
Filter
</button>
</div>
</div>
<ul
class="mt-4 space-y-1 overflow-y-auto max-h-[calc(100vh-8rem)]"
>
<li
class="flex items-start gap-3 rounded-md px-2 py-2 hover:bg-muted/50 transition-colors"
>
<span
class="mt-0.5 shrink-0 text-green-500"
>
<span>
+
</span>
</span>
<div
class="min-w-0 flex-1"
>
<p
class="text-sm leading-snug"
>
Created lead Alpha
</p>
<p
class="mt-0.5 text-xs text-muted-foreground"
>
Alice
·
0s ago
</p>
</div>
</li>
<li
class="flex items-start gap-3 rounded-md px-2 py-2 hover:bg-muted/50 transition-colors"
>
<span
class="mt-0.5 shrink-0 text-blue-500"
>
<span>
✏
</span>
</span>
<div
class="min-w-0 flex-1"
>
<p
class="text-sm leading-snug"
>
Updated contact Beta
</p>
<p
class="mt-0.5 text-xs text-muted-foreground"
>
Bob
·
0s ago
</p>
</div>
</li>
<li
class="flex items-start gap-3 rounded-md px-2 py-2 hover:bg-muted/50 transition-colors"
>
<span
class="mt-0.5 shrink-0 text-red-500"
>
<span>
🗑
</span>
</span>
<div
class="min-w-0 flex-1"
>
<p
class="text-sm leading-snug"
>
Deleted task Gamma
</p>
<p
class="mt-0.5 text-xs text-muted-foreground"
>
Charlie
·
0s ago
</p>
</div>
</li>
<li
class="flex items-start gap-3 rounded-md px-2 py-2 hover:bg-muted/50 transition-colors"
>
<span
class="mt-0.5 shrink-0 text-amber-500"
>
<span>
💬
</span>
</span>
<div
class="min-w-0 flex-1"
>
<p
class="text-sm leading-snug"
>
Commented on Delta
</p>
|
|
apps/console/dev/__tests__/ActivityFeedFilters.test.tsx > ActivityFeed filters > toggling a filter type hides matching activities:
apps/console/dev/__tests__/ActivityFeedFilters.test.tsx#L65
TestingLibraryElementError: Found multiple elements with the text: Filter
Here are the matching elements:
Ignored nodes: comments, script, style
<button
class="h-7 px-2"
variant="ghost"
>
<span>
Filter
</span>
Filter
</button>
Ignored nodes: comments, script, style
<span>
Filter
</span>
(If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)).
Ignored nodes: comments, script, style
<body>
<div>
<div
data-testid="sheet"
>
<button
aria-label="Activity feed"
class="h-8 w-8"
variant="ghost"
>
<span
data-testid="bell-icon"
>
🔔
</span>
<span
class="absolute -top-0.5 -right-0.5 h-3.5 w-3.5 rounded-full bg-primary text-[9px] font-bold text-primary-foreground flex items-center justify-center"
>
4
</span>
</button>
<div
data-testid="sheet-content"
>
<div>
<div
class="flex items-center justify-between"
>
Recent Activity
<button
class="h-7 px-2"
variant="ghost"
>
<span>
Filter
</span>
Filter
</button>
</div>
</div>
<ul
class="mt-4 space-y-1 overflow-y-auto max-h-[calc(100vh-8rem)]"
>
<li
class="flex items-start gap-3 rounded-md px-2 py-2 hover:bg-muted/50 transition-colors"
>
<span
class="mt-0.5 shrink-0 text-green-500"
>
<span>
+
</span>
</span>
<div
class="min-w-0 flex-1"
>
<p
class="text-sm leading-snug"
>
Created lead Alpha
</p>
<p
class="mt-0.5 text-xs text-muted-foreground"
>
Alice
·
0s ago
</p>
</div>
</li>
<li
class="flex items-start gap-3 rounded-md px-2 py-2 hover:bg-muted/50 transition-colors"
>
<span
class="mt-0.5 shrink-0 text-blue-500"
>
<span>
✏
</span>
</span>
<div
class="min-w-0 flex-1"
>
<p
class="text-sm leading-snug"
>
Updated contact Beta
</p>
<p
class="mt-0.5 text-xs text-muted-foreground"
>
Bob
·
0s ago
</p>
</div>
</li>
<li
class="flex items-start gap-3 rounded-md px-2 py-2 hover:bg-muted/50 transition-colors"
>
<span
class="mt-0.5 shrink-0 text-red-500"
>
<span>
🗑
</span>
</span>
<div
class="min-w-0 flex-1"
>
<p
class="text-sm leading-snug"
>
Deleted task Gamma
</p>
<p
class="mt-0.5 text-xs text-muted-foreground"
>
Charlie
·
0s ago
</p>
</div>
</li>
<li
class="flex items-start gap-3 rounded-md px-2 py-2 hover:bg-muted/50 transition-colors"
>
<span
class="mt-0.5 shrink-0 text-amber-500"
>
<span>
💬
</span>
</span>
<div
class="min-w-0 flex-1"
>
<p
class="text-sm leading-snug"
>
Commented on Delta
</p>
|