Skip to content

Prevent sharing of private strategies #2626

Prevent sharing of private strategies

Prevent sharing of private strategies #2626

Triggered via pull request November 11, 2024 01:58
Status Failure
Total duration 4m 50s
Artifacts

javascript.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)