Skip to content

hide strategies TVL chart for non-admin users #2600

hide strategies TVL chart for non-admin users

hide strategies TVL chart for non-admin users #2600

Triggered via push October 25, 2024 14:38
Status Failure
Total duration 4m 48s
Artifacts

javascript.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 notices
trading-view/pair-index.test.ts:8:2 › pair index page › should include table with 10 body rows: tests/e2e/trading-view/pair-index.test.ts#L10
1) trading-view/pair-index.test.ts:8:2 › pair index page › should include table with 10 body rows Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: getByTestId('pairs-table').locator('tbody tr') Expected: 10 Received: 0 Call log: - expect.toHaveCount with timeout 5000ms - waiting for getByTestId('pairs-table').locator('tbody tr') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" 8 | test('should include table with 10 body rows', async ({ page }) => { 9 | const tableRows = page.getByTestId('pairs-table').locator('tbody tr'); > 10 | await expect(tableRows).toHaveCount(10); | ^ 11 | }); 12 | 13 | test('clicking table row should open correct pair details page', async ({ page }) => { at /home/runner/work/frontend/frontend/tests/e2e/trading-view/pair-index.test.ts:10:27
test
Process completed with exit code 1.
🎭 Playwright Run Summary
2 skipped 23 passed (12.0s)
🎭 Playwright Run Summary
1 failed trading-view/pair-index.test.ts:8:2 › pair index page › should include table with 10 body rows ─ 3 skipped 17 passed (1.6m)