iPad #874
Annotations
2 errors, 6 warnings, and 1 notice
Run Playwright tests:
tests/playwright/tests/NegativeCases/Negative.spec.ts#L1
1) [chromium] › NegativeCases/Negative.spec.ts:32:5 › Incorrect password ─────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/playwright/tests/NegativeCases/Negative.spec.ts#L40
1) [chromium] › NegativeCases/Negative.spec.ts:32:5 › Incorrect password ─────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#create-password')
38 | await page.getByRole('button', { name: 'Continue' }).click();
39 | await page.getByRole('button', { name: 'Continue' }).click();
> 40 | await page.locator('#create-password').fill('123456');
| ^
41 | await page.locator('#create-password-confirm').fill('123457');
42 | await page.getByRole('button', { name: 'Continue' }).click();
43 | await expect(page.getByText('Passwords do not match.')).toBeVisible();
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/NegativeCases/Negative.spec.ts:40:44
|
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] › Ton Connect.spec.ts#L1
tests/playwright/[chromium] › Ton Connect.spec.ts took 53.1s
|
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.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 30.4s
|
Run Playwright tests:
tests/playwright/[chromium] › AddWatchOnly/add watch only.spec.ts#L1
tests/playwright/[chromium] › AddWatchOnly/add watch only.spec.ts took 30.0s
|
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 28.2s
|
Run Playwright tests
1 flaky
[chromium] › NegativeCases/Negative.spec.ts:32:5 › Incorrect password ──────────────────────────
15 passed (1.4m)
|
Loading