Disallow using session token to change password #5501
playwright.yml
on: pull_request
openc3-build-test
15m 58s
Annotations
5 errors and 3 notices
|
openc3-build-test
Process completed with exit code 1.
|
|
[chromium] › tests/command-sender.p.spec.ts:671:7 › sends INST2 VARIABLE_ARRAYS command and verifies in packet viewer:
playwright/utilities.ts#L50
2) [chromium] › tests/command-sender.p.spec.ts:671:7 › sends INST2 VARIABLE_ARRAYS command and verifies in packet viewer
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('option', { name: 'VARIABLE_ARRAYS', exact: true })
- locator resolved to <div tabindex="-2" role="option" aria-setsize="13" aria-posinset="12" aria-selected="false" class="v-list-item v-list-item--link v-theme--cosmosDark v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at ../utilities.ts:50
48 | if (packet) {
49 | await this.page.locator('[data-test=select-packet]').click()
> 50 | await this.page.getByRole('option', { name: packet, exact: true }).click()
| ^
51 | await expect(
52 | this.page.locator('[data-test="select-packet"]'),
53 | ).toContainText(packet)
at Utilities.selectTargetPacketItem (/home/runner/work/cosmos/cosmos/playwright/utilities.ts:50:74)
at /home/runner/work/cosmos/cosmos/playwright/tests/command-sender.p.spec.ts:708:5
|
|
[chromium] › tests/command-sender.p.spec.ts:671:7 › sends INST2 VARIABLE_ARRAYS command and verifies in packet viewer:
playwright/tests/command-sender.p.spec.ts#L0
2) [chromium] › tests/command-sender.p.spec.ts:671:7 › sends INST2 VARIABLE_ARRAYS command and verifies in packet viewer
Test timeout of 60000ms exceeded.
|
|
[chromium] › tests/auth.p.spec.ts:14:7 › Auth API › verifies rate limiting is enforced:
playwright/tests/auth.p.spec.ts#L34
1) [chromium] › tests/auth.p.spec.ts:14:7 › Auth API › verifies rate limiting is enforced ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
32 | }
33 |
> 34 | expect(gotRateLimited).toBe(true)
| ^
35 | })
36 | })
37 |
at /home/runner/work/cosmos/cosmos/playwright/tests/auth.p.spec.ts:34:28
|
|
[chromium] › tests/auth.p.spec.ts:14:7 › Auth API › verifies rate limiting is enforced:
playwright/tests/auth.p.spec.ts#L34
1) [chromium] › tests/auth.p.spec.ts:14:7 › Auth API › verifies rate limiting is enforced ────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
32 | }
33 |
> 34 | expect(gotRateLimited).toBe(true)
| ^
35 | })
36 | })
37 |
at /home/runner/work/cosmos/cosmos/playwright/tests/auth.p.spec.ts:34:28
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/auth.p.spec.ts:14:7 › Auth API › verifies rate limiting is enforced ─────────
1 flaky
[chromium] › tests/command-sender.p.spec.ts:671:7 › sends INST2 VARIABLE_ARRAYS command and verifies in packet viewer
112 passed (7.6m)
|
|
🎭 Playwright Run Summary
2 passed (14.6s)
|
|
🎭 Playwright Run Summary
440 did not run
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright
Expired
|
6.16 MB |
sha256:2055911e1ef564c23ebfb2dfa237ec20344246926a41e7dafc4958e3e406c2ff
|
|