Update frontend readme for openc3-js-common and openc3-vue-common #3110
Annotations
4 errors, 6 warnings, and 3 notices
Run Playwright tests:
playwright/tests/data-extractor.spec.ts#L111
1) [chromium] › data-extractor.spec.ts:99:5 › warns with no time delta ───────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('text=Start date/time is equal to end date/time')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('text=Start date/time is equal to end date/time')
109 | await expect(
110 | page.locator('text=Start date/time is equal to end date/time'),
> 111 | ).toBeVisible()
| ^
112 | })
113 |
114 | test('warns with no data', async ({ page, utils }) => {
at /home/runner/work/cosmos/cosmos/playwright/tests/data-extractor.spec.ts:111:5
|
Run Playwright tests:
playwright/tests/data-extractor.spec.ts#L111
1) [chromium] › data-extractor.spec.ts:99:5 › warns with no time delta ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('text=Start date/time is equal to end date/time')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('text=Start date/time is equal to end date/time')
109 | await expect(
110 | page.locator('text=Start date/time is equal to end date/time'),
> 111 | ).toBeVisible()
| ^
112 | })
113 |
114 | test('warns with no data', async ({ page, utils }) => {
at /home/runner/work/cosmos/cosmos/playwright/tests/data-extractor.spec.ts:111:5
|
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-e274eaa8="">…</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
|
Run Playwright tests
Process completed with exit code 1.
|
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/api.spec.ts#L1
playwright/[chromium] › script-runner/api.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.7m
|
Run Playwright tests:
playwright/[chromium] › limits-monitor.spec.ts#L1
playwright/[chromium] › limits-monitor.spec.ts took 1.4m
|
Check for test.only
211 did not run
|
Run Playwright tests
1 failed
[chromium] › data-extractor.spec.ts:99:5 › warns with no time delta ────────────────────────────
1 flaky
[chromium] › script-runner/file-menu.spec.ts:38:5 › open a file ────────────────────────────────
2 skipped
206 passed (22.2m)
|
Wait for build
2 passed (5.9s)
|
Loading