[Enhancement] Detailed logs around Scope/Settings Changes #5526
Annotations
4 errors, 1 warning, and 5 notices
|
Run Playwright tests:
playwright/tests/cmd-tlm-server/cmd-pkts.p.spec.ts#L127
2) [chromium] › tests/cmd-tlm-server/cmd-pkts.p.spec.ts:107:5 › displays a raw command ───────────
Error: expect(received).toMatch(expected)
Expected substring: "00000000:"
Received string: "Address Data Ascii
---------------------------------------------------------------------------
No Data"
125 | await expect(page.locator('.raw-dialog')).toContainText('Count:')
126 | expect(await page.inputValue('.raw-dialog textarea')).toMatch('Address')
> 127 | expect(await page.inputValue('.raw-dialog textarea')).toMatch('00000000:')
| ^
128 |
129 | await utils.download(page, '[data-test=download]', function (contents) {
130 | expect(contents).toMatch('Raw Command Packet: INST ABORT')
at /home/runner/work/cosmos/cosmos/playwright/tests/cmd-tlm-server/cmd-pkts.p.spec.ts:127:57
|
|
Run Playwright tests:
playwright/tests/admin/settings.p.spec.ts#L162
1) [chromium] › tests/admin/settings.p.spec.ts:152:5 › changes the pypi url ──────────────────────
Error: expect(locator).toHaveValue(expected) failed
Locator: locator('[data-test="pypi-url"]').locator('input')
Expected: "https://mypypi.com"
Received: "https://pypi.org"
Timeout: 10000ms
Call log:
- Expect "toHaveValue" with timeout 10000ms
- waiting for locator('[data-test="pypi-url"]').locator('input')
14 × locator resolved to <input size="1" type="text" id="input-v-98" class="v-field__input" value="https://pypi.org" aria-labelledby="input-v-98-label" aria-describedby="input-v-98-messages"/>
- unexpected value "https://pypi.org"
160 | await expect(
161 | page.locator('[data-test="pypi-url"]').locator('input'),
> 162 | ).toHaveValue('https://mypypi.com')
| ^
163 | })
164 |
165 | test('changes scripting settings', async ({ page, utils }) => {
at /home/runner/work/cosmos/cosmos/playwright/tests/admin/settings.p.spec.ts:162:5
|
|
Run Playwright tests:
playwright/utilities.ts#L50
1) [chromium] › tests/command-sender.p.spec.ts:671:7 › sends INST 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 })
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
|
|
Run Playwright tests:
playwright/tests/command-sender.p.spec.ts#L0
1) [chromium] › tests/command-sender.p.spec.ts:671:7 › sends INST VARIABLE_ARRAYS command and verifies in packet viewer
Test timeout of 60000ms exceeded.
|
|
Upload test artifacts
No files were found with the provided path: playwright/test-results. No artifacts will be uploaded.
|
|
Run Playwright tests
15 passed (4.1m)
|
|
Run Playwright tests
2 flaky
[chromium] › tests/admin/settings.p.spec.ts:152:5 › changes the pypi url ───────────────────────
[chromium] › tests/cmd-tlm-server/cmd-pkts.p.spec.ts:107:5 › displays a raw command ────────────
4 skipped
76 passed (7.2m)
|
|
Run Playwright tests
1 flaky
[chromium] › tests/command-sender.p.spec.ts:671:7 › sends INST VARIABLE_ARRAYS command and verifies in packet viewer
114 passed (7.6m)
|
|
Wait for build
2 passed (16.6s)
|
|
Check for test.only
446 did not run
|
Loading