Support 64 bit ints in CommandSender #3359
Annotations
4 errors, 5 warnings, and 3 notices
|
playwright/tests/data-viewer.spec.ts#L1
1) [chromium] › tests/data-viewer.spec.ts:35:5 › saves, opens, and resets the configuration ──────
Test timeout of 300000ms exceeded.
|
|
playwright/tests/data-viewer.spec.ts#L108
1) [chromium] › tests/data-viewer.spec.ts:35:5 › saves, opens, and resets the configuration ──────
Error: locator.click: Test timeout of 300000ms exceeded.
Call log:
- waiting for locator('text=Open Configuration')
- locator resolved to <div data-v-4d454b93="" class="v-list-item-title">Open Configuration</div>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
106 | // Delete this test configuration
107 | await page.locator('[data-test="data-viewer-file"]').click()
> 108 | await page.locator('text=Open Configuration').click()
| ^
109 | await page
110 | .locator(`tr:has-text("playwright") [data-test=item-delete]`)
111 | .click()
at /home/runner/work/cosmos/cosmos/playwright/tests/data-viewer.spec.ts:108:49
|
|
playwright/tests/table-manager.spec.ts#L1
2) [chromium] › tests/table-manager.spec.ts:223:5 › downloads binary, definition, report ─────────
Test timeout of 300000ms exceeded.
|
|
playwright/utilities.ts#L56
2) [chromium] › tests/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
|
|
playwright/[chromium] › tests/script-runner/api.spec.ts#L1
playwright/[chromium] › tests/script-runner/api.spec.ts took 2.9m
|
|
playwright/[chromium] › tests/admin/plugins.spec.ts#L1
playwright/[chromium] › tests/admin/plugins.spec.ts took 2.3m
|
|
playwright/[chromium] › tests/command-sender.spec.ts#L1
playwright/[chromium] › tests/command-sender.spec.ts took 1.8m
|
|
playwright/[chromium] › tests/script-runner/suite.spec.ts#L1
playwright/[chromium] › tests/script-runner/suite.spec.ts took 1.7m
|
|
playwright/[chromium] › tests/limits-monitor.spec.ts#L1
playwright/[chromium] › tests/limits-monitor.spec.ts took 1.5m
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading