[Feature] Add Username/Approver to the Command Export #4766
Annotations
2 errors, 1 warning, and 5 notices
|
playwright/utilities.ts#L82
1) [chromium] › tests/table-manager.p.spec.ts:255:5 › downloads binary, definition, report ───────
Error: page.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "download"
============================================================
at ../utilities.ts:82
80 | const [download] = await Promise.all([
81 | // Start waiting for the download
> 82 | page.waitForEvent('download'),
| ^
83 | // Initiate the download
84 | page.locator(locator).click(),
85 | ])
at Utilities.download (/home/runner/work/cosmos/cosmos/playwright/utilities.ts:82:12)
at /home/runner/work/cosmos/cosmos/playwright/tests/table-manager.p.spec.ts:261:15
|
|
playwright/tests/table-manager.p.spec.ts#L0
1) [chromium] › tests/table-manager.p.spec.ts:255:5 › downloads binary, definition, report ───────
Test timeout of 60000ms exceeded.
|
|
|
|
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading