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

Testing auto-scaling kubernetes runners #574

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

Testing auto-scaling kubernetes runners #574

wants to merge 37 commits into from

Conversation

beezybarg
Copy link
Collaborator

testing

Copy link

supabase bot commented Jul 11, 2024

Updates to Preview Branch (send-kube-arc) ↗︎

Deployments Status Updated
Database Sun, 14 Jul 2024 18:19:41 GMT
Services Sun, 14 Jul 2024 18:19:41 GMT
APIs Sun, 14 Jul 2024 18:19:41 GMT

Tasks are run on every commit but only new migration files are pushed.
Close and reopen this PR if you want to apply changes from existing seed or migration files.

Tasks Status Updated
Migrations Sun, 14 Jul 2024 18:19:41 GMT
Seeding Sun, 14 Jul 2024 18:19:41 GMT
Edge Functions Sun, 14 Jul 2024 18:19:41 GMT

❌ Migrations Error • Sun, 14 Jul 2024 18:19:41 GMT

failed to run chroot /tmp/3224f56071476591/0xsend-sendapp-send-kube-arc-0bxtpm: 1

⚠️ Warning — Preview branch version (15.1.1.76) does not match production database version (15.1.1.41).


Branching Preview Branches by Supabase.
Preview Branch Database Settings ↗︎.
Learn more about Supabase for Git ↗︎.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert

Makefile Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fancy

@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-c"]
RUN apt update && apt install -y curl git cargo build-essential
RUN curl -Lo- https://foundry.paradigm.xyz | /bin/bash
RUN source /root/.bashrc && foundryup
ENV PATH "$PATH:/root/.foundry/bin"
ENV PATH="$PATH:/root/.foundry/bin"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops

# Next
if CFG.dockerize:
GIT_BRANCH = str(local("git symbolic-ref --short HEAD 2>/dev/null || git rev-parse --short HEAD")).strip()
GIT_HASH = str(local("git rev-parse --short=10 HEAD")).strip()
NEXT_COMPOSE_IMAGE = str("sendapp/next-app:{}-{}".format(GIT_BRANCH, GIT_HASH))
print(color.blue("Checking if {} exists locally".format(NEXT_COMPOSE_IMAGE)))
inspect_output = str(local("docker image inspect {NEXT_COMPOSE_IMAGE} --format='FYSI' 2>/dev/null || echo 'Nope'".format(NEXT_COMPOSE_IMAGE=NEXT_COMPOSE_IMAGE), quiet=True, echo_off=True)).strip()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYSI

inspect_output = str(local("docker image inspect {NEXT_COMPOSE_IMAGE} --format='FYSI' 2>/dev/null || echo 'Nope'".format(NEXT_COMPOSE_IMAGE=NEXT_COMPOSE_IMAGE), quiet=True, echo_off=True)).strip()
if inspect_output != "FYSI":
print(color.yellow("{} does not exist locally, Building docker image".format(NEXT_COMPOSE_IMAGE)))
local_resource(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting.... why conditionally build?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm i get it.

"make",
"docker-web",
],
icon_name = "handyman",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👩‍🏭

- SUPABASE_SERVICE_ROLE
- TURBO_TOKEN
- TURBO_TEAM
image: ${NEXT_COMPOSE_IMAGE:-sendapp/next-app-dev:latest}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹

local_resource(
"next-docker-build",
cmd="make docker-web",
cmd="cd .. && make docker-web", # Change directory to parent before running make
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's a dir argument for this exact reason.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

Vercel Unique URL: https://sendapp-a1zwxy02y-0xsend.vercel.app
Vercel Preview URL: sendapp-send-kube-arc-0xsend.vercel.app
Last Commit: 187917c

Copy link

Playwright Report

Summary

Expected Skipped Unexpected Flaky Duration
46 0 10 26 173.57s

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: ✅

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

  • chromium: ✅
  • firefox: ✅

can search on activity page

  • chromium: ✅
  • firefox: ✅

deposit.onboarded.spec.ts

can deposit USDC with web3 wallet

  • chromium: ✅
  • firefox: ✅

can deposit ETH with web3 wallet

  • chromium: ✅
  • firefox: ✅

home.onboarded.spec.ts

can visit token detail 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: 🚨

can send USDC using tag starting from home page

  • chromium: 🚨
  • firefox: 🚨

can send USDC using sendid starting from home page

  • chromium: 🚨
  • firefox: 🚨

can send USDC using address starting from home page

  • chromium: 🚨
  • firefox: 🚨

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: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeHidden�[2m()�[22m

Locator: getByRole('button', { name: 'Sending...' })
Expected: hidden
Received: visible
Call log:
�[2m- expect.toBeHidden with timeout 5000ms�[22m
�[2m - waiting for getByRole('button', { name: 'Sending...' })�[22m
�[2m - locator resolved to <button tabindex="0" role="button" data-disable-theme="true" class="is_Button _bg-0hover-513675900 _btc-0hover-1394778429 _brc-0hover-1394778429 _bbc-0hover-1394778429 _blc-0hover-1394778429 _bg-0active-744986709 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _o-0disabled-0d0t546 _dsp-flex _ai-center _fd-row _fb-auto _bxs-border-box _pos-relative _mih-0px _miw-0px _fs-0 _pr-1316330207 _…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button tabindex="0" role="button" data-disable-theme="true" class="is_Button _bg-0hover-513675900 _btc-0hover-1394778429 _brc-0hover-1394778429 _bbc-0hover-1394778429 _blc-0hover-1394778429 _bg-0active-744986709 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _o-0disabled-0d0t546 _dsp-flex _ai-center _fd-row _fb-auto _bxs-border-box _pos-relative _mih-0px _miw-0px _fs-0 _pr-1316330207 _…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button tabindex="0" role="button" data-disable-theme="true" class="is_Button _bg-0hover-513675900 _btc-0hover-1394778429 _brc-0hover-1394778429 _bbc-0hover-1394778429 _blc-0hover-1394778429 _bg-0active-744986709 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _o-0disabled-0d0t546 _dsp-flex _ai-center _fd-row _fb-auto _bxs-border-box _pos-relative _mih-0px _miw-0px _fs-0 _pr-1316330207 _…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button tabindex="0" role="button" data-disable-theme="true" class="is_Button _bg-0hover-513675900 _btc-0hover-1394778429 _brc-0hover-1394778429 _bbc-0hover-1394778429 _blc-0hover-1394778429 _bg-0active-744986709 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _o-0disabled-0d0t546 _dsp-flex _ai-center _fd-row _fb-auto _bxs-border-box _pos-relative _mih-0px _miw-0px _fs-0 _pr-1316330207 _…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button tabindex="0" role="button" data-disable-theme="true" class="is_Button _bg-0hover-513675900 _btc-0hover-1394778429 _brc-0hover-1394778429 _bbc-0hover-1394778429 _blc-0hover-1394778429 _bg-0active-744986709 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _o-0disabled-0d0t546 _dsp-flex _ai-center _fd-row _fb-auto _bxs-border-box _pos-relative _mih-0px _miw-0px _fs-0 _pr-1316330207 _…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button tabindex="0" role="button" data-disable-theme="true" class="is_Button _bg-0hover-513675900 _btc-0hover-1394778429 _brc-0hover-1394778429 _bbc-0hover-1394778429 _blc-0hover-1394778429 _bg-0active-744986709 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _o-0disabled-0d0t546 _dsp-flex _ai-center _fd-row _fb-auto _bxs-border-box _pos-relative _mih-0px _miw-0px _fs-0 _pr-1316330207 _…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button tabindex="0" role="button" data-disable-theme="true" class="is_Button _bg-0hover-513675900 _btc-0hover-1394778429 _brc-0hover-1394778429 _bbc-0hover-1394778429 _blc-0hover-1394778429 _bg-0active-744986709 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _o-0disabled-0d0t546 _dsp-flex _ai-center _fd-row _fb-auto _bxs-border-box _pos-relative _mih-0px _miw-0px _fs-0 _pr-1316330207 _…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button tabindex="0" role="button" data-disable-theme="true" class="is_Button _bg-0hover-513675900 _btc-0hover-1394778429 _brc-0hover-1394778429 _bbc-0hover-1394778429 _blc-0hover-1394778429 _bg-0active-744986709 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _o-0disabled-0d0t546 _dsp-flex _ai-center _fd-row _fb-auto _bxs-border-box _pos-relative _mih-0px _miw-0px _fs-0 _pr-1316330207 _…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button tabindex="0" role="button" data-disable-theme="true" class="is_Button _bg-0hover-513675900 _btc-0hover-1394778429 _brc-0hover-1394778429 _bbc-0hover-1394778429 _blc-0hover-1394778429 _bg-0active-744986709 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _o-0disabled-0d0t546 _dsp-flex _ai-center _fd-row _fb-auto _bxs-border-box _pos-relative _mih-0px _miw-0px _fs-0 _pr-1316330207 _…>…�[22m
�[2m - unexpected value "visible"�[22m

Call Log:

  • Timeout 10000ms exceeded while waiting on the predicate

    at fixtures/send/page.ts:46

�[0m �[90m 44 |�[39m �[36mawait�[39m �[36mthis�[39m�[33m.�[39mexpect(�[36masync�[39m () �[33m=>�[39m {
�[90m 45 |�[39m �[36mawait�[39m �[36mthis�[39m�[33m.�[39mexpect(�[36mthis�[39m�[33m.�[39mpage�[33m.�[39mgetByRole(�[32m'button'�[39m�[33m,�[39m { name�[33m:�[39m �[32m'Sending...'�[39m }))�[33m.�[39mtoBeHidden()
�[31m�[1m>�[22m�[39m�[90m 46 |�[39m })�[33m.�[39mtoPass({
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 47 |�[39m timeout�[33m:�[39m �[35m10�[39m_000�[33m,�[39m
�[90m 48 |�[39m })
�[90m 49 |�[39m }�[0m

at SendPage.waitForSendingCompletion (/home/runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send/page.ts:46:8)
at handleTokenTransfer (/home/runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:255:18)
at /home/runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:182:7

can send SEND starting from profile page

  • chromium: ✅
  • firefox: 🚨

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).�[22mtoHaveURL�[2m(�[22m�[32mexpected�[39m�[2m)�[22m

Locator: locator(':root')
Expected pattern: �[32m//send/�[39m
Received string: �[31m"http://localhost:3000/?search=6893"�[39m
Call log:
�[2m- expect.toHaveURL with timeout 5000ms�[22m
�[2m - waiting for locator(':root')�[22m
�[2m - locator resolved to …�[22m
�[2m - unexpected value "http://localhost:3000/?search=6893"�[22m
�[2m - locator resolved to …�[22m
�[2m - unexpected value "http://localhost:3000/?search=6893"�[22m
�[2m - locator resolved to …�[22m
�[2m - unexpected value "http://localhost:3000/?search=6893"�[22m
�[2m - locator resolved to …�[22m
�[2m - unexpected value "http://localhost:3000/?search=6893"�[22m
�[2m - locator resolved to …�[22m
�[2m - unexpected value "http://localhost:3000/?search=6893"�[22m
�[2m - locator resolved to …�[22m
�[2m - unexpected value "http://localhost:3000/?search=6893"�[22m
�[2m - locator resolved to …�[22m
�[2m - unexpected value "http://localhost:3000/?search=6893"�[22m
�[2m - locator resolved to …�[22m
�[2m - unexpected value "http://localhost:3000/?search=6893"�[22m
�[2m - locator resolved to …�[22m
�[2m - unexpected value "http://localhost:3000/?search=6893"�[22m

�[0m �[90m 143 |�[39m }
�[90m 144 |�[39m
�[31m�[1m>�[22m�[39m�[90m 145 |�[39m �[36mawait�[39m expect(page)�[33m.�[39mtoHaveURL(�[35m//send/�[39m)
�[90m |�[39m �[31m�[1m^�[22m�[39m
�[90m 146 |�[39m
�[90m 147 |�[39m �[36mawait�[39m expect(() �[33m=>�[39m {
�[90m 148 |�[39m �[36mconst�[39m url �[33m=�[39m �[36mnew�[39m �[33mURL�[39m(page�[33m.�[39murl())�[0m

at /home/runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:145:26

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/runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/runner/_work/sendapp/sendapp/packages/playwright/tests/sign-in.anon.spec.ts:25: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/runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/runner/_work/sendapp/sendapp/packages/playwright/tests/sign-in.anon.spec.ts:25: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/runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/runner/_work/sendapp/sendapp/packages/playwright/tests/sign-in.anon.spec.ts:64: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/runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/runner/_work/sendapp/sendapp/packages/playwright/tests/sign-in.anon.spec.ts:64: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/runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:34: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/runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:34:5

country code is selected based on geoip

  • 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/runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:85: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/runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:21:26)
at /home/runner/_work/sendapp/sendapp/packages/playwright/tests/sign-up.anon.spec.ts:85: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