Skip to content

feat: introduce Grid as a new question type #1647

feat: introduce Grid as a new question type

feat: introduce Grid as a new question type #1647

Triggered via pull request January 20, 2026 14:28
Status Success
Total duration 6m 22s
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:18:1 β€Ί IME input does not trigger new option: playwright/e2e/ime-input.spec.ts#L79
1) [chromium] β€Ί playwright/e2e/ime-input.spec.ts:18:1 β€Ί IME input does not trigger new option ──── Error: expect(locator).toHaveCount(expected) failed Locator: locator('main section').first().getByRole('textbox', { name: /The text of option \d+/i }) Expected: 1 Received: 0 Timeout: 5000ms Call log: - Expect "toHaveCount" with timeout 5000ms - waiting for locator('main section').first().getByRole('textbox', { name: /The text of option \d+/i }) 8 Γ— 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/actions-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:18:1 β€Ί IME input does not trigger new option ───── 8 passed (3.5m)