Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove expensive function in migration #891

Open
wants to merge 18 commits into
base: dev
Choose a base branch
from

Conversation

youngkidwarrior
Copy link
Collaborator

@youngkidwarrior youngkidwarrior commented Nov 23, 2024

Is this how we merge changes from main to dev?

Dev DB is currently exploded. Hopefully we can get it back.

Copy link
Collaborator Author

youngkidwarrior commented Nov 23, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

Vercel Unique URL: https://sendapp-gerv3wgha-0xsend.vercel.app
Vercel Preview URL: sendapp-cherrypick-from-main-0xsend.vercel.app
Last Commit: 153e68a

Copy link

Playwright Report

Summary

Expected Skipped Unexpected Flaky Duration
15 0 75 6 193.70s

Suites

account-rewards.onboarded.spec.ts

can visit rewards page

  • chromium: ❌
  • firefox: ❌

account-sendtag-checkout.onboarded.spec.ts

can visit checkout page

  • chromium: ❌
  • firefox: ❌

can add a pending tag

  • chromium: ❌
  • firefox: ❌

cannot add an invalid tag name

  • chromium: ❌
  • firefox: ❌

can confirm a tag

  • chromium: ❌
  • firefox: ❌

can refer a tag

  • chromium: ❌
  • firefox: ❌

can refer multiple tags in separate transactions

  • chromium: ❌
  • firefox: ❌

cannot confirm a tag without paying

  • chromium: ❌
  • firefox: ❌

cannot add more than 5 tags

  • chromium: ❌
  • firefox: ❌

account-settings-backup.onboarded.spec.ts

can backup account

  • chromium: ❌
  • firefox: ❌

can remove a signer

  • chromium: ❌
  • firefox: ❌

account.logged-in.spec.ts

can visit account page

  • chromium: ❌
  • firefox: ❌

can update profile

  • chromium: ❌
  • firefox: ❌

activity.onboarded.spec.ts

can visit activity page and see correct activity feed

  • chromium: ❌
  • firefox: ❌

can search on activity page

  • chromium: ❌
  • firefox: ❌

home.onboarded.spec.ts

can visit token detail page

  • chromium: ❌
  • firefox: ❌

leaderboard.logged-in.spec.ts

can visit leaderboard page

  • chromium: ❌
  • firefox: ❌

onboarding.logged-in.spec.ts

can visit onboarding page

  • chromium: ✅
  • firefox: ✅

profile.anon.spec.ts

anon user can visit public profile

  • chromium: ✅
  • firefox: ✅

anon user cannot visit private profile

  • chromium: ✅
  • firefox: ✅

profile.logged-in.spec.ts

logged in user needs onboarding before visiting profile

  • chromium: ✅
  • firefox: ✅

profile.onboarded.spec.ts

can visit other user profile and send by tag

  • chromium: ❌
  • firefox: 🚨

can visit my own profile

  • chromium: ❌
  • firefox: ✅

can visit private profile

  • chromium: ❌
  • firefox: ✅

can view activities between another profile

  • chromium: ❌
  • firefox: ✅

send.onboarded.spec.ts

can send USDC starting from profile page

  • chromium: ❌
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByTestId('TokenDetailsHistory')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByTestId('TokenDetailsHistory')�[22m

�[0m �[90m 273 |�[39m �[90m// no history for eth since no send_account_receives event is emitted�[39m
�[90m 274 |�[39m �[36mconst�[39m history �[33m=�[39m page�[33m.�[39mgetByTestId(�[32m'TokenDetailsHistory'�[39m)
�[31m�[1m>�[22m�[39m�[90m 275 |�[39m �[36mawait�[39m expect(history)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 276 |�[39m �[36mawait�[39m expect(history�[33m.�[39mgetByText(�[32m${decimalAmount} ${token.symbol}�[39m))�[33m.�[39mtoBeVisible()
�[90m 277 |�[39m �[36mawait�[39m expect(
�[90m 278 |�[39m history�[33m.�[39mgetByText(isAddress(counterparty) �[33m?�[39m shorten(counterparty �[33m?�[39m�[33m?�[39m �[32m''�[39m�[33m,�[39m �[35m5�[39m�[33m,�[39m �[35m4�[39m) �[33m:�[39m counterparty)�[0m

at handleTokenTransfer (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:275:27)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:55:5

can send USDC using tag starting from home page

  • chromium: ❌
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByTestId('TokenDetailsHistory')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByTestId('TokenDetailsHistory')�[22m

�[0m �[90m 273 |�[39m �[90m// no history for eth since no send_account_receives event is emitted�[39m
�[90m 274 |�[39m �[36mconst�[39m history �[33m=�[39m page�[33m.�[39mgetByTestId(�[32m'TokenDetailsHistory'�[39m)
�[31m�[1m>�[22m�[39m�[90m 275 |�[39m �[36mawait�[39m expect(history)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 276 |�[39m �[36mawait�[39m expect(history�[33m.�[39mgetByText(�[32m${decimalAmount} ${token.symbol}�[39m))�[33m.�[39mtoBeVisible()
�[90m 277 |�[39m �[36mawait�[39m expect(
�[90m 278 |�[39m history�[33m.�[39mgetByText(isAddress(counterparty) �[33m?�[39m shorten(counterparty �[33m?�[39m�[33m?�[39m �[32m''�[39m�[33m,�[39m �[35m5�[39m�[33m,�[39m �[35m4�[39m) �[33m:�[39m counterparty)�[0m

at handleTokenTransfer (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:275:27)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:167:7

can send USDC using sendid starting from home page

  • chromium: ❌
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByTestId('TokenDetailsHistory')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByTestId('TokenDetailsHistory')�[22m

�[0m �[90m 273 |�[39m �[90m// no history for eth since no send_account_receives event is emitted�[39m
�[90m 274 |�[39m �[36mconst�[39m history �[33m=�[39m page�[33m.�[39mgetByTestId(�[32m'TokenDetailsHistory'�[39m)
�[31m�[1m>�[22m�[39m�[90m 275 |�[39m �[36mawait�[39m expect(history)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 276 |�[39m �[36mawait�[39m expect(history�[33m.�[39mgetByText(�[32m${decimalAmount} ${token.symbol}�[39m))�[33m.�[39mtoBeVisible()
�[90m 277 |�[39m �[36mawait�[39m expect(
�[90m 278 |�[39m history�[33m.�[39mgetByText(isAddress(counterparty) �[33m?�[39m shorten(counterparty �[33m?�[39m�[33m?�[39m �[32m''�[39m�[33m,�[39m �[35m5�[39m�[33m,�[39m �[35m4�[39m) �[33m:�[39m counterparty)�[0m

at handleTokenTransfer (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:275:27)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:167:7

can send USDC using address starting from home page

  • chromium: ❌
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByTestId('TokenDetailsHistory')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByTestId('TokenDetailsHistory')�[22m

�[0m �[90m 273 |�[39m �[90m// no history for eth since no send_account_receives event is emitted�[39m
�[90m 274 |�[39m �[36mconst�[39m history �[33m=�[39m page�[33m.�[39mgetByTestId(�[32m'TokenDetailsHistory'�[39m)
�[31m�[1m>�[22m�[39m�[90m 275 |�[39m �[36mawait�[39m expect(history)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 276 |�[39m �[36mawait�[39m expect(history�[33m.�[39mgetByText(�[32m${decimalAmount} ${token.symbol}�[39m))�[33m.�[39mtoBeVisible()
�[90m 277 |�[39m �[36mawait�[39m expect(
�[90m 278 |�[39m history�[33m.�[39mgetByText(isAddress(counterparty) �[33m?�[39m shorten(counterparty �[33m?�[39m�[33m?�[39m �[32m''�[39m�[33m,�[39m �[35m5�[39m�[33m,�[39m �[35m4�[39m) �[33m:�[39m counterparty)�[0m

at handleTokenTransfer (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:275:27)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:167:7

can send ETH starting from profile page

  • chromium: ❌
  • firefox: 🚨

can send ETH using tag starting from home page

  • chromium: ❌
  • firefox: 🚨

can send ETH using sendid starting from home page

  • chromium: ❌
  • firefox: ✅

can send ETH using address starting from home page

  • chromium: ❌
  • firefox: ✅

can send SPX starting from profile page

  • chromium: ❌
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByTestId('TokenDetailsHistory')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByTestId('TokenDetailsHistory')�[22m

�[0m �[90m 273 |�[39m �[90m// no history for eth since no send_account_receives event is emitted�[39m
�[90m 274 |�[39m �[36mconst�[39m history �[33m=�[39m page�[33m.�[39mgetByTestId(�[32m'TokenDetailsHistory'�[39m)
�[31m�[1m>�[22m�[39m�[90m 275 |�[39m �[36mawait�[39m expect(history)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 276 |�[39m �[36mawait�[39m expect(history�[33m.�[39mgetByText(�[32m${decimalAmount} ${token.symbol}�[39m))�[33m.�[39mtoBeVisible()
�[90m 277 |�[39m �[36mawait�[39m expect(
�[90m 278 |�[39m history�[33m.�[39mgetByText(isAddress(counterparty) �[33m?�[39m shorten(counterparty �[33m?�[39m�[33m?�[39m �[32m''�[39m�[33m,�[39m �[35m5�[39m�[33m,�[39m �[35m4�[39m) �[33m:�[39m counterparty)�[0m

at handleTokenTransfer (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:275:27)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:55:5

can send SPX using tag starting from home page

  • chromium: ❌
  • firefox: 🚨

can send SPX using sendid starting from home page

  • chromium: ❌
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByTestId('TokenDetailsHistory')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByTestId('TokenDetailsHistory')�[22m

�[0m �[90m 273 |�[39m �[90m// no history for eth since no send_account_receives event is emitted�[39m
�[90m 274 |�[39m �[36mconst�[39m history �[33m=�[39m page�[33m.�[39mgetByTestId(�[32m'TokenDetailsHistory'�[39m)
�[31m�[1m>�[22m�[39m�[90m 275 |�[39m �[36mawait�[39m expect(history)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 276 |�[39m �[36mawait�[39m expect(history�[33m.�[39mgetByText(�[32m${decimalAmount} ${token.symbol}�[39m))�[33m.�[39mtoBeVisible()
�[90m 277 |�[39m �[36mawait�[39m expect(
�[90m 278 |�[39m history�[33m.�[39mgetByText(isAddress(counterparty) �[33m?�[39m shorten(counterparty �[33m?�[39m�[33m?�[39m �[32m''�[39m�[33m,�[39m �[35m5�[39m�[33m,�[39m �[35m4�[39m) �[33m:�[39m counterparty)�[0m

at handleTokenTransfer (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:275:27)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:167:7

can send SPX using address starting from home page

  • chromium: ❌
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByTestId('TokenDetailsHistory')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByTestId('TokenDetailsHistory')�[22m

�[0m �[90m 273 |�[39m �[90m// no history for eth since no send_account_receives event is emitted�[39m
�[90m 274 |�[39m �[36mconst�[39m history �[33m=�[39m page�[33m.�[39mgetByTestId(�[32m'TokenDetailsHistory'�[39m)
�[31m�[1m>�[22m�[39m�[90m 275 |�[39m �[36mawait�[39m expect(history)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 276 |�[39m �[36mawait�[39m expect(history�[33m.�[39mgetByText(�[32m${decimalAmount} ${token.symbol}�[39m))�[33m.�[39mtoBeVisible()
�[90m 277 |�[39m �[36mawait�[39m expect(
�[90m 278 |�[39m history�[33m.�[39mgetByText(isAddress(counterparty) �[33m?�[39m shorten(counterparty �[33m?�[39m�[33m?�[39m �[32m''�[39m�[33m,�[39m �[35m5�[39m�[33m,�[39m �[35m4�[39m) �[33m:�[39m counterparty)�[0m

at handleTokenTransfer (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:275:27)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:167:7

can send SEND starting from profile page

  • chromium: ❌
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByTestId('TokenDetailsHistory')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByTestId('TokenDetailsHistory')�[22m

�[0m �[90m 273 |�[39m �[90m// no history for eth since no send_account_receives event is emitted�[39m
�[90m 274 |�[39m �[36mconst�[39m history �[33m=�[39m page�[33m.�[39mgetByTestId(�[32m'TokenDetailsHistory'�[39m)
�[31m�[1m>�[22m�[39m�[90m 275 |�[39m �[36mawait�[39m expect(history)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 276 |�[39m �[36mawait�[39m expect(history�[33m.�[39mgetByText(�[32m${decimalAmount} ${token.symbol}�[39m))�[33m.�[39mtoBeVisible()
�[90m 277 |�[39m �[36mawait�[39m expect(
�[90m 278 |�[39m history�[33m.�[39mgetByText(isAddress(counterparty) �[33m?�[39m shorten(counterparty �[33m?�[39m�[33m?�[39m �[32m''�[39m�[33m,�[39m �[35m5�[39m�[33m,�[39m �[35m4�[39m) �[33m:�[39m counterparty)�[0m

at handleTokenTransfer (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:275:27)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:55:5

can send SEND using tag starting from home page

  • chromium: ❌
  • firefox: 🚨

can send SEND using sendid starting from home page

  • chromium: ❌
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByTestId('TokenDetailsHistory')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByTestId('TokenDetailsHistory')�[22m

�[0m �[90m 273 |�[39m �[90m// no history for eth since no send_account_receives event is emitted�[39m
�[90m 274 |�[39m �[36mconst�[39m history �[33m=�[39m page�[33m.�[39mgetByTestId(�[32m'TokenDetailsHistory'�[39m)
�[31m�[1m>�[22m�[39m�[90m 275 |�[39m �[36mawait�[39m expect(history)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 276 |�[39m �[36mawait�[39m expect(history�[33m.�[39mgetByText(�[32m${decimalAmount} ${token.symbol}�[39m))�[33m.�[39mtoBeVisible()
�[90m 277 |�[39m �[36mawait�[39m expect(
�[90m 278 |�[39m history�[33m.�[39mgetByText(isAddress(counterparty) �[33m?�[39m shorten(counterparty �[33m?�[39m�[33m?�[39m �[32m''�[39m�[33m,�[39m �[35m5�[39m�[33m,�[39m �[35m4�[39m) �[33m:�[39m counterparty)�[0m

at handleTokenTransfer (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:275:27)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:167:7

can send SEND using address starting from home page

  • chromium: ❌
  • firefox: 🚨

sign-in.anon.spec.ts

redirect on sign-in

  • chromium: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-in.anon.spec.ts:26:5
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-in.anon.spec.ts:26:5

redirect to send confirm page on sign-in

  • chromium: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-in.anon.spec.ts:58:5
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-in.anon.spec.ts:58:5

sign-up.anon.spec.ts

can sign up

  • chromium: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:31:5
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:31:5

country code is selected based on geoip

  • chromium: ✅
  • firefox: ✅

skip otp for existing user trying to sign up using already used phone number

  • chromium: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:99:5
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:99:5

user can sign in with passkey from backing up page

  • chromium: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:132:5
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:132:5

user can sign in as back up using otp from backing up page

  • chromium: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:174:5
  • firefox: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeVisible�[2m()�[22m

Locator: getByLabel('One-time Password')
Expected: visible
Received: <element(s) not found>
Call log:
�[2m- expect.toBeVisible with timeout 5000ms�[22m
�[2m - waiting for getByLabel('One-time Password')�[22m

at fixtures/send-accounts/test.ts:21

�[0m �[90m 19 |�[39m �[36mawait�[39m signUpButton�[33m.�[39mclick()
�[90m 20 |�[39m �[36mconst�[39m otpInput �[33m=�[39m page�[33m.�[39mgetByLabel(�[32m'One-time Password'�[39m)
�[31m�[1m>�[22m�[39m�[90m 21 |�[39m �[36mawait�[39m expect(otpInput)�[33m.�[39mtoBeVisible()
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 22 |�[39m �[36mawait�[39m otpInput�[33m.�[39mfill(�[32m'123456'�[39m)
�[90m 23 |�[39m �[36mconst�[39m verifyAccountButton �[33m=�[39m page�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'VERIFY ACCOUNT'�[39m })
�[90m 24 |�[39m �[36mawait�[39m expect(verifyAccountButton)�[33m.�[39mtoBeVisible()�[0m

at signUp (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:174:5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants