leaderboard designs #4729
Annotations
10 errors, 10 warnings, and 1 notice
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L54
1) [chromium] › account-sendtag-checkout.onboarded.spec.ts:49:1 › can add a pending tag ──────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag comminor_2')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag comminor_2')
52 | })}_${test.info().parallelIndex}`
53 | await checkoutPage.addPendingTag(tagName)
> 54 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
55 | })
56 |
57 | test('cannot add an invalid tag name', async ({ checkoutPage }) => {
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:54:76
|
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L54
1) [chromium] › account-sendtag-checkout.onboarded.spec.ts:49:1 › can add a pending tag ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag studio_2')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag studio_2')
52 | })}_${test.info().parallelIndex}`
53 | await checkoutPage.addPendingTag(tagName)
> 54 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
55 | })
56 |
57 | test('cannot add an invalid tag name', async ({ checkoutPage }) => {
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:54:76
|
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L54
1) [chromium] › account-sendtag-checkout.onboarded.spec.ts:49:1 › can add a pending tag ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag debeo_2')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag debeo_2')
52 | })}_${test.info().parallelIndex}`
53 | await checkoutPage.addPendingTag(tagName)
> 54 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
55 | })
56 |
57 | test('cannot add an invalid tag name', async ({ checkoutPage }) => {
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:54:76
|
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L68
2) [chromium] › account-sendtag-checkout.onboarded.spec.ts:64:1 › can confirm a tag ──────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag fp')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag fp')
66 | const tagName = faker.string.alphanumeric({ length: { min: 1, max: 20 } })
67 | await checkoutPage.addPendingTag(tagName)
> 68 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
69 | await checkoutPage.confirmTags(expect)
70 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeHidden()
71 |
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:68:76
|
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L68
2) [chromium] › account-sendtag-checkout.onboarded.spec.ts:64:1 › can confirm a tag ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag WunbG')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag WunbG')
66 | const tagName = faker.string.alphanumeric({ length: { min: 1, max: 20 } })
67 | await checkoutPage.addPendingTag(tagName)
> 68 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
69 | await checkoutPage.confirmTags(expect)
70 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeHidden()
71 |
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:68:76
|
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L68
2) [chromium] › account-sendtag-checkout.onboarded.spec.ts:64:1 › can confirm a tag ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag M87tk7')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag M87tk7')
66 | const tagName = faker.string.alphanumeric({ length: { min: 1, max: 20 } })
67 | await checkoutPage.addPendingTag(tagName)
> 68 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
69 | await checkoutPage.confirmTags(expect)
70 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeHidden()
71 |
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:68:76
|
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L125
3) [chromium] › account-sendtag-checkout.onboarded.spec.ts:101:1 › can refer a tag ───────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag umbra_5')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag umbra_5')
123 | tagsToRegister.push(tagName)
124 | await checkoutPage.addPendingTag(tagName)
> 125 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
126 | }
127 |
128 | // check referral code and referrer are visible
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:125:78
|
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L125
3) [chromium] › account-sendtag-checkout.onboarded.spec.ts:101:1 › can refer a tag ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag clarus_5')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag clarus_5')
123 | tagsToRegister.push(tagName)
124 | await checkoutPage.addPendingTag(tagName)
> 125 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
126 | }
127 |
128 | // check referral code and referrer are visible
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:125:78
|
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L125
3) [chromium] › account-sendtag-checkout.onboarded.spec.ts:101:1 › can refer a tag ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag absum_5')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag absum_5')
123 | tagsToRegister.push(tagName)
124 | await checkoutPage.addPendingTag(tagName)
> 125 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
126 | }
127 |
128 | // check referral code and referrer are visible
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:125:78
|
packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts#L208
4) [chromium] › account-sendtag-checkout.onboarded.spec.ts:205:1 › cannot confirm a tag without paying
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Pending Sendtag tabesco_6')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Pending Sendtag tabesco_6')
206 | const tagName = `${faker.lorem.word()}_${test.info().parallelIndex}`
207 | await checkoutPage.addPendingTag(tagName)
> 208 | await expect(checkoutPage.page.getByLabel(`Pending Sendtag ${tagName}`)).toBeVisible()
| ^
209 | await checkoutPage.page.pause()
210 | const { data, error } = await supabase.rpc('confirm_tags', {
211 | tag_names: [tagName],
at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.onboarded.spec.ts:208:76
|
|
|
|
|
|
|
|
|
|
|
30 failed
[chromium] › account-sendtag-checkout.onboarded.spec.ts:49:1 › can add a pending tag ───────────
[chromium] › account-sendtag-checkout.onboarded.spec.ts:64:1 › can confirm a tag ───────────────
[chromium] › account-sendtag-checkout.onboarded.spec.ts:101:1 › can refer a tag ────────────────
[chromium] › account-sendtag-checkout.onboarded.spec.ts:205:1 › cannot confirm a tag without paying
[chromium] › account-sendtag-checkout.onboarded.spec.ts:222:1 › cannot add more than 5 tags ────
[chromium] › activity.onboarded.spec.ts:30:1 › can visit activity page and see correct activity feed
[chromium] › home.onboarded.spec.ts:20:1 › can visit token detail page ─────────────────────────
[chromium] › send.onboarded.spec.ts:30:3 › can send USDC starting from profile page ────────────
[chromium] › send.onboarded.spec.ts:59:5 › can send USDC using tag starting from home page ─────
[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 USDC using address starting from home page ─
[chromium] › send.onboarded.spec.ts:30:3 › can send SEND starting from profile 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 sendid starting from home page ──
[chromium] › send.onboarded.spec.ts:59:5 › can send SEND using address starting from home page ─
[firefox] › account-sendtag-checkout.onboarded.spec.ts:49:1 › can add a pending tag ────────────
[firefox] › account-sendtag-checkout.onboarded.spec.ts:64:1 › can confirm a tag ────────────────
[firefox] › account-sendtag-checkout.onboarded.spec.ts:101:1 › can refer a tag ─────────────────
[firefox] › account-sendtag-checkout.onboarded.spec.ts:205:1 › cannot confirm a tag without paying
[firefox] › account-sendtag-checkout.onboarded.spec.ts:222:1 › cannot add more than 5 tags ─────
[firefox] › activity.onboarded.spec.ts:30:1 › can visit activity page and see correct activity feed
[firefox] › home.onboarded.spec.ts:20:1 › can visit token detail page ──────────────────────────
[firefox] › send.onboarded.spec.ts:30:3 › can send USDC starting from profile page ─────────────
[firefox] › send.onboarded.spec.ts:59:5 › can send USDC using tag starting from home page ──────
[firefox] › send.onboarded.spec.ts:59:5 › can send USDC using sendid starting from home page ───
[firefox] › send.onboarded.spec.ts:59:5 › can send USDC using address starting from home page ──
[firefox] › send.onboarded.spec.ts:30:3 › can send SEND starting from profile page ─────────────
[firefox] › send.onboarded.spec.ts:59:5 › can send SEND using tag starting from home page ──────
[firefox] › send.onboarded.spec.ts:59:5 › can send SEND using sendid starting from home page ───
[firefox] › send.onboarded.spec.ts:59:5 › can send SEND using address starting from home page ──
2 flaky
[firefox] › account-settings-backup.onboarded.spec.ts:106:1 › can backup account ───────────────
[firefox] › account-settings-backup.onboarded.spec.ts:110:1 › can remove a signer ──────────────
50 passed (3.3m)
|
This job failed
Loading