leaderboard designs #4729
ci.yml
on: pull_request
cache-deps
3m 37s
Unit Tests
3m 24s
Playwright Tests
11m 44s
vercel-deploy-preview
5m 46s
Annotations
10 errors, 23 warnings, and 3 notices
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:49:1 βΊ can add a pending tag:
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L54
1) [chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:49:1 βΊ can add a pending tag ββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag comminor_2')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag comminor_2')
52 | })}_${test.info().parallelIndex}`
53 | await checkoutPage.addPendingTag(tagName)
> 54 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
55 | })
56 |
57 | test('cannot add an invalid tag name', async ({ checkoutPage }) => {
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:54:76
|
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:49:1 βΊ can add a pending tag:
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L54
1) [chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:49:1 βΊ can add a pending tag ββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag studio_2')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag studio_2')
52 | })}_${test.info().parallelIndex}`
53 | await checkoutPage.addPendingTag(tagName)
> 54 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
55 | })
56 |
57 | test('cannot add an invalid tag name', async ({ checkoutPage }) => {
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:54:76
|
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:49:1 βΊ can add a pending tag:
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L54
1) [chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:49:1 βΊ can add a pending tag ββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag debeo_2')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag debeo_2')
52 | })}_${test.info().parallelIndex}`
53 | await checkoutPage.addPendingTag(tagName)
> 54 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
55 | })
56 |
57 | test('cannot add an invalid tag name', async ({ checkoutPage }) => {
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:54:76
|
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:64:1 βΊ can confirm a tag:
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L68
2) [chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:64:1 βΊ can confirm a tag ββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag fp')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag fp')
66 | const tagName = faker.string.alphanumeric({ length: { min: 1, max: 20 } })
67 | await checkoutPage.addPendingTag(tagName)
> 68 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
69 | await checkoutPage.confirmTags(expect)
70 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeHidden()
71 |
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:68:76
|
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:64:1 βΊ can confirm a tag:
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L68
2) [chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:64:1 βΊ can confirm a tag ββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag WunbG')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag WunbG')
66 | const tagName = faker.string.alphanumeric({ length: { min: 1, max: 20 } })
67 | await checkoutPage.addPendingTag(tagName)
> 68 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
69 | await checkoutPage.confirmTags(expect)
70 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeHidden()
71 |
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:68:76
|
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:64:1 βΊ can confirm a tag:
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L68
2) [chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:64:1 βΊ can confirm a tag ββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag M87tk7')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag M87tk7')
66 | const tagName = faker.string.alphanumeric({ length: { min: 1, max: 20 } })
67 | await checkoutPage.addPendingTag(tagName)
> 68 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
69 | await checkoutPage.confirmTags(expect)
70 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeHidden()
71 |
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:68:76
|
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:101:1 βΊ can refer a tag:
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L125
3) [chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:101:1 βΊ can refer a tag βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag umbra_5')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag umbra_5')
123 | tagsToRegister.push(tagName)
124 | await checkoutPage.addPendingTag(tagName)
> 125 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
126 | }
127 |
128 | // check referral code and referrer are visible
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:125:78
|
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:101:1 βΊ can refer a tag:
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L125
3) [chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:101:1 βΊ can refer a tag βββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag clarus_5')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag clarus_5')
123 | tagsToRegister.push(tagName)
124 | await checkoutPage.addPendingTag(tagName)
> 125 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
126 | }
127 |
128 | // check referral code and referrer are visible
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:125:78
|
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:101:1 βΊ can refer a tag:
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L125
3) [chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:101:1 βΊ can refer a tag βββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag absum_5')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag absum_5')
123 | tagsToRegister.push(tagName)
124 | await checkoutPage.addPendingTag(tagName)
> 125 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
126 | }
127 |
128 | // check referral code and referrer are visible
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:125:78
|
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:205:1 βΊ cannot confirm a tag without paying:
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L208
4) [chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:205:1 βΊ cannot confirm a tag without paying
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag tabesco_6')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag tabesco_6')
206 | const tagName = `${faker.lorem.word()}_${test.info().parallelIndex}`
207 | await checkoutPage.addPendingTag(tagName)
> 208 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
209 | await checkoutPage.page.pause()
210 | const { data, error } = await supabase.rpc('confirm_tags', {
211 | tag_names: [tagName],
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:208:76
|
Unit Tests
Skipping ca-certificates: most recent version 2024-07-02 not installed
|
Unit Tests
Skipping gcc: most recent version 14.1.0_2 not installed
|
Unit Tests
Skipping gdbm: most recent version 1.24 not installed
|
Unit Tests
Skipping krb5: most recent version 1.21.3 not installed
|
Unit Tests
Skipping libgpg-error: most recent version 1.50 not installed
|
Unit Tests
Skipping libtirpc: most recent version 1.3.4 not installed
|
Unit Tests
Skipping libxml2: most recent version 2.12.8 not installed
|
Unit Tests
Skipping libxslt: most recent version 1.1.42 not installed
|
Unit Tests
Skipping [email protected]: most recent version 5.15.163 not installed
|
Unit Tests
Skipping nettle: most recent version 3.10 not installed
|
Unit Tests:
packages/app/features/home/screen.tsx#L252
`'` can be escaped with `'`, `‘`, `'`, `’`
|
Unit Tests:
packages/app/features/leaderboard/screen.tsx#L2
'IconAccount' is defined but never used
|
Unit Tests:
packages/app/features/referrals/screen.tsx#L1
'Container' is defined but never used
|
Playwright Tests
Skipping ca-certificates: most recent version 2024-07-02 not installed
|
Playwright Tests
Skipping caddy: most recent version 2.8.4 not installed
|
Playwright Tests
Skipping gdbm: most recent version 1.24 not installed
|
Playwright Tests
Skipping krb5: most recent version 1.21.3 not installed
|
Playwright Tests
Skipping libgpg-error: most recent version 1.50 not installed
|
Playwright Tests
Skipping libtirpc: most recent version 1.3.4 not installed
|
Playwright Tests
Skipping libxml2: most recent version 2.12.8 not installed
|
Playwright Tests
Skipping libxslt: most recent version 1.1.42 not installed
|
Playwright Tests
Skipping nettle: most recent version 3.10 not installed
|
Playwright Tests
Skipping p11-kit: most recent version 0.25.5 not installed
|
vercel-deploy-preview
Deployment URL: https://sendapp-8hyitoyp1-0xsend.vercel.app
|
vercel-deploy-preview
Vercel Alias URL https://sendapp-07-19-leaderboard-designs-0xsend.vercel.app/
|
π Playwright Run Summary
30 failed
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:49:1 βΊ can add a pending tag βββββββββββ
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:64:1 βΊ can confirm a tag βββββββββββββββ
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:101:1 βΊ can refer a tag ββββββββββββββββ
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:205:1 βΊ cannot confirm a tag without paying
[chromium] βΊ account-sendtag-checkout.onboarded.spec.ts:222:1 βΊ cannot add more than 5 tags ββββ
[chromium] βΊ activity.onboarded.spec.ts:30:1 βΊ can visit activity page and see correct activity feed
[chromium] βΊ home.onboarded.spec.ts:20:1 βΊ can visit token detail page βββββββββββββββββββββββββ
[chromium] βΊ send.onboarded.spec.ts:30:3 βΊ can send USDC starting from profile page ββββββββββββ
[chromium] βΊ send.onboarded.spec.ts:59:5 βΊ can send USDC using tag starting from home page βββββ
[chromium] βΊ send.onboarded.spec.ts:59:5 βΊ can send USDC using sendid starting from home page ββ
[chromium] βΊ send.onboarded.spec.ts:59:5 βΊ can send USDC using address starting from home page β
[chromium] βΊ send.onboarded.spec.ts:30:3 βΊ can send SEND starting from profile page ββββββββββββ
[chromium] βΊ send.onboarded.spec.ts:59:5 βΊ can send SEND using tag starting from home page βββββ
[chromium] βΊ send.onboarded.spec.ts:59:5 βΊ can send SEND using sendid starting from home page ββ
[chromium] βΊ send.onboarded.spec.ts:59:5 βΊ can send SEND using address starting from home page β
[firefox] βΊ account-sendtag-checkout.onboarded.spec.ts:49:1 βΊ can add a pending tag ββββββββββββ
[firefox] βΊ account-sendtag-checkout.onboarded.spec.ts:64:1 βΊ can confirm a tag ββββββββββββββββ
[firefox] βΊ account-sendtag-checkout.onboarded.spec.ts:101:1 βΊ can refer a tag βββββββββββββββββ
[firefox] βΊ account-sendtag-checkout.onboarded.spec.ts:205:1 βΊ cannot confirm a tag without paying
[firefox] βΊ account-sendtag-checkout.onboarded.spec.ts:222:1 βΊ cannot add more than 5 tags βββββ
[firefox] βΊ activity.onboarded.spec.ts:30:1 βΊ can visit activity page and see correct activity feed
[firefox] βΊ home.onboarded.spec.ts:20:1 βΊ can visit token detail page ββββββββββββββββββββββββββ
[firefox] βΊ send.onboarded.spec.ts:30:3 βΊ can send USDC starting from profile page βββββββββββββ
[firefox] βΊ send.onboarded.spec.ts:59:5 βΊ can send USDC using tag starting from home page ββββββ
[firefox] βΊ send.onboarded.spec.ts:59:5 βΊ can send USDC using sendid starting from home page βββ
[firefox] βΊ send.onboarded.spec.ts:59:5 βΊ can send USDC using address starting from home page ββ
[firefox] βΊ send.onboarded.spec.ts:30:3 βΊ can send SEND starting from profile page βββββββββββββ
[firefox] βΊ send.onboarded.spec.ts:59:5 βΊ can send SEND using tag starting from home page ββββββ
[firefox] βΊ send.onboarded.spec.ts:59:5 βΊ can send SEND using sendid starting from home page βββ
[firefox] βΊ send.onboarded.spec.ts:59:5 βΊ can send SEND using address starting from home page ββ
2 flaky
[firefox] βΊ account-settings-backup.onboarded.spec.ts:106:1 βΊ can backup account βββββββββββββββ
[firefox] βΊ account-settings-backup.onboarded.spec.ts:110:1 βΊ can remove a signer ββββββββββββββ
50 passed (3.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nextjs-build
Expired
|
86.1 MB |
|
playwright-report
Expired
|
55.8 MB |
|
playwright-test-results
Expired
|
55 MB |
|