Prevent sharing of private strategies #2626
javascript.yml
on: pull_request
build
4m 40s
check-format
38s
test
3m 18s
upload-sourcemaps
0s
Annotations
2 errors, 1 warning, 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.
|
Slow Test:
trading-view/exchange-details.test.ts#L1
trading-view/exchange-details.test.ts took 15.5s
|
🎭 Playwright Run Summary
2 skipped
23 passed (13.0s)
|
🎭 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 (25.9s)
|