feat: integrate Conversational AI interface for enhanced search capab… - #671
Closed
directorfloo wants to merge 7 commits into
Closed
Annotations
11 errors and 1 notice
|
Comment on PR with failure details
Unhandled error: HttpError: Resource not accessible by integration - https://docs.github.com/rest/issues/comments#create-an-issue-comment
|
|
Run visual regression tests:
tests/e2e/visual.spec.js#L22
2) [visual-mobile] › tests/e2e/visual.spec.js:31:3 › Connect Panel › default state ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('input[aria-label="Stellar account address"]')
Expected: visible
Received: undefined
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('input[aria-label="Stellar account address"]')
20 | async function waitForConnectInput(page) {
21 | const input = page.locator('input[aria-label="Stellar account address"]');
> 22 | await expect(input).toBeVisible({ timeout: 15_000 });
| ^
23 | return input;
24 | }
25 |
at waitForConnectInput (/home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/visual.spec.js:22:23)
at /home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/visual.spec.js:34:11
|
|
Run visual regression tests:
tests/e2e/visual.spec.js#L0
2) [visual-mobile] › tests/e2e/visual.spec.js:31:3 › Connect Panel › default state ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
Run visual regression tests:
tests/e2e/visual.spec.js#L17
2) [visual-mobile] › tests/e2e/visual.spec.js:31:3 › Connect Panel › default state ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
15 | await page.waitForLoadState('networkidle');
16 | // Extra tick so CSS transitions triggered by load finish
> 17 | await page.waitForTimeout(200);
| ^
18 | }
19 |
20 | async function waitForConnectInput(page) {
at waitForStable (/home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/visual.spec.js:17:14)
at /home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/visual.spec.js:33:5
|
|
Run visual regression tests:
tests/e2e/visual.spec.js#L0
2) [visual-mobile] › tests/e2e/visual.spec.js:31:3 › Connect Panel › default state ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
Run visual regression tests:
tests/e2e/visual.spec.js#L22
2) [visual-mobile] › tests/e2e/visual.spec.js:31:3 › Connect Panel › default state ───────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('input[aria-label="Stellar account address"]')
Expected: visible
Received: undefined
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('input[aria-label="Stellar account address"]')
20 | async function waitForConnectInput(page) {
21 | const input = page.locator('input[aria-label="Stellar account address"]');
> 22 | await expect(input).toBeVisible({ timeout: 15_000 });
| ^
23 | return input;
24 | }
25 |
at waitForConnectInput (/home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/visual.spec.js:22:23)
at /home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/visual.spec.js:34:11
|
|
Run visual regression tests:
tests/e2e/visual.spec.js#L0
2) [visual-mobile] › tests/e2e/visual.spec.js:31:3 › Connect Panel › default state ───────────────
Test timeout of 30000ms exceeded.
|
|
Run visual regression tests:
tests/e2e/visual.spec.js#L22
1) [visual-mobile] › tests/e2e/visual.spec.js:38:3 › Connect Panel › invalid key error state ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('input[aria-label="Stellar account address"]')
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('input[aria-label="Stellar account address"]')
- waiting for "http://localhost:4173/" navigation to finish...
- navigated to "http://localhost:4173/"
20 | async function waitForConnectInput(page) {
21 | const input = page.locator('input[aria-label="Stellar account address"]');
> 22 | await expect(input).toBeVisible({ timeout: 15_000 });
| ^
23 | return input;
24 | }
25 |
at waitForConnectInput (/home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/visual.spec.js:22:23)
at /home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/visual.spec.js:40:25
|
|
Run visual regression tests:
tests/e2e/visual.spec.js#L41
1) [visual-mobile] › tests/e2e/visual.spec.js:38:3 › Connect Panel › invalid key error state ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
Call log:
- waiting for locator('input[aria-label="Stellar account address"]')
39 | await page.goto('/');
40 | const input = await waitForConnectInput(page);
> 41 | await input.fill('BADKEY');
| ^
42 | await page.getByRole('button', { name: /connect/i }).click();
43 | await waitForStable(page);
44 | await expect(page).toHaveScreenshot('connect-panel-error.png');
at /home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/visual.spec.js:41:17
|
|
Run visual regression tests:
tests/e2e/visual.spec.js#L0
1) [visual-mobile] › tests/e2e/visual.spec.js:38:3 › Connect Panel › invalid key error state ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
Run visual regression tests:
tests/e2e/visual.spec.js#L42
1) [visual-mobile] › tests/e2e/visual.spec.js:38:3 › Connect Panel › invalid key error state ─────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: /connect/i })
- locator resolved to <button type="button" aria-label="Connect to Stellar account">CONNECT →</button>
- attempting click action
- waiting for element to be visible, enabled and stable
40 | const input = await waitForConnectInput(page);
41 | await input.fill('BADKEY');
> 42 | await page.getByRole('button', { name: /connect/i }).click();
| ^
43 | await waitForStable(page);
44 | await expect(page).toHaveScreenshot('connect-panel-error.png');
45 | });
at /home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/visual.spec.js:42:58
|
|
Run visual regression tests
176 failed
[visual-mobile] › tests/e2e/visual.spec.js:31:3 › Connect Panel › default state ────────────────
[visual-mobile] › tests/e2e/visual.spec.js:38:3 › Connect Panel › invalid key error state ──────
[visual-mobile] › tests/e2e/visual.spec.js:59:3 › Layout › price ticker bar ────────────────────
[visual-mobile] › tests/e2e/visual.spec.js:88:5 › Dashboard tabs › tab-network-stats.png ───────
[visual-mobile] › tests/e2e/visual.spec.js:88:5 › Dashboard tabs › tab-wallet.png ──────────────
[visual-mobile] › tests/e2e/visual.spec.js:88:5 › Dashboard tabs › tab-faucet.png ──────────────
[visual-mobile] › tests/e2e/visual.spec.js:88:5 › Dashboard tabs › tab-explorer.png ────────────
[visual-mobile] › tests/e2e/visual.spec.js:114:3 › Connected account views › overview ──────────
[visual-mobile] › tests/e2e/visual.spec.js:118:3 › Connected account views › account detail ────
[visual-mobile] › tests/e2e/visual.spec.js:127:3 › Connected account views › transactions ──────
[visual-mobile] › tests/e2e/visual.spec.js:142:3 › Themes › dark theme (default) ───────────────
[visual-mobile] › tests/e2e/visual.spec.js:148:3 › Themes › light theme ────────────────────────
[visual-mobile] › tests/e2e/visual.spec.js:189:5 › Viewport mobile (375×667) › connect panel ───
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport mobile (375×667) › widget: overview
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport mobile (375×667) › widget: account ─
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport mobile (375×667) › widget: transactions
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport mobile (375×667) › widget: network-stats
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport mobile (375×667) › widget: dex-explorer
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport mobile (375×667) › widget: path-explorer
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport mobile (375×667) › widget: real-time-ledger
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport mobile (375×667) › widget: account-comparison
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport mobile (375×667) › widget: portfolio-value
[visual-mobile] › tests/e2e/visual.spec.js:189:5 › Viewport tablet (768×1024) › connect panel ──
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport tablet (768×1024) › widget: overview
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport tablet (768×1024) › widget: account
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport tablet (768×1024) › widget: transactions
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport tablet (768×1024) › widget: network-stats
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport tablet (768×1024) › widget: dex-explorer
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport tablet (768×1024) › widget: path-explorer
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport tablet (768×1024) › widget: real-time-ledger
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport tablet (768×1024) › widget: account-comparison
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport tablet (768×1024) › widget: portfolio-value
[visual-mobile] › tests/e2e/visual.spec.js:189:5 › Viewport desktop (1440×900) › connect panel ─
[visual-mobile] › tests/e2e/visual.spec.js:197:7 › Viewport desktop (1440×900) › widget: overview
[visual-mobil
|
background
wait
wait-all
cancel
parallel
Loading