Script apis #3229
Annotations
3 errors, 5 warnings, and 3 notices
Run Playwright tests:
playwright/tests/table-manager.spec.ts#L1
1) [chromium] › table-manager.spec.ts:223:5 › downloads binary, definition, report ───────────────
Test timeout of 300000ms exceeded.
|
Run Playwright tests:
playwright/utilities.ts#L56
1) [chromium] › table-manager.spec.ts:223:5 › downloads binary, definition, report ───────────────
Error: page.waitForEvent: Test timeout of 300000ms exceeded.
=========================== logs ===========================
waiting for event "download"
============================================================
at ../utilities.ts:56
54 | const [download] = await Promise.all([
55 | // Start waiting for the download
> 56 | page.waitForEvent('download'),
| ^
57 | // Initiate the download
58 | page.locator(locator).click(),
59 | ])
at Utilities.download (/home/runner/work/cosmos/cosmos/playwright/utilities.ts:56:12)
at /home/runner/work/cosmos/cosmos/playwright/tests/table-manager.spec.ts:233:15
|
Run Playwright tests:
playwright/tests/utc-time.spec.ts#L272
2) [chromium] › utc-time.spec.ts:218:7 › Data Viewer › displays in local or UTC time ─────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "2025-01-28T17"
Received string: ""
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
270 | localStartTime = addSeconds(localStartTime, 5)
271 | // Poll since inputValue is immediate
> 272 | await expect
| ^
273 | .poll(async () => {
274 | return await page
275 | .locator('[data-test=history-component-text-area] textarea')
at /home/runner/work/cosmos/cosmos/playwright/tests/utc-time.spec.ts:272:5
|
Run Playwright tests:
playwright/[chromium] › script-runner/api.spec.ts#L1
playwright/[chromium] › script-runner/api.spec.ts took 3.4m
|
Run Playwright tests:
playwright/[chromium] › admin/plugins.spec.ts#L1
playwright/[chromium] › admin/plugins.spec.ts took 2.4m
|
Run Playwright tests:
playwright/[chromium] › script-runner/suite.spec.ts#L1
playwright/[chromium] › script-runner/suite.spec.ts took 2.0m
|
Run Playwright tests:
playwright/[chromium] › command-sender.spec.ts#L1
playwright/[chromium] › command-sender.spec.ts took 1.9m
|
Run Playwright tests:
playwright/[chromium] › limits-monitor.spec.ts#L1
playwright/[chromium] › limits-monitor.spec.ts took 1.5m
|
Check for test.only
213 did not run
|
Run Playwright tests
2 flaky
[chromium] › table-manager.spec.ts:223:5 › downloads binary, definition, report ────────────────
[chromium] › utc-time.spec.ts:218:7 › Data Viewer › displays in local or UTC time ──────────────
1 skipped
209 passed (29.7m)
|
Wait for build
2 passed (7.9s)
|
Loading