Merge pull request #666 from objectstack-ai/copilot/optimize-opportun… #818
changeset-release.yml
on: push
Changeset Release
5m 34s
Annotations
2 errors
|
Changeset Release
Process completed with exit code 1.
|
|
packages/plugin-grid/src/__tests__/mobile-card-view.test.tsx > Mobile Card View: Currency formatting > should format Amount as compact currency ($150K):
packages/plugin-grid/src/__tests__/mobile-card-view.test.tsx#L125
TestingLibraryElementError: Unable to find an element with the text: $150K. 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
<body>
<div>
<div
class="space-y-2 p-2"
>
<div
class="border rounded-lg p-2.5 bg-card hover:bg-accent/50 cursor-pointer transition-colors touch-manipulation border-l-[3px] border-l-green-500"
>
<div
class="font-semibold text-sm truncate mb-1"
>
ObjectStack Enterprise License
</div>
<div
class="flex items-center justify-between gap-2 mb-1"
>
<span
class="text-sm tabular-nums font-medium"
>
$150.0K
</span>
<div
class="inline-flex items-center rounded-full border px-2.5 py-0.5 font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 text-xs shrink-0 max-w-[140px] truncate bg-green-100 text-green-800 border-green-300"
>
Closed Won
</div>
</div>
<div
class="flex items-center justify-between py-0.5 text-xs text-muted-foreground"
>
<span
class="tabular-nums"
>
Jan 15, '24
</span>
<span
class="tabular-nums"
>
100%
</span>
</div>
</div>
<div
class="border rounded-lg p-2.5 bg-card hover:bg-accent/50 cursor-pointer transition-colors touch-manipulation border-l-[3px] border-l-yellow-500"
>
<div
class="font-semibold text-sm truncate mb-1"
>
Global Fin Q1 Upsell
</div>
<div
class="flex items-center justify-between gap-2 mb-1"
>
<span
class="text-sm tabular-nums font-medium"
>
$45.0K
</span>
<div
class="inline-flex items-center rounded-full border px-2.5 py-0.5 font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 text-xs shrink-0 max-w-[140px] truncate bg-yellow-100 text-yellow-800 border-yellow-300"
>
Negotiation
</div>
</div>
<div
class="flex items-center justify-between py-0.5 text-xs text-muted-foreground"
>
<span
class="tabular-nums"
>
Mar 30, '24
</span>
<span
class="tabular-nums"
>
80%
</span>
</div>
</div>
<div
class="border rounded-lg p-2.5 bg-card hover:bg-accent/50 cursor-pointer transition-colors touch-manipulation border-l-[3px] border-l-blue-500"
>
<div
class="font-semibold text-sm truncate mb-1"
>
London Annual Renewal
</div>
<div
class="flex items-center justify-between gap-2 mb-1"
>
<span
class="text-sm tabular-nums font-medium"
>
$85.0K
</span>
<div
class="inline-flex items-center rounded-full border px-2.5 py-0.5 font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 text-xs shrink-0 max-w-[140px] truncate bg-blue-100 text-blue-800 border-blue-300"
>
Proposal
</div>
</div>
<div
class="flex items-center justify-between py-0.5 text-xs text-muted-foreground"
>
<span
class="tabular-nums"
>
May 15, '24
</span>
<span
class="tabular-nums"
>
60%
</span>
</div>
</div>
</div>
</div>
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div
class="space-y-2 p-2"
>
<div
class="border round
|