Fix trivy #5927
playwright.yml
on: pull_request
openc3-build-test
26m 1s
Annotations
2 errors, 1 warning, and 5 notices
|
[chromium] › tests/script-runner/prompts.p.spec.ts:445:5 › test python prompts:
playwright/tests/script-runner/prompts.p.spec.ts#L379
1) [chromium] › tests/script-runner/prompts.p.spec.ts:445:5 › test python prompts ────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('.v-dialog')
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('.v-dialog')
377 | await utils.sleep(500)
378 |
> 379 | await expect(page.locator('.v-dialog')).toBeVisible()
| ^
380 | await expect(page.locator('.v-dialog')).toContainText('Open multiple files')
381 | // Note that Promise.all prevents a race condition
382 | // between clicking and waiting for the file chooser.
at runScript (/home/runner/work/cosmos/cosmos/playwright/tests/script-runner/prompts.p.spec.ts:379:43)
at /home/runner/work/cosmos/cosmos/playwright/tests/script-runner/prompts.p.spec.ts:446:3
|
|
[chromium] › tests/tlm-viewer.p.spec.ts:234:5 › displays INST WEB:
playwright/tests/tlm-viewer.p.spec.ts#L60
1) [chromium] › tests/tlm-viewer.p.spec.ts:234:5 › displays INST WEB ─────────────────────────────
Error: expect(locator).not.toBeVisible() failed
Locator: locator('.v-toolbar:has-text("INST WEB")')
Expected: not visible
Received: visible
Timeout: 10000ms
Call log:
- Expect "not toBeVisible" with timeout 10000ms
- waiting for locator('.v-toolbar:has-text("INST WEB")')
12 × locator resolved to <header data-v-d702c86d="" class="v-toolbar v-toolbar--collapse-start v-toolbar--density-default v-theme--cosmosDark v-locale--is-ltr">…</header>
- unexpected value "visible"
58 | await expect(
59 | page.locator(`.v-toolbar:has-text("${target} ${screen}")`),
> 60 | ).not.toBeVisible()
| ^
61 | }
62 | }
63 |
at showScreen (/home/runner/work/cosmos/cosmos/playwright/tests/tlm-viewer.p.spec.ts:60:11)
at /home/runner/work/cosmos/cosmos/playwright/tests/tlm-viewer.p.spec.ts:235:3
|
|
openc3-build-test
No files were found with the provided path: playwright/test-results. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
15 passed (3.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/script-runner/prompts.p.spec.ts:445:5 › test python prompts ─────────────────
4 skipped
81 passed (6.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/tlm-viewer.p.spec.ts:234:5 › displays INST WEB ──────────────────────────────
112 passed (7.1m)
|
|
🎭 Playwright Run Summary
2 passed (13.4s)
|
|
🎭 Playwright Run Summary
456 did not run
|