Skip to content

2024-04-23-Merge main into dev #3142

2024-04-23-Merge main into dev

2024-04-23-Merge main into dev #3142

Triggered via pull request April 23, 2024 23:28
Status Failure
Total duration 11m 53s
Artifacts 2

ci.yml

on: pull_request
lint
38s
lint
Unit Tests
2m 47s
Unit Tests
Playwright Tests
10m 6s
Playwright Tests
vercel-deploy-preview
4m 5s
vercel-deploy-preview
deploy-production  /  deploy
deploy-production / deploy
deploy-staging  /  deploy
deploy-staging / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 notices
[chromium] › account-rewards.onboarded.spec.ts:12:5 › can visit rewards page: packages/playwright/tests/fixtures/send-accounts/page.ts#L13
1) [chromium] › account-rewards.onboarded.spec.ts:12:5 › can visit rewards page ────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/auth/onboarding" Received string: "http://localhost:3000/" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" at fixtures/send-accounts/page.ts:13 11 | async completeOnboarding(expect: Expect<OnboardingPage>) { 12 | await this.page.goto('/') > 13 | expect(this.page).toHaveURL('/auth/onboarding') // no send accounts redirects to onboarding page | ^ 14 | 15 | // choose a random account name 16 | const acctName = this.accountName at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:13:23) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[chromium] › account-rewards.onboarded.spec.ts:12:5 › can visit rewards page: packages/playwright/tests/fixtures/send-accounts/page.ts#L13
1) [chromium] › account-rewards.onboarded.spec.ts:12:5 › can visit rewards page ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/auth/onboarding" Received string: "http://localhost:3000/" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" at fixtures/send-accounts/page.ts:13 11 | async completeOnboarding(expect: Expect<OnboardingPage>) { 12 | await this.page.goto('/') > 13 | expect(this.page).toHaveURL('/auth/onboarding') // no send accounts redirects to onboarding page | ^ 14 | 15 | // choose a random account name 16 | const acctName = this.accountName at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:13:23) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[chromium] › account-rewards.onboarded.spec.ts:12:5 › can visit rewards page: packages/playwright/tests/fixtures/send-accounts/page.ts#L13
1) [chromium] › account-rewards.onboarded.spec.ts:12:5 › can visit rewards page ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/auth/onboarding" Received string: "http://localhost:3000/" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" at fixtures/send-accounts/page.ts:13 11 | async completeOnboarding(expect: Expect<OnboardingPage>) { 12 | await this.page.goto('/') > 13 | expect(this.page).toHaveURL('/auth/onboarding') // no send accounts redirects to onboarding page | ^ 14 | 15 | // choose a random account name 16 | const acctName = this.accountName at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:13:23) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[chromium] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page: packages/playwright/tests/fixtures/send-accounts/page.ts#L13
2) [chromium] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ──────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/auth/onboarding" Received string: "http://localhost:3000/" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" at fixtures/send-accounts/page.ts:13 11 | async completeOnboarding(expect: Expect<OnboardingPage>) { 12 | await this.page.goto('/') > 13 | expect(this.page).toHaveURL('/auth/onboarding') // no send accounts redirects to onboarding page | ^ 14 | 15 | // choose a random account name 16 | const acctName = this.accountName at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:13:23) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[chromium] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page: packages/playwright/tests/fixtures/send-accounts/page.ts#L13
2) [chromium] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/auth/onboarding" Received string: "http://localhost:3000/" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" at fixtures/send-accounts/page.ts:13 11 | async completeOnboarding(expect: Expect<OnboardingPage>) { 12 | await this.page.goto('/') > 13 | expect(this.page).toHaveURL('/auth/onboarding') // no send accounts redirects to onboarding page | ^ 14 | 15 | // choose a random account name 16 | const acctName = this.accountName at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:13:23) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[chromium] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page: packages/playwright/tests/fixtures/send-accounts/page.ts#L13
2) [chromium] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/auth/onboarding" Received string: "http://localhost:3000/" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" at fixtures/send-accounts/page.ts:13 11 | async completeOnboarding(expect: Expect<OnboardingPage>) { 12 | await this.page.goto('/') > 13 | expect(this.page).toHaveURL('/auth/onboarding') // no send accounts redirects to onboarding page | ^ 14 | 15 | // choose a random account name 16 | const acctName = this.accountName at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:13:23) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[chromium] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag: packages/playwright/tests/fixtures/send-accounts/page.ts#L13
3) [chromium] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag ────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/auth/onboarding" Received string: "http://localhost:3000/" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" at fixtures/send-accounts/page.ts:13 11 | async completeOnboarding(expect: Expect<OnboardingPage>) { 12 | await this.page.goto('/') > 13 | expect(this.page).toHaveURL('/auth/onboarding') // no send accounts redirects to onboarding page | ^ 14 | 15 | // choose a random account name 16 | const acctName = this.accountName at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:13:23) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[chromium] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag: packages/playwright/tests/fixtures/send-accounts/page.ts#L13
3) [chromium] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/auth/onboarding" Received string: "http://localhost:3000/" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" at fixtures/send-accounts/page.ts:13 11 | async completeOnboarding(expect: Expect<OnboardingPage>) { 12 | await this.page.goto('/') > 13 | expect(this.page).toHaveURL('/auth/onboarding') // no send accounts redirects to onboarding page | ^ 14 | 15 | // choose a random account name 16 | const acctName = this.accountName at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:13:23) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[chromium] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag: packages/playwright/tests/fixtures/send-accounts/page.ts#L13
3) [chromium] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/auth/onboarding" Received string: "http://localhost:3000/" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" at fixtures/send-accounts/page.ts:13 11 | async completeOnboarding(expect: Expect<OnboardingPage>) { 12 | await this.page.goto('/') > 13 | expect(this.page).toHaveURL('/auth/onboarding') // no send accounts redirects to onboarding page | ^ 14 | 15 | // choose a random account name 16 | const acctName = this.accountName at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:13:23) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[chromium] › account-sendtag-checkout.logged-in.spec.ts:54:5 › cannot add an invalid tag name: packages/playwright/tests/fixtures/send-accounts/page.ts#L13
4) [chromium] › account-sendtag-checkout.logged-in.spec.ts:54:5 › cannot add an invalid tag name ─ Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/auth/onboarding" Received string: "http://localhost:3000/" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html class="t_light">…</html> - unexpected value "http://localhost:3000/" at fixtures/send-accounts/page.ts:13 11 | async completeOnboarding(expect: Expect<OnboardingPage>) { 12 | await this.page.goto('/') > 13 | expect(this.page).toHaveURL('/auth/onboarding') // no send accounts redirects to onboarding page | ^ 14 | 15 | // choose a random account name 16 | const acctName = this.accountName at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:13:23) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
vercel-deploy-preview
Deployment URL: https://sendapp-ghrzmc5qz-0xsend.vercel.app
vercel-deploy-preview
Vercel Alias URL https://sendapp-2024-04-23-merge-main-into-dev-0xsend.vercel.app/
🎭 Playwright Run Summary
46 failed [chromium] › account-rewards.onboarded.spec.ts:12:5 › can visit rewards page ─────────────────── [chromium] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ───────── [chromium] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag ─────────── [chromium] › account-sendtag-checkout.logged-in.spec.ts:54:5 › cannot add an invalid tag name ── [chromium] › account-sendtag-checkout.logged-in.spec.ts:61:5 › can confirm a tag ─────────────── [chromium] › account-sendtag-checkout.logged-in.spec.ts:77:5 › cannot confirm a tag without paying [chromium] › account-sendtag-checkout.logged-in.spec.ts:94:5 › cannot add more than 5 tags ───── [chromium] › account.logged-in.spec.ts:8:5 › can visit account page ──────────────────────────── [chromium] › account.logged-in.spec.ts:26:5 › can update profile ─────────────────────────────── [chromium] › activity.onboarded.spec.ts:19:5 › can visit activity page ───────────────────────── [chromium] › activity.onboarded.spec.ts:25:5 › can search on activity page ───────────────────── [chromium] › onboarding.logged-in.spec.ts:15:5 › can visit onboarding page ───────────────────── [chromium] › profile.anon.spec.ts:14:5 › anon user can visit public profile ──────────────────── [chromium] › profile.anon.spec.ts:31:5 › anon user cannot visit private profile ──────────────── [chromium] › profile.logged-in.spec.ts:18:1 › logged in user needs onboarding before visiting profile [chromium] › profile.onboarded.spec.ts:17:1 › can visit other user profile ───────────────────── [chromium] › profile.onboarded.spec.ts:32:1 › can visit my own profile ───────────────────────── [chromium] › profile.onboarded.spec.ts:51:1 › can visit private profile ──────────────────────── [chromium] › send.onboarded.spec.ts:19:1 › can send ETH to user on profile ───────────────────── [chromium] › send.onboarded.spec.ts:49:1 › can send USDC to user on profile ──────────────────── [chromium] › send.onboarded.spec.ts:82:1 › can send USDC to user on profile using paymaster ──── [chromium] › sign-in.anon.spec.ts:18:1 › can login ───────────────────────────────────────────── [chromium] › sign-in.anon.spec.ts:35:1 › country code is selected based on geoip ─────────────── [firefox] › account-rewards.onboarded.spec.ts:12:5 › can visit rewards page ──────────────────── [firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ────────── [firefox] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag ──────────── [firefox] › account-sendtag-checkout.logged-in.spec.ts:54:5 › cannot add an invalid tag name ─── [firefox] › account-sendtag-checkout.logged-in.spec.ts:61:5 › can confirm a tag ──────────────── [firefox] › account-sendtag-checkout.logged-in.spec.ts:77:5 › cannot confirm a tag without paying [firefox] › account-sendtag-checkout.logged-in.spec.ts:94:5 › cannot add more than 5 tags ────── [firefox] › account.logged-in.spec.ts:8:5 › can visit account page ───────────────────────────── [firefox] › account.logged-in.spec.ts:26:5 › can update profile ──────────────────────────────── [firefox] › activity.onboarded.spec.ts:19:5 › can visit activity page ────────────────────────── [firefox] › activity.onboarded.spec.ts:25:5 › can search on activity page ────────────────────── [firefox] › onboarding.logged-in.spec.ts:15:5 › can visit onboarding page ────────────────────── [firefox] › profile.anon.spec.ts:14:5 › anon user can visit public profile ───────────────────── [firefox] › profile.anon.spec.ts:31:5 › anon user cannot visit private profile ───────────────── [firefox] › profile.logged-in.spec.ts:18:1 › logged in user needs onboarding before visiting profile [firefox] › profile.onboarded.spec.ts:17:1 › can visit other user profile ────────────────────── [firefox] › profile.onboarded.spec.ts:32:1 › can visit my own profile ────────────────────────── [firefox] › profile.onbo

Artifacts

Produced during runtime
Name Size
nextjs-build Expired
34.6 MB
playwright-report Expired
51.8 MB