Update Anycable, Minio, vuetify, various other frontend #4791
Annotations
5 errors and 5 notices
|
playwright/tests/script-runner/api.s.spec.ts#L235
1) [chromium] › tests/script-runner/api.s.spec.ts:259:5 › test python metadata apis ──────────────
Error: expect(locator).toHaveValue(expected) failed
Locator: locator('[data-test=state] input')
Expected: "completed"
Received: "error"
Timeout: 20000ms
Call log:
- Expect "toHaveValue" with timeout 20000ms
- waiting for locator('[data-test=state] input')
2 × locator resolved to <input readonly size="1" type="text" id="input-v-19" value="waiting 1s" class="v-field__input" aria-labelledby="input-v-19-label"/>
- unexpected value "waiting 1s"
2 × locator resolved to <input readonly size="1" type="text" id="input-v-19" value="running" class="v-field__input" aria-labelledby="input-v-19-label"/>
- unexpected value "running"
- locator resolved to <input readonly size="1" type="text" id="input-v-19" value="waiting 0s" class="v-field__input" aria-labelledby="input-v-19-label"/>
- unexpected value "waiting 0s"
- locator resolved to <input readonly size="1" type="text" id="input-v-19" value="waiting 1s" class="v-field__input" aria-labelledby="input-v-19-label"/>
- unexpected value "waiting 1s"
18 × locator resolved to <input readonly size="1" type="text" value="error" id="input-v-19" class="v-field__input" aria-labelledby="input-v-19-label"/>
- unexpected value "error"
233 | await page.locator('[data-test="close-event-list"]').click()
234 |
> 235 | await expect(page.locator('[data-test=state] input')).toHaveValue(
| ^
236 | 'completed',
237 | {
238 | timeout: 20000,
at testMetadataApis (/home/runner/work/cosmos/cosmos/playwright/tests/script-runner/api.s.spec.ts:235:57)
at /home/runner/work/cosmos/cosmos/playwright/tests/script-runner/api.s.spec.ts:260:3
|
|
playwright/tests/tlm-viewer.p.spec.ts#L192
2) [chromium] › tests/tlm-viewer.p.spec.ts:182:5 › displays INST SIMPLE ──────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for locator('[data-test=edit-screen-icon]')
- locator resolved to <button type="button" data-v-dca85517="" aria-label="Edit Screen" data-test="edit-screen-icon" class="v-btn v-btn--icon v-theme--cosmosDark v-btn--density-compact v-btn--size-default v-btn--variant-text">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
190 | await page.locator('button:has-text("Save")').click()
191 | await expect(page.locator(`text=${text}`)).toBeVisible()
> 192 | await page.locator('[data-test=edit-screen-icon]').click()
| ^
193 | await expect(
194 | page.locator(`.v-toolbar:has-text("Edit Screen")`),
195 | ).toBeVisible()
at /home/runner/work/cosmos/cosmos/playwright/tests/tlm-viewer.p.spec.ts:192:56
at showScreen (/home/runner/work/cosmos/cosmos/playwright/tests/tlm-viewer.p.spec.ts:51:3)
at /home/runner/work/cosmos/cosmos/playwright/tests/tlm-viewer.p.spec.ts:184:3
|
|
playwright/http:/localhost:2900/tools/tlmviewer/TlmViewer-f0528c8274a320661075.js#L2
2) [chromium] › tests/tlm-viewer.p.spec.ts:182:5 › displays INST SIMPLE ──────────────────────────
TypeError: Cannot read properties of undefined (reading 'find')
at On.getCompletions (http://localhost:2900/tools/tlmviewer/TlmViewer-f0528c8274a320661075.js:2:5158)
at http://localhost:2900/tools/base/main-cd283f311b39f3c6e626.js:1238:20803
at S.gatherCompletions (http://localhost:2900/tools/base/main-cd283f311b39f3c6e626.js:1238:20779)
at S.provideCompletions (http://localhost:2900/tools/base/main-cd283f311b39f3c6e626.js:1238:21415)
at S.updateCompletions (http://localhost:2900/tools/base/main-cd283f311b39f3c6e626.js:1238:14149)
at S.showPopup (http://localhost:2900/tools/base/main-cd283f311b39f3c6e626.js:1238:12822)
at P (http://localhost:2900/tools/base/main-cd283f311b39f3c6e626.js:1238:27746)
at Array.S (http://localhost:2900/tools/base/main-cd283f311b39f3c6e626.js:1238:27524)
at f._signal (http://localhost:2900/tools/base/main-cd283f311b39f3c6e626.js:17:1590)
|
|
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