sendtag checkout referral rewards (#615) #4721
Annotations
10 errors, 10 warnings, and 1 notice
packages/playwright/tests/fixtures/checkout/page.ts#L86
1) [chromium] › account-sendtag-checkout.onboarded.spec.ts:64:1 › can confirm a tag ──────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: getByRole('button', { name: 'Confirm' })
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for getByRole('button', { name: 'Confirm' })
at fixtures/checkout/page.ts:86
84 | })
85 | const signTransactionButton = this.page.getByRole('button', { name: 'Confirm' })
> 86 | expect?.(signTransactionButton).toBeEnabled()
| ^
87 | await this.page.bringToFront()
88 | await signTransactionButton.click()
89 | await confirmTagsRequest
at CheckoutPage.confirmTags (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/checkout/page.ts:86:37)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:69:22
|
packages/playwright/tests/fixtures/checkout/page.ts#L70
1) [chromium] › account-sendtag-checkout.onboarded.spec.ts:64:1 › can confirm a tag ──────────────
Error: page.waitForRequest: Test ended.
at fixtures/checkout/page.ts:70
68 | // sign transaction
69 | log('sign transaction')
> 70 | const confirmTagsRequest = this.page.waitForRequest((request) => {
| ^
71 | if (request.url().includes('/api/trpc/tag.confirm')) {
72 | log('confirmTags request', request.url(), request.method(), request.postDataJSON())
73 | return request.url().includes('/api/trpc/tag.confirm') && request.method() === 'POST'
at CheckoutPage.confirmTags (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/checkout/page.ts:70:42)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:69:22
|
packages/playwright/tests/deposit.onboarded.spec.ts#L1
2) [chromium] › deposit.onboarded.spec.ts:168:1 › can deposit ETH with web3 wallet ───────────────
Test timeout of 30000ms exceeded.
|
packages/playwright/tests/deposit.onboarded.spec.ts#L209
2) [chromium] › deposit.onboarded.spec.ts:168:1 › can deposit ETH with web3 wallet ───────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Deposit with Web3 Wallet' })
- locator resolved to <a role="link" tabindex="0" href="/deposit/web3" data-disable-theme="true" aria-label="Deposit with Web3 Wallet" class="is_Button _bg-0hover-513675900 _btc-0hover-1726194350 _brc-0hover-1726194350 _bbc-0hover-1726194350 _blc-0hover-1726194350 _bg-0active-744986709 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _dsp-flex _ai-center _fd-row _fb-auto _bxs-border-box _pos-relative _mih…>…</a>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
207 | const depositWeb3Button = page.getByRole('link', { name: 'Deposit with Web3 Wallet' })
208 | await expect(depositWeb3Button).toBeVisible()
> 209 | await depositWeb3Button.click()
| ^
210 | await page.waitForURL('/deposit/web3')
211 | await expect(page.locator('w3m-modal')).toBeVisible()
212 |
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/deposit.onboarded.spec.ts:209:27
|
packages/playwright/tests/send.onboarded.spec.ts#L266
3) [chromium] › send.onboarded.spec.ts:59:5 › can send USDC using sendid starting from home page ─
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('TokenDetailsHistory').getByText('651.494610 USDC')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('TokenDetailsHistory').getByText('651.494610 USDC')
264 | const history = page.getByTestId('TokenDetailsHistory')
265 | await expect(history).toBeVisible()
> 266 | await expect(history.getByText(`${decimalAmount} ${token.symbol}`)).toBeVisible()
| ^
267 | await expect(history.getByText(counterparty)).toBeVisible()
268 | }
269 | }
at handleTokenTransfer (/home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:266:73)
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/send.onboarded.spec.ts:164:7
|
packages/playwright/tests/fixtures/send/page.ts#L46
4) [chromium] › send.onboarded.spec.ts:59:5 › can send ETH using sendid starting from home page ──
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('button', { name: 'Sending...' })
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('button', { name: 'Sending...' })
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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-0hove
|
packages/playwright/tests/fixtures/send/page.ts#L46
5) [chromium] › send.onboarded.spec.ts:59:5 › can send SEND using tag starting from home page ────
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('button', { name: 'Sending...' })
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('button', { name: 'Sending...' })
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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-0hove
|
packages/playwright/tests/fixtures/send/page.ts#L46
6) [chromium] › send.onboarded.spec.ts:59:5 › can send SEND using address starting from home page
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('button', { name: 'Sending...' })
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('button', { name: 'Sending...' })
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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 _…>…</button>
- unexpected value "visible"
- 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-0hove
|
packages/playwright/tests/account-settings-backup.onboarded.spec.ts#L132
7) [firefox] › account-settings-backup.onboarded.spec.ts:110:1 › can remove a signer ─────────────
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByTestId('RemovePasskeyButton')
Expected: hidden
Received: visible
Call log:
- expect.soft.toBeHidden with timeout 5000ms
- waiting for getByTestId('RemovePasskeyButton')
- locator resolved to <button disabled tabindex="0" role="button" aria-busy="true" aria-disabled="true" data-disable-theme="true" data-testid="RemovePasskeyButton" class="is_Button _bg-0hover-1726194350 _btc-0hover-1358337220 _brc-0hover-1358337220 _bbc-0hover-1358337220 _blc-0hover-1358337220 _bg-0active-1726194350 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _btc-0focus-visible-1452587353 _brc-0focus-vis…>…</button>
- unexpected value "visible"
- locator resolved to <button disabled tabindex="0" role="button" aria-busy="true" aria-disabled="true" data-disable-theme="true" data-testid="RemovePasskeyButton" class="is_Button _bg-0hover-1726194350 _btc-0hover-1358337220 _brc-0hover-1358337220 _bbc-0hover-1358337220 _blc-0hover-1358337220 _bg-0active-1726194350 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _btc-0focus-visible-1452587353 _brc-0focus-vis…>…</button>
- unexpected value "visible"
- locator resolved to <button disabled tabindex="0" role="button" aria-busy="true" aria-disabled="true" data-disable-theme="true" data-testid="RemovePasskeyButton" class="is_Button _bg-0hover-1726194350 _btc-0hover-1358337220 _brc-0hover-1358337220 _bbc-0hover-1358337220 _blc-0hover-1358337220 _bg-0active-1726194350 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _btc-0focus-visible-1452587353 _brc-0focus-vis…>…</button>
- unexpected value "visible"
- locator resolved to <button disabled tabindex="0" role="button" aria-busy="true" aria-disabled="true" data-disable-theme="true" data-testid="RemovePasskeyButton" class="is_Button _bg-0hover-1726194350 _btc-0hover-1358337220 _brc-0hover-1358337220 _bbc-0hover-1358337220 _blc-0hover-1358337220 _bg-0active-1726194350 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _btc-0focus-visible-1452587353 _brc-0focus-vis…>…</button>
- unexpected value "visible"
- locator resolved to <button disabled tabindex="0" role="button" aria-busy="true" aria-disabled="true" data-disable-theme="true" data-testid="RemovePasskeyButton" class="is_Button _bg-0hover-1726194350 _btc-0hover-1358337220 _brc-0hover-1358337220 _bbc-0hover-1358337220 _blc-0hover-1358337220 _bg-0active-1726194350 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _btc-0focus-visible-1452587353 _brc-0focus-vis…>…</button>
- unexpected value "visible"
- locator resolved to <button disabled tabindex="0" role="button" aria-busy="true" aria-disabled="true" data-disable-theme="true" data-testid="RemovePasskeyButton" class="is_Button _bg-0hover-1726194350 _btc-0hover-1358337220 _brc-0hover-1358337220 _bbc-0hover-1358337220 _blc-0hover-1358337220 _bg-0active-1726194350 _btc-0active-1163467620 _brc-0active-1163467620 _bbc-0active-1163467620 _blc-0active-1163467620 _outlineStyle-0focus-visible-solid _outlineWidth-0focus-visible-2px _btc-0focus-visible-1452587353 _brc-0focus-vis…>…</button>
- unexpected value "visible"
- locator resolved to <button disabled tabindex="0" role="button" aria-busy="true" aria-disabled="true" data-disable-theme="true" data-testid="RemovePasskeyButton" class="is_Button _bg-0hove
|
packages/playwright/tests/account-settings-backup.onboarded.spec.ts#L172
7) [firefox] › account-settings-backup.onboarded.spec.ts:110:1 › can remove a signer ─────────────
Error: expect.toBeHidden: Error: strict mode violation: getByText('test-57346') resolved to 2 elements:
1) <span class="font_mono _dsp-inline _bxs-border-box _ww-break-word _whiteSpace-pre-wrap _mt-0px _mr-0px _mb-0px _ml-0px _col-137137702 _fow-400 _fos-229441251 _ff-299667014">…</span> aka getByText('Removing "test-57346" as a')
2) <span class="font_mono _col-_themedark_1358339142 _col-_themelight_1358338460 _dsp-inline _bxs-border-box _ww-break-word _whiteSpace-pre-wrap _mt-0px _mr-0px _mb-0px _ml-0px _col-675002279 _fow-400 _fos-229441251 _ff-299667014">Please enter "test-57346" below</span> aka getByText('Please enter "test-57346"')
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByText('test-57346')
170 | })
171 |
> 172 | await expect(page.getByText(webAuthnCred.display_name)).toBeHidden()
| ^
173 | })
174 |
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-settings-backup.onboarded.spec.ts:172:59
|
|
|
|
|
|
|
|
|
|
|
8 flaky
[chromium] › account-sendtag-checkout.onboarded.spec.ts:64:1 › can confirm a tag ───────────────
[chromium] › deposit.onboarded.spec.ts:168:1 › can deposit ETH with web3 wallet ────────────────
[chromium] › send.onboarded.spec.ts:59:5 › can send USDC using sendid starting from home page ──
[chromium] › send.onboarded.spec.ts:59:5 › can send ETH using sendid starting from home page ───
[chromium] › send.onboarded.spec.ts:59:5 › can send SEND using tag starting from home page ─────
[chromium] › send.onboarded.spec.ts:59:5 › can send SEND using address starting from home page ─
[firefox] › account-settings-backup.onboarded.spec.ts:110:1 › can remove a signer ──────────────
[firefox] › send.onboarded.spec.ts:59:5 › can send USDC using address starting from home page ──
74 passed (2.0m)
|
This job succeeded
Loading