Merge pull request #317 from tonkeeper/feature/events #106
Annotations
4 errors, 5 warnings, and 1 notice
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
tests/playwright/[chromium] › Ton Connect.spec.ts#L1
tests/playwright/[chromium] › Ton Connect.spec.ts took 1.0m
|
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 30.3s
|
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.1s
|
Run Playwright tests
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)
|
Loading