iPad #871
Annotations
3 errors, 6 warnings, and 1 notice
Run Playwright tests:
tests/playwright/tests/Ton Connect.spec.ts#L64
1) [chromium] › Ton Connect.spec.ts:40:9 › ton connect › elements ────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('#react-portal-modal-container').getByText('UQAG…gyIO')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('#react-portal-modal-container').getByText('UQAG…gyIO')
62 |
63 | const modal = page.locator('#react-portal-modal-container').getByText('UQAG…gyIO');
> 64 | await expect(modal).toBeVisible();
| ^
65 |
66 | await expect(page.locator('form')).toContainText('UQAG…gyIO');
67 | await page.getByRole('button', { name: 'Connect wallet' }).click();
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/Ton Connect.spec.ts:64:29
|
Run Playwright tests:
tests/playwright/tests/Ton Connect.spec.ts#L17
1) [chromium] › Ton Connect.spec.ts:40:9 › ton connect › elements ────────────────────────────────
Test timeout of 30000ms exceeded while running "afterEach" hook.
15 | });
16 |
> 17 | test.afterEach(async ({ page }) => {
| ^
18 | await page.getByRole('link', { name: 'Settings' }).click();
19 | await page.getByText('Delete Account').click();
20 | await page
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/Ton Connect.spec.ts:17:6
|
Run Playwright tests:
tests/playwright/tests/Ton Connect.spec.ts#L18
1) [chromium] › Ton Connect.spec.ts:40:9 › ton connect › elements ────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('link', { name: 'Settings' })
16 |
17 | test.afterEach(async ({ page }) => {
> 18 | await page.getByRole('link', { name: 'Settings' }).click();
| ^
19 | await page.getByText('Delete Account').click();
20 | await page
21 | .locator('div')
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/Ton Connect.spec.ts:18:56
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
tests/playwright/[chromium] › AddExistingMulti/Add existing multi parent and child.spec.ts#L1
tests/playwright/[chromium] › AddExistingMulti/Add existing multi parent and child.spec.ts took 35.8s
|
Run Playwright tests:
tests/playwright/[chromium] › AddWatchOnly/add watch only.spec.ts#L1
tests/playwright/[chromium] › AddWatchOnly/add watch only.spec.ts took 31.5s
|
Run Playwright tests:
tests/playwright/[chromium] › AddExistingWallets/Add existing general wallet.spec.ts#L1
tests/playwright/[chromium] › AddExistingWallets/Add existing general wallet.spec.ts took 28.5s
|
Run Playwright tests:
tests/playwright/[chromium] › AddExistingMulti/Hide and add wallets in multiaccount.spec.ts#L1
tests/playwright/[chromium] › AddExistingMulti/Hide and add wallets in multiaccount.spec.ts took 25.1s
|
Run Playwright tests:
tests/playwright/[chromium] › Add2WalletsAndDeleteInABulk/2 wallets & bulk delete.spec.ts#L1
tests/playwright/[chromium] › Add2WalletsAndDeleteInABulk/2 wallets & bulk delete.spec.ts took 23.0s
|
Run Playwright tests
1 flaky
[chromium] › Ton Connect.spec.ts:40:9 › ton connect › elements ─────────────────────────────────
15 passed (2.2m)
|
Loading