Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #1565

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

Merged
merged 1 commit into from
May 31, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2025

Bumps the npm_and_yarn group with 2 updates in the / directory: @babel/runtime and esbuild.

Updates @babel/runtime from 7.27.1 to 7.27.3

Release notes

Sourced from @​babel/runtime's releases.

v7.27.3 (2025-05-27)

🐛 Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
    • #17321 fix(converter): Remove abstract modifiers in class declaration to expression conversion (@​magic-akari)
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser

Committers: 7

v7.27.2 (2025-05-06)

🐛 Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

🏃‍♀️ Performance

Committers: 5

Changelog

Sourced from @​babel/runtime's changelog.

v7.27.3 (2025-05-27)

🐛 Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
    • #17321 fix(converter): Remove abstract modifiers in class declaration to expression conversion (@​magic-akari)
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser

v7.27.2 (2025-05-06)

🐛 Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

🏃‍♀️ Performance

Commits

Updates esbuild from 0.25.4 to 0.25.5

Release notes

Sourced from esbuild's releases.

v0.25.5

  • Fix a regression with browser in package.json (#4187)

    The fix to #4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the [email protected] package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
  • Add CSS prefixes for the stretch sizing value (#4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
Changelog

Sourced from esbuild's changelog.

0.25.5

  • Fix a regression with browser in package.json (#4187)

    The fix to #4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the [email protected] package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
  • Add CSS prefixes for the stretch sizing value (#4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…dates

Bumps the npm_and_yarn group with 2 updates in the / directory: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) and [esbuild](https://github.com/evanw/esbuild).


Updates `@babel/runtime` from 7.27.1 to 7.27.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.3/packages/babel-runtime)

Updates `esbuild` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.4...v0.25.5)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-version: 0.25.5
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 30, 2025
@dependabot dependabot bot requested a review from 0xBigBoss as a code owner May 30, 2025 18:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 30, 2025
Copy link

Reading report from: /home/runner/work/sendapp/sendapp/playwright-report/report.json

Playwright Report

Summary

Expected Skipped Unexpected Flaky Duration
63 0 46 1 1380.02s

Suites

account-sendtag-add.onboarded.spec.ts

can visit add sendtags page

  • chromium: ✅
  • firefox: ✅

can add a pending tag

  • chromium: ✅
  • firefox: ✅

cannot add an invalid tag name

  • chromium: ✅
  • firefox: ✅

cannot add more than 5 tags

  • chromium: ✅
  • firefox: ✅

cannot confirm a tag without paying

  • chromium: ✅
  • firefox: ✅

account-sendtag-checkout.onboarded.spec.ts

can confirm a tag

  • chromium: ✅
  • firefox: ✅

can refer a tag

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

Locator: getByTestId('referral-code-input')
Expected string: �[32m"obese_hub92222"�[39m
Received string: �[31m""�[39m
Call log:
�[2m- expect.toHaveValue with timeout 5000ms�[22m
�[2m - waiting for getByTestId('referral-code-input')�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m

at fixtures/referrals/index.ts:14

12 |
13 | await expect(refcodeInput).toBeVisible()

14 | await expect(refcodeInput).toHaveValue(referralCode)
| ^
15 | await expect(referralCodeConfirmation).toBeVisible()
16 | }
17 |
at checkReferralCodeVisibility (/home/runner/work/sendapp/sendapp/packages/playwright/tests/fixtures/referrals/index.ts:14:30)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:177:3

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

Locator: getByTestId('referral-code-input')
Expected string: �[32m"obese_hub92222"�[39m
Received string: �[31m""�[39m
Call log:
�[2m- expect.toHaveValue with timeout 5000ms�[22m
�[2m - waiting for getByTestId('referral-code-input')�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m

at fixtures/referrals/index.ts:14

12 |
13 | await expect(refcodeInput).toBeVisible()

14 | await expect(refcodeInput).toHaveValue(referralCode)
| ^
15 | await expect(referralCodeConfirmation).toBeVisible()
16 | }
17 |
at checkReferralCodeVisibility (/home/runner/work/sendapp/sendapp/packages/playwright/tests/fixtures/referrals/index.ts:14:30)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:177:3

can refer multiple tags in separate transactions

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

Locator: getByTestId('referral-code-input')
Expected string: �[32m"smoggy_monastery5016"�[39m
Received string: �[31m""�[39m
Call log:
�[2m- expect.toHaveValue with timeout 5000ms�[22m
�[2m - waiting for getByTestId('referral-code-input')�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m

at fixtures/referrals/index.ts:14

12 |
13 | await expect(refcodeInput).toBeVisible()

14 | await expect(refcodeInput).toHaveValue(referralCode)
| ^
15 | await expect(referralCodeConfirmation).toBeVisible()
16 | }
17 |
at checkReferralCodeVisibility (/home/runner/work/sendapp/sendapp/packages/playwright/tests/fixtures/referrals/index.ts:14:30)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:254:3

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

Locator: getByTestId('referral-code-input')
Expected string: �[32m"smoggy_monastery5016"�[39m
Received string: �[31m""�[39m
Call log:
�[2m- expect.toHaveValue with timeout 5000ms�[22m
�[2m - waiting for getByTestId('referral-code-input')�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m
�[2m - locator resolved to <input rows="1" value="" dir="auto" tabindex="0" autocorrect="on" autocomplete="on" spellcheck="true" data-disable-theme="true" autocapitalize="sentences" placeholder="Referral Code" virtualkeyboardpolicy="auto" data-testid="referral-code-input" class="css-11aywtz r-6taxm2 is_Input font_body _btc-0hover-borderColor69916956 _brc-0hover-borderColor69916956 _bbc-0hover-borderColor69916956 _blc-0hover-borderColor69916956 _btc-0focus-borderColor68052152 _brc-0focus-borderColor68052152 _bbc-0focus-borderCo…/>�[22m
�[2m - unexpected value ""�[22m

at fixtures/referrals/index.ts:14

12 |
13 | await expect(refcodeInput).toBeVisible()

14 | await expect(refcodeInput).toHaveValue(referralCode)
| ^
15 | await expect(referralCodeConfirmation).toBeVisible()
16 | }
17 |
at checkReferralCodeVisibility (/home/runner/work/sendapp/sendapp/packages/playwright/tests/fixtures/referrals/index.ts:14:30)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:254:3

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

earn.onboarded.spec.ts

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-token-upgrade.onboarded.spec.ts

can upgrade their Send Token V0 to Send Token V1

  • chromium: ✅
  • firefox: ✅

send.onboarded.spec.ts

can send USDC starting from profile page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:54:5

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:54:5

can send USDC using tag starting from home page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

can send USDC using sendid starting from home page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

can send USDC using address starting from home page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

can send SEND starting from profile page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0xEab49138BA2Ea6dd776220fE26b7b8E446638956" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:54:5

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0xEab49138BA2Ea6dd776220fE26b7b8E446638956" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:54:5

can send SEND using tag starting from home page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0xEab49138BA2Ea6dd776220fE26b7b8E446638956" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0xEab49138BA2Ea6dd776220fE26b7b8E446638956" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

can send SEND using sendid starting from home page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0xEab49138BA2Ea6dd776220fE26b7b8E446638956" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0xEab49138BA2Ea6dd776220fE26b7b8E446638956" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

can send SEND using address starting from home page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0xEab49138BA2Ea6dd776220fE26b7b8E446638956" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=0xEab49138BA2Ea6dd776220fE26b7b8E446638956" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

can send ETH starting from profile page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=eth" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:54:5

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=eth" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:54:5

can send ETH using tag starting from home page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=eth" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=eth" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

can send ETH using sendid starting from home page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=eth" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=eth" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

can send ETH using address starting from home page

  • chromium: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=eth" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

  • firefox: ❌
    • Error: page.waitForURL: Timeout 10000ms exceeded.
      =========================== logs ===========================
      waiting for navigation to "/?token=eth" until "load"
      ============================================================

Call Log:

  • Timeout 15000ms exceeded while waiting on the predicate

    266 | })
    267 | }

268 | }).toPass({
| ^
269 | // Increased timeout to allow for indexing and UI update
270 | timeout: 15000,
271 | })
at handleTokenTransfer (/home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:268:6)
at /home/runner/work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:174:7

sign-in.anon.spec.ts

redirect on sign-in

  • chromium: ✅
  • firefox: ✅

redirect to send confirm page on sign-in

  • chromium: ✅
  • firefox: ✅

old user can login using phone number

  • chromium: ✅
  • firefox: ✅

sign-up.anon.spec.ts

can sign up

  • chromium: ✅
  • firefox: ✅

country code is selected based on geoip

  • chromium: ✅
  • firefox: ✅

swap.onboarded.spec.ts

can swap USDC for SEND

  • chromium: ✅
  • firefox: ✅

can swap USDC for ETH

  • chromium: ✅
  • firefox: ✅

can refresh swap form and preserve filled data

  • chromium: ✅
  • firefox: ✅

can't access form page without accepting risk dialog

  • chromium: ✅
  • firefox: ✅

can't access summary page without filling swap form

  • chromium: ✅
  • firefox: ✅

@0xBigBoss 0xBigBoss merged commit 418b8ad into dev May 31, 2025
6 of 12 checks passed
@0xBigBoss 0xBigBoss deleted the dependabot/npm_and_yarn/npm_and_yarn-1ebb11c40e branch May 31, 2025 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant