deploy sendtagcheckout to base sepolia #4722
ci.yml
on: pull_request
cache-deps
3m 38s
Unit Tests
1m 53s
Playwright Tests
14m 59s
vercel-deploy-preview
5m 20s
Annotations
11 errors, 22 warnings, and 3 notices
Unit Tests
Process completed with exit code 1.
|
[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 bis_2')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag bis_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/sendrunner/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 pel_2')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag pel_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/sendrunner/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 ara_2')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag ara_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/sendrunner/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 c7HXth')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag c7HXth')
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/sendrunner/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 W84wmEFPriV41HRrJW')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag W84wmEFPriV41HRrJW')
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/sendrunner/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 lBhhc')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag lBhhc')
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/sendrunner/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 credo_5')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag credo_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/sendrunner/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 thalassinus_5')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag thalassinus_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/sendrunner/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 suggero_5')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag suggero_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/sendrunner/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 distinctio_0')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag distinctio_0')
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/sendrunner/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 caddy: most recent version 2.8.4 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 nettle: most recent version 3.10 not installed
|
Unit Tests
Skipping p11-kit: most recent version 0.25.5 not installed
|
Playwright Tests
Skipping ca-certificates: most recent version 2024-07-02 not installed
|
Playwright Tests
Skipping gcc: most recent version 14.1.0_2 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 [email protected]: most recent version 5.15.163 not installed
|
Playwright Tests
Skipping nettle: most recent version 3.10 not installed
|
Slow Test:
packages/playwright/[firefox] › account-settings-backup.onboarded.spec.ts#L1
packages/playwright/[firefox] › account-settings-backup.onboarded.spec.ts took 27.4s
|
Slow Test:
packages/playwright/[chromium] › account-settings-backup.onboarded.spec.ts#L1
packages/playwright/[chromium] › account-settings-backup.onboarded.spec.ts took 18.7s
|
vercel-deploy-preview
Deployment URL: https://sendapp-gg7mhkbep-0xsend.vercel.app
|
vercel-deploy-preview
Vercel Alias URL https://sendapp-bb-sendtag-checkout-base-sepolia-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 ──
52 passed (7.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nextjs-build
Expired
|
86.1 MB |
|
playwright-report
Expired
|
52.9 MB |
|
playwright-test-results
Expired
|
52.1 MB |
|