add base
to local cached blockchain info
#2627
javascript.yml
on: push
build
0s
check-format
35s
test
3m 8s
upload-sourcemaps
0s
Annotations
2 errors and 2 notices
trading-view/chain-index.test.ts:21:2 › chain index page › tile data (from API) should match local chain helper:
tests/e2e/trading-view/chain-index.test.ts#L25
1) trading-view/chain-index.test.ts:21:2 › chain index page › tile data (from API) should match local chain helper
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('chain-8453-base').getByRole('heading', { name: 'Base', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('chain-8453-base').getByRole('heading', { name: 'Base', exact: true })
23 | const tile = page.getByTestId(`chain-${chain.id}-${chain.slug}`);
24 | const title = tile.getByRole('heading', { name: chain.name, exact: true });
> 25 | await expect(title).toBeVisible();
| ^
26 | }
27 | });
28 | });
at /home/runner/work/frontend/frontend/tests/e2e/trading-view/chain-index.test.ts:25:24
|
test
Process completed with exit code 1.
|
🎭 Playwright Run Summary
2 skipped
23 passed (13.4s)
|
🎭 Playwright Run Summary
1 failed
trading-view/chain-index.test.ts:21:2 › chain index page › tile data (from API) should match local chain helper
3 skipped
17 passed (22.5s)
|