iPad #877
Annotations
4 errors, 6 warnings, and 1 notice
Run Playwright tests:
tests/playwright/tests/Ton Connect.spec.ts#L3
1) [chromium] › Ton Connect.spec.ts:40:9 › ton connect › elements ────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
1 | import { test, expect, Page } from '@playwright/test';
2 |
> 3 | test.beforeEach(async ({ page }) => {
| ^
4 | await page.goto('/');
5 | await page.getByRole('button', { name: 'Get started' }).click();
6 | await page.getByRole('button', { name: 'Existing Wallet Import wallet' }).click();
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/Ton Connect.spec.ts:3:6
|
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#L11
1) [chromium] › Ton Connect.spec.ts:40:9 › ton connect › elements ────────────────────────────────
Error: locator.fill: Test ended.
Call log:
- waiting for locator('#create-password')
9 | await page.getByRole('button', { name: 'Continue' }).click();
10 | await page.getByRole('button', { name: 'Continue' }).click();
> 11 | await page.locator('#create-password').fill('123456');
| ^
12 | await page.locator('#create-password-confirm').fill('123456');
13 | await page.getByRole('button', { name: 'Continue' }).click();
14 | await page.getByRole('button', { name: 'Save' }).click();
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/Ton Connect.spec.ts:11:44
|
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 36.7s
|
Run Playwright tests:
tests/playwright/[chromium] › AddWatchOnly/add watch only.spec.ts#L1
tests/playwright/[chromium] › AddWatchOnly/add watch only.spec.ts took 32.0s
|
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 29.6s
|
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 26.6s
|
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 24.5s
|
Run Playwright tests
1 flaky
[chromium] › Ton Connect.spec.ts:40:9 › ton connect › elements ─────────────────────────────────
15 passed (2.4m)
|
Loading