Skip to content

Merge pull request #317 from tonkeeper/feature/events #106

Merge pull request #317 from tonkeeper/feature/events

Merge pull request #317 from tonkeeper/feature/events #106

Triggered via push November 27, 2024 15:20
Status Success
Total duration 10m 52s
Artifacts

cd.yaml

on: push
extension-build
4m 51s
extension-build
Matrix: desktop-build
web-tests  /  playwright-tests
4m 5s
web-tests / playwright-tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 5 warnings, and 1 notice
[chromium] › Transactions/Send usdt from token screen.spec.ts:31:5 › Transfer usdt: tests/playwright/tests/Transactions/Send usdt from token screen.spec.ts#L47
1) [chromium] › Transactions/Send usdt from token screen.spec.ts:31:5 › Transfer usdt ──────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByText('Done') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('Done') 45 | await expect(page.getByRole('button', { name: 'Confirm' })).toBeVisible(); 46 | await page.getByRole('button', { name: 'Confirm' }).click(); > 47 | await expect(page.getByText('Done')).toBeVisible(); | ^ 48 | }); 49 | at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/Transactions/Send usdt from token screen.spec.ts:47:42
[chromium] › Transactions/Send usdt from token screen.spec.ts:31:5 › Transfer usdt: tests/playwright/tests/Transactions/Send usdt from token screen.spec.ts#L20
1) [chromium] › Transactions/Send usdt from token screen.spec.ts:31:5 › Transfer usdt ──────────── Test timeout of 30000ms exceeded while running "afterEach" hook. 18 | }); 19 | > 20 | test.afterEach(async ({ page }) => { | ^ 21 | await page.getByRole('link', { name: 'Settings' }).click(); 22 | await page.getByText('Delete Account').click(); 23 | await page at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/Transactions/Send usdt from token screen.spec.ts:20:6
[chromium] › Transactions/Send usdt from token screen.spec.ts:31:5 › Transfer usdt: tests/playwright/tests/Transactions/Send usdt from token screen.spec.ts#L21
1) [chromium] › Transactions/Send usdt from token screen.spec.ts:31:5 › Transfer usdt ──────────── Error: locator.click: Test ended. Call log: - waiting for getByRole('link', { name: 'Settings' }) - locator resolved to <a class="" href="/wallet-settings">…</a> - 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 - <div paddingright="0" class="sc-gGmKOd ieGPSC notification-overlay">…</div> from <div id="react-portal-modal-container">…</div> subtree intercepts pointer events - 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 - <div paddingright="0" class="sc-gGmKOd ieGPSC notification-overlay">…</div> from <div id="react-portal-modal-container">…</div> subtree intercepts pointer events - 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 - <div paddingright="0" class="sc-gGmKOd ieGPSC notification-overlay">…</div> from <div id="react-portal-modal-container">…</div> subtree intercepts pointer events - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div paddingright="0" class="sc-gGmKOd ieGPSC notification-overlay">…</div> from <div id="react-portal-modal-container">…</div> subtree intercepts pointer events - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div paddingright="0" class="sc-gGmKOd ieGPSC notification-overlay">…</div> from <div id="react-portal-modal-container">…</div> subtree intercepts pointer events - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div paddingright="0" class="sc-gGmKOd ieGPSC notification-overlay">…</div> from <div id="react-portal-modal-container">…</div> subtree intercepts pointer events - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div paddingright="0" class="sc-gGmKOd ieGPSC notification-overlay">…</div> from <div id="react-portal-modal-container">…</div> subtree intercepts pointer events - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div paddingright="0" class="sc-gGmKOd ieGPSC notification-overlay">…</div> from <div id="react-portal-modal-container">…</div> subtree intercepts pointer events - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div paddingright="0" class="sc-gGmKOd ieGPSC notification-overlay">…</div> from <div id="react-portal-modal-container">…</div> subtree intercepts pointer events - retrying click action, attempt #9 - waiting 500ms - waiting for element to be visible, enabled and sta
[chromium] › Transactions/Swap.spec.ts:63:9 › Swap Test › Should send swap usdt to ton and wait pending transaction: tests/playwright/tests/Transactions/Swap.spec.ts#L77
2) [chromium] › Transactions/Swap.spec.ts:63:9 › Swap Test › Should send swap usdt to ton and wait pending transaction Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('button', { name: 'All Tokens' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('button', { name: 'All Tokens' }) 75 | 76 | // Check that model is closed and app navigate to history > 77 | await expect(page.getByRole('button', { name: 'All Tokens' })).toBeVisible(); | ^ 78 | await expect(page.getByRole('link', { name: 'History' })).toBeVisible(); 79 | 80 | // Wait pending transaction transaction at /home/runner/work/tonkeeper-web/tonkeeper-web/tests/playwright/tests/Transactions/Swap.spec.ts:77:72
Slow Test: tests/playwright/[chromium] › Ton Connect.spec.ts#L1
tests/playwright/[chromium] › Ton Connect.spec.ts took 1.0m
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 32.0s
Slow Test: tests/playwright/[chromium] › AddExistingWallets/Add existing general wallet.spec.ts#L1
tests/playwright/[chromium] › AddExistingWallets/Add existing general wallet.spec.ts took 30.3s
Slow Test: 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.1s
🎭 Playwright Run Summary
2 flaky [chromium] › Transactions/Send usdt from token screen.spec.ts:31:5 › Transfer usdt ───────────── [chromium] › Transactions/Swap.spec.ts:63:9 › Swap Test › Should send swap usdt to ton and wait pending transaction 18 passed (2.2m)