Tron USDT #975
Annotations
9 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#L45
1) [chromium] › NegativeCases/Negative.spec.ts:32:5 › Incorrect password ─────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('div:nth-child(2) > .sc-gGmKOd')
43 | await expect(page.getByText('Passwords do not match.')).toBeVisible();
44 | await expect(page.locator('form')).toContainText('Passwords do not match.');
> 45 | await page.locator('div:nth-child(2) > .sc-gGmKOd').click();
| ^
46 | await page
47 | .getByText('Create passwordPasswordPasswords do not match.Re-enter passwordContinue')
48 | .click();
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/NegativeCases/Negative.spec.ts:45:57
|
Run Playwright tests:
tests/playwright/tests/NegativeCases/Negative.spec.ts#L1
1) [chromium] › NegativeCases/Negative.spec.ts:32:5 › Incorrect password ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/playwright/tests/NegativeCases/Negative.spec.ts#L45
1) [chromium] › NegativeCases/Negative.spec.ts:32:5 › Incorrect password ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('div:nth-child(2) > .sc-gGmKOd')
43 | await expect(page.getByText('Passwords do not match.')).toBeVisible();
44 | await expect(page.locator('form')).toContainText('Passwords do not match.');
> 45 | await page.locator('div:nth-child(2) > .sc-gGmKOd').click();
| ^
46 | await page
47 | .getByText('Create passwordPasswordPasswords do not match.Re-enter passwordContinue')
48 | .click();
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/NegativeCases/Negative.spec.ts:45:57
|
Run Playwright tests:
tests/playwright/tests/NegativeCases/Negative.spec.ts#L1
1) [chromium] › NegativeCases/Negative.spec.ts:32:5 › Incorrect password ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/playwright/tests/NegativeCases/Negative.spec.ts#L45
1) [chromium] › NegativeCases/Negative.spec.ts:32:5 › Incorrect password ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('div:nth-child(2) > .sc-gGmKOd')
43 | await expect(page.getByText('Passwords do not match.')).toBeVisible();
44 | await expect(page.locator('form')).toContainText('Passwords do not match.');
> 45 | await page.locator('div:nth-child(2) > .sc-gGmKOd').click();
| ^
46 | await page
47 | .getByText('Create passwordPasswordPasswords do not match.Re-enter passwordContinue')
48 | .click();
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/NegativeCases/Negative.spec.ts:45:57
|
Run Playwright tests:
tests/playwright/tests/AddExistingMulti/Hide and add wallets in multiaccount.spec.ts#L1
2) [chromium] › AddExistingMulti/Hide and add wallets in multiaccount.spec.ts:5:5 › Hide/ add wallets
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/playwright/tests/AddExistingMulti/Hide and add wallets in multiaccount.spec.ts#L33
2) [chromium] › AddExistingMulti/Hide and add wallets in multiaccount.spec.ts:5:5 › Hide/ add wallets
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('div').filter({ hasText: /^I have a backup copy of recovery phrase$/ }).locator('div')
- locator resolved to <div class="sc-eCjjiL sc-irOPRQ lmPJQL hIuhrh"></div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element is outside of the viewport
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element is outside of the viewport
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element is outside of the viewport
- 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
31 | .filter({ hasText: /^I have a backup copy of recovery phrase$/ })
32 | .locator('div')
> 33 | .click();
| ^
34 | await page.getByRole('button', { name: 'Delete wallet data' }).click();
35 | });
36 |
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/AddExistingMulti/Hide and add wallets in multiaccount.spec.ts:33:10
|
Run Playwright tests
Process completed with exit code 1.
|
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 1.1m
|
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 44.6s
|
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 40.0s
|
Run Playwright tests:
tests/playwright/[chromium] › AddWatchOnly/add watch only.spec.ts#L1
tests/playwright/[chromium] › AddWatchOnly/add watch only.spec.ts took 36.4s
|
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.7s
|
Run Playwright tests
1 failed
[chromium] › NegativeCases/Negative.spec.ts:32:5 › Incorrect password ──────────────────────────
1 flaky
[chromium] › AddExistingMulti/Hide and add wallets in multiaccount.spec.ts:5:5 › Hide/ add wallets
14 passed (2.3m)
|
Loading