feat(supabase): Update profile lookup by phone number #6234
Annotations
10 errors, 12 warnings, and 1 notice
Playwright Tests:
packages/playwright/tests/fixtures/send-accounts/test.ts#L32
1) [chromium] › account-rewards.onboarded.spec.ts:12:1 › can visit rewards page ──────────────────
Fixture "sendAccount" timeout of 20000ms exceeded during setup.
at fixtures/send-accounts/test.ts:32
30 | }
31 |
> 32 | const sendAccountTest = base.extend<{
| ^
33 | page: Page
34 | sendAccount: Tables<'send_accounts'>
35 | setEthBalance: ({ address, value }: { address: `0x${string}`; value: bigint }) => Promise<void>
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:32:30
|
Playwright Tests:
packages/playwright/tests/fixtures/send-accounts/test.ts#L32
1) [chromium] › account-rewards.onboarded.spec.ts:12:1 › can visit rewards page ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Fixture "sendAccount" timeout of 20000ms exceeded during setup.
at fixtures/send-accounts/test.ts:32
30 | }
31 |
> 32 | const sendAccountTest = base.extend<{
| ^
33 | page: Page
34 | sendAccount: Tables<'send_accounts'>
35 | setEthBalance: ({ address, value }: { address: `0x${string}`; value: bigint }) => Promise<void>
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:32:30
|
Playwright Tests:
packages/playwright/tests/fixtures/send-accounts/test.ts#L32
1) [chromium] › account-rewards.onboarded.spec.ts:12:1 › can visit rewards page ──────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Fixture "sendAccount" timeout of 20000ms exceeded during setup.
at fixtures/send-accounts/test.ts:32
30 | }
31 |
> 32 | const sendAccountTest = base.extend<{
| ^
33 | page: Page
34 | sendAccount: Tables<'send_accounts'>
35 | setEthBalance: ({ address, value }: { address: `0x${string}`; value: bigint }) => Promise<void>
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:32:30
|
Playwright Tests:
packages/playwright/tests/fixtures/send-accounts/test.ts#L32
2) [chromium] › account-sendtag-checkout.onboarded.spec.ts:173:1 › can visit checkout page ───────
Fixture "sendAccount" timeout of 20000ms exceeded during setup.
at fixtures/send-accounts/test.ts:32
30 | }
31 |
> 32 | const sendAccountTest = base.extend<{
| ^
33 | page: Page
34 | sendAccount: Tables<'send_accounts'>
35 | setEthBalance: ({ address, value }: { address: `0x${string}`; value: bigint }) => Promise<void>
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:32:30
|
Playwright Tests:
packages/playwright/tests/fixtures/send-accounts/test.ts#L32
2) [chromium] › account-sendtag-checkout.onboarded.spec.ts:173:1 › can visit checkout page ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Fixture "sendAccount" timeout of 20000ms exceeded during setup.
at fixtures/send-accounts/test.ts:32
30 | }
31 |
> 32 | const sendAccountTest = base.extend<{
| ^
33 | page: Page
34 | sendAccount: Tables<'send_accounts'>
35 | setEthBalance: ({ address, value }: { address: `0x${string}`; value: bigint }) => Promise<void>
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:32:30
|
Playwright Tests:
packages/playwright/tests/fixtures/send-accounts/test.ts#L32
2) [chromium] › account-sendtag-checkout.onboarded.spec.ts:173:1 › can visit checkout page ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Fixture "sendAccount" timeout of 20000ms exceeded during setup.
at fixtures/send-accounts/test.ts:32
30 | }
31 |
> 32 | const sendAccountTest = base.extend<{
| ^
33 | page: Page
34 | sendAccount: Tables<'send_accounts'>
35 | setEthBalance: ({ address, value }: { address: `0x${string}`; value: bigint }) => Promise<void>
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:32:30
|
Playwright Tests:
packages/playwright/tests/fixtures/send-accounts/test.ts#L32
3) [chromium] › account-sendtag-checkout.onboarded.spec.ts:178:1 › can add a pending tag ─────────
Fixture "sendAccount" timeout of 20000ms exceeded during setup.
at fixtures/send-accounts/test.ts:32
30 | }
31 |
> 32 | const sendAccountTest = base.extend<{
| ^
33 | page: Page
34 | sendAccount: Tables<'send_accounts'>
35 | setEthBalance: ({ address, value }: { address: `0x${string}`; value: bigint }) => Promise<void>
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:32:30
|
Playwright Tests:
packages/playwright/tests/fixtures/send-accounts/page.ts#L32
3) [chromium] › account-sendtag-checkout.onboarded.spec.ts:178:1 › can add a pending tag ─────────
Error: page.waitForEvent: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for event "response"
============================================================
at fixtures/send-accounts/page.ts:32
30 | return false
31 | })
> 32 | const response = this.page.waitForEvent('response', {
| ^
33 | predicate: async (response) => {
34 | if (response.url().includes('/api/trpc/sendAccount.create')) {
35 | const json = await response.json()
at OnboardingPage.completeOnboarding (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:32:32)
at Object.base.extend.sendAccount.timeout (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:45:7)
|
Playwright Tests:
packages/playwright/tests/fixtures/send-accounts/test.ts#L32
3) [chromium] › account-sendtag-checkout.onboarded.spec.ts:178:1 › can add a pending tag ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Fixture "sendAccount" timeout of 20000ms exceeded during setup.
at fixtures/send-accounts/test.ts:32
30 | }
31 |
> 32 | const sendAccountTest = base.extend<{
| ^
33 | page: Page
34 | sendAccount: Tables<'send_accounts'>
35 | setEthBalance: ({ address, value }: { address: `0x${string}`; value: bigint }) => Promise<void>
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:32:30
|
Playwright Tests:
packages/playwright/tests/fixtures/send-accounts/test.ts#L32
3) [chromium] › account-sendtag-checkout.onboarded.spec.ts:178:1 › can add a pending tag ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Fixture "sendAccount" timeout of 20000ms exceeded during setup.
at fixtures/send-accounts/test.ts:32
30 | }
31 |
> 32 | const sendAccountTest = base.extend<{
| ^
33 | page: Page
34 | sendAccount: Tables<'send_accounts'>
35 | setEthBalance: ({ address, value }: { address: `0x${string}`; value: bigint }) => Promise<void>
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:32:30
|
Brew Bundle
Skipping ca-certificates: most recent version 2024-11-26 not installed
|
Brew Bundle
Skipping icu4c@75: most recent version 75.1_1 not installed
|
Brew Bundle
Skipping libtool: most recent version 2.5.4 not installed
|
Brew Bundle
Skipping openldap: most recent version 2.6.9 not installed
|
Brew Bundle
Skipping [email protected]: most recent version 3.13.1 not installed
|
Brew Bundle
Skipping sqlfluff: most recent version 3.3.0 not installed
|
Brew Bundle
Skipping sqlite: most recent version 3.47.2 not installed
|
Brew Bundle
Skipping temporal: most recent version 1.1.2 not installed
|
Playwright Tests:
packages/playwright/[chromium] › profile.logged-in.spec.ts#L1
packages/playwright/[chromium] › profile.logged-in.spec.ts took 24.9s
|
Playwright Tests:
packages/playwright/[firefox] › onboarding.logged-in.spec.ts#L1
packages/playwright/[firefox] › onboarding.logged-in.spec.ts took 20.3s
|
Playwright Tests:
packages/playwright/[chromium] › onboarding.logged-in.spec.ts#L1
packages/playwright/[chromium] › onboarding.logged-in.spec.ts took 19.4s
|
Playwright Tests:
packages/playwright/[firefox] › profile.logged-in.spec.ts#L1
packages/playwright/[firefox] › profile.logged-in.spec.ts took 18.3s
|
Playwright Tests
64 failed
[chromium] › account-rewards.onboarded.spec.ts:12:1 › can visit rewards page ───────────────────
[chromium] › account-sendtag-checkout.onboarded.spec.ts:173:1 › can visit checkout page ────────
[chromium] › account-sendtag-checkout.onboarded.spec.ts:178:1 › can add a pending tag ──────────
[chromium] › account-sendtag-checkout.onboarded.spec.ts:183:1 › cannot add an invalid tag name ─
[chromium] › account-sendtag-checkout.onboarded.spec.ts:189:1 › can confirm a tag ──────────────
[chromium] › account-sendtag-checkout.onboarded.spec.ts:210:1 › can refer a tag ────────────────
[chromium] › account-sendtag-checkout.onboarded.spec.ts:287:1 › can refer multiple tags in separate transactions
[chromium] › account-sendtag-checkout.onboarded.spec.ts:372:1 › cannot confirm a tag without paying
[chromium] › account-sendtag-checkout.onboarded.spec.ts:389:1 › cannot add more than 5 tags ────
[chromium] › account-settings-backup.onboarded.spec.ts:106:1 › can backup account ──────────────
[chromium] › account-settings-backup.onboarded.spec.ts:110:1 › can remove a signer ─────────────
[chromium] › account.logged-in.spec.ts:15:1 › can visit account page ───────────────────────────
[chromium] › account.logged-in.spec.ts:33:1 › can update profile ───────────────────────────────
[chromium] › activity.onboarded.spec.ts:32:1 › can visit activity page and see correct activity feed
[chromium] › activity.onboarded.spec.ts:272:1 › can search on activity page ────────────────────
[chromium] › home.onboarded.spec.ts:22:1 › can visit token detail page ─────────────────────────
[chromium] › leaderboard.logged-in.spec.ts:11:1 › can visit leaderboard page ───────────────────
[chromium] › profile.onboarded.spec.ts:19:1 › can visit other user profile and send by tag ─────
[chromium] › profile.onboarded.spec.ts:64:1 › can visit my own profile ─────────────────────────
[chromium] › profile.onboarded.spec.ts:82:1 › can visit private profile ────────────────────────
[chromium] › profile.onboarded.spec.ts:96:1 › can view activities between another profile ──────
[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 ETH starting from profile page ─────────────
[chromium] › send.onboarded.spec.ts:59:5 › can send ETH using tag starting from home page ──────
[chromium] › send.onboarded.spec.ts:59:5 › can send ETH using sendid starting from home page ───
[chromium] › send.onboarded.spec.ts:59:5 › can send ETH 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-rewards.onboarded.spec.ts:12:1 › can visit rewards page ────────────────────
[firefox] › account-sendtag-checkout.onboarded.spec.ts:173:1 › can visit checkout page ─────────
[firefox] › account-sendtag-checkout.onboarded.spec.ts:178:1 › can add a pending tag ───────────
[firefox] › account-sendtag-checkout.onboarded.spec.ts:183:1 › cannot add an invalid tag name ──
[firefox] › account-sendtag-checkout.onboarded.spec.ts:189:1 › can confirm a tag ───────────────
[firefox] › account-sendtag-checkout.onboarded.spec.ts:210:1 › can refer a tag ─────────────────
[firefox] › account-sendtag-checkout.onboarded.spec.ts:372:1 › cannot confirm a tag without paying
[firefox] ›
|
Loading