Skip to content

feat: add question name to form answer output #1160

feat: add question name to form answer output

feat: add question name to form answer output #1160

Triggered via pull request April 30, 2025 07:01
Status Success
Total duration 3m 0s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 1 warning, and 1 notice
[chromium] β€Ί playwright/e2e/ime-input.spec.ts:19:1 β€Ί IME input does not trigger new option: playwright/e2e/ime-input.spec.ts#L79
1) [chromium] β€Ί playwright/e2e/ime-input.spec.ts:19:1 β€Ί IME input does not trigger new option ──── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('main section').first().getByRole('textbox', { name: /The text of option \d+/i }) Expected: 1 Received: 0 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('main section').first().getByRole('textbox', { name: /The text of option \d+/i }) 9 Γ— locator resolved to 0 elements - unexpected value "0" 77 | }) 78 | // so there were 4 inputs but those should only result in one new option > 79 | await expect(question.answerInputs).toHaveCount(1) | ^ 80 | await expect(question.answerInputs).toHaveValue('さ') 81 | }, 82 | ) at /home/runner/work/forms/forms/playwright/e2e/ime-input.spec.ts:79:39
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί playwright/e2e/ime-input.spec.ts:19:1 β€Ί IME input does not trigger new option ───── 8 passed (1.6m)