Exclude learn.tg addresses from leaderboard. Closes #125 #102
Annotations
2 errors and 2 warnings
|
test
Process completed with exit code 1.
|
|
components/__tests__/DonateModal.test.tsx > DonateModal > Amount input interactions > enables donate button when valid amount is entered:
apps/nextjs/components/__tests__/DonateModal.test.tsx#L240
TestingLibraryElementError: Unable to find a label with the text of: /Amount \(USDT\)/i
Ignored nodes: comments, script, style
<body>
<div>
<div
class="fixed inset-0 z-50 flex items-center justify-center bg-black/40 backdrop-blur-sm"
>
<div
class="bg-white rounded-xl shadow-xl w-full max-w-md p-6 relative"
>
<button
class="absolute top-2 right-2"
data-testid="button-ghost-icon"
>
✕
</button>
<h2
class="text-xl font-semibold mb-4"
>
Donate to course
#
1
</h2>
<div
class="space-y-2 text-sm"
>
<div>
Your USDT Balance
:
<span
class="font-mono"
>
0
</span>
</div>
<div>
Your CELO (gas)
:
<span
class="font-mono"
>
0
</span>
</div>
</div>
<div
class="mt-6 flex justify-end space-x-3"
>
<button
data-testid="button-outline-sm"
>
Cancel
</button>
<button
data-testid="button-undefined-sm"
disabled=""
>
Approve & Donate
</button>
</div>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/config.js:37:19
❯ getAllByLabelText node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/queries/label-text.js:111:38
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ components/__tests__/DonateModal.test.tsx:240:28
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
Running public-only test suite. API tests are excluded as they require the private repository, which is handled by the GitLab CI.
|