Add computedStyle to ROLLUP, LED, and SIGNAL widgets #3080
Annotations
2 errors, 6 warnings, and 3 notices
Run Playwright tests:
playwright/tests/limits-monitor.spec.ts#L282
1) [chromium] › limits-monitor.spec.ts:277:5 › displays the limits log ───────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toContainText(expected)
Locator: locator('[data-test=limits-events]')
Expected string: "RED"
Received string: "TimeLevelMessage2024-12-18 22:48:11.430INST HEALTH_STATUS TEMP1 = 19.090300000000013 is BLUE (-20.0 to 20.0)2024-12-18 22:48:10.430INST HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2024-12-18 22:48:10.409INST2 HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2024-12-18 22:48:05.430INST HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2024-12-18 22:48:05.430INST HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS TEMP1 = 19.090300000000013 is BLUE (-20.0 to 20.0)2024-12-18 22:48:03.430INST HEALTH_STATUS TEMP1 = 59.545500000000004 is GREEN_HIGH (20.0)"
Call log:
- expect.toContainText with timeout 10000ms
- waiting for locator('[data-test=limits-events]')
6 × locator resolved to <div data-v-210db24e="" data-test="limits-events" class="v-table v-table--fixed-height v-table--has-top v-table--has-bottom v-table--hover v-theme--cosmosDark v-table--density-compact v-data-table">…</div>
- unexpected value "TimeLevelMessage2024-12-18 22:48:03.430INST HEALTH_STATUS TEMP1 = 59.545500000000004 is GREEN_HIGH (20.0)"
5 × locator resolved to <div data-v-210db24e="" data-test="limits-events" class="v-table v-table--fixed-height v-table--has-top v-table--has-bottom v-table--hover v-theme--cosmosDark v-table--density-compact v-data-table">…</div>
- unexpected value "TimeLevelMessage2024-12-18 22:48:05.430INST HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2024-12-18 22:48:05.430INST HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS TEMP1 = 19.090300000000013 is BLUE (-20.0 to 20.0)2024-12-18 22:48:03.430INST HEALTH_STATUS TEMP1 = 59.545500000000004 is GREEN_HIGH (20.0)"
- locator resolved to <div data-v-210db24e="" data-test="limits-events" class="v-table v-table--fixed-height v-table--has-top v-table--has-bottom v-table--hover v-theme--cosmosDark v-table--density-compact v-data-table">…</div>
- unexpected value "TimeLevelMessage2024-12-18 22:48:10.430INST HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2024-12-18 22:48:10.409INST2 HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2024-12-18 22:48:05.430INST HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2024-12-18 22:48:05.430INST HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS TEMP1 = 19.090300000000013 is BLUE (-20.0 to 20.0)2024-12-18 22:48:03.430INST HEALTH_STATUS TEMP1 = 59.545500000000004 is GREEN_HIGH (20.0)"
2 × locator resolved to <div data-v-210db24e="" data-test="limits-events" class="v-table v-table--fixed-height v-table--has-top v-table--has-bottom v-table--hover v-theme--cosmosDark v-table--density-compact v-data-table">…</div>
- unexpected value "TimeLevelMessage2024-12-18 22:48:11.430INST HEALTH_STATUS TEMP1 = 19.090300000000013 is BLUE (-20.0 to 20.0)2024-12-18 22:48:10.430INST HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2024-12-18 22:48:10.409INST2 HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2024-12-18 22:48:05.430INST HEALTH_STATUS GROUND2STATUS = UNAVAILABLE is YELLOW2024-12-18 22:48:05.430INST HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS GROUND2STATUS = CONNECTED is GREEN2024-12-18 22:48:05.409INST2 HEALTH_STATUS GROUND1STATUS = CONNECTED is GREEN2024-12-18 22:
|
Run Playwright tests:
playwright/tests/script-runner/file-menu.spec.ts#L93
2) [chromium] › script-runner/file-menu.spec.ts:38:5 › open a file ───────────────────────────────
Error: expect(locator).toContainText(expected)
Locator: locator('#sr-controls')
Expected string: "INST/procedures/disconnect.rb"
Received string: "FilenameINST2/procedures/metadata.pyFilenameScript IDScript IDScript StateScript State Start "
Call log:
- expect.toContainText with timeout 10000ms
- waiting for locator('#sr-controls')
3 × locator resolved to <div id="sr-controls" data-v-a636e4c6="">…</div>
- unexpected value "FilenameINST2/procedures/metadata.pyFilenameScript IDScript IDScript StateScript State Start "
91 | .locator('.v-list-item-title:has-text("INST/procedures/disconnect.rb")')
92 | .click()
> 93 | expect(await page.locator('#sr-controls')).toContainText(
| ^
94 | `INST/procedures/disconnect.rb`,
95 | )
96 | })
at /home/runner/work/cosmos/cosmos/playwright/tests/script-runner/file-menu.spec.ts:93:46
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 1.8m
|
Run Playwright tests:
playwright/[chromium] › command-sender.spec.ts#L1
playwright/[chromium] › command-sender.spec.ts took 1.6m
|
Run Playwright tests:
playwright/[chromium] › script-runner/api.spec.ts#L1
playwright/[chromium] › script-runner/api.spec.ts took 1.5m
|
Run Playwright tests:
playwright/[chromium] › tlm-viewer.spec.ts#L1
playwright/[chromium] › tlm-viewer.spec.ts took 1.1m
|
Check for test.only
209 did not run
|
Run Playwright tests
2 flaky
[chromium] › limits-monitor.spec.ts:277:5 › displays the limits log ────────────────────────────
[chromium] › script-runner/file-menu.spec.ts:38:5 › open a file ────────────────────────────────
2 skipped
204 passed (20.1m)
|
Wait for build
2 passed (6.1s)
|
Loading