Update version 3.27.0 #111
cd.yaml
on: push
web-build
/
web-build
2m 28s
ipad-build
/
ipad-build
7m 31s
swap-widget-build
/
Swap Widget
2m 23s
extension-build
3m 47s
Matrix: desktop-build
web-tests
/
playwright-tests
3m 19s
Annotations
1 error, 10 warnings, and 1 notice
[chromium] › Transactions/Swap.spec.ts:42:9 › Swap Test › Should send swap ton to usdt and wait pending transaction:
tests/playwright/tests/Transactions/Swap.spec.ts#L58
1) [chromium] › Transactions/Swap.spec.ts:42:9 › Swap Test › Should send swap ton to usdt and wait pending transaction
Error: expect.toBeVisible: Error: strict mode violation: getByText('Pending') resolved to 3 elements:
1) <span class="sc-kEjbdu cCFujo">Pending…</span> aka getByText('Pending…').first()
2) <span class="sc-kEjbdu cCFujo">Pending…</span> aka getByText('Pending…').nth(1)
3) <span class="sc-kEjbdu cCFujo">Pending…</span> aka getByText('Pending…').nth(2)
Call log:
- expect.toBeVisible with timeout 40000ms
- waiting for getByText('Pending')
56 |
57 | // Wait pending transaction transaction
> 58 | await expect(page.getByText('Pending')).toBeVisible({ timeout: 40 * 1000 });
| ^
59 | });
60 |
61 | //swap usdt => ton
at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/Transactions/Swap.spec.ts:58:49
|
swap-widget-build / Swap Widget
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
web-build / web-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
desktop-build (ubuntu-latest, publish:arm)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
desktop-build (ubuntu-latest, publish:intel)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
web-tests / playwright-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
tests/playwright/[chromium] › Ton Connect.spec.ts#L1
tests/playwright/[chromium] › Ton Connect.spec.ts took 56.7s
|
Slow Test:
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
|
Slow Test:
tests/playwright/[chromium] › AddWatchOnly/add watch only.spec.ts#L1
tests/playwright/[chromium] › AddWatchOnly/add watch only.spec.ts took 30.2s
|
Slow Test:
tests/playwright/[chromium] › AddExistingWallets/Add existing general wallet.spec.ts#L1
tests/playwright/[chromium] › AddExistingWallets/Add existing general wallet.spec.ts took 29.4s
|
Slow Test:
tests/playwright/[chromium] › Transactions/Send TON.spec.ts#L1
tests/playwright/[chromium] › Transactions/Send TON.spec.ts took 26.9s
|
🎭 Playwright Run Summary
1 flaky
[chromium] › Transactions/Swap.spec.ts:42:9 › Swap Test › Should send swap ton to usdt and wait pending transaction
19 passed (1.8m)
|