Frontmatter
| id | 7442 |
| title | Convert Component Test form/field/ComboBox.mjs to Playwright |
| state | Closed |
| labels | enhancementhelp wantedhacktoberfestai |
| assignees | tobiu |
| createdAt | Oct 10, 2025, 6:54 PM |
| updatedAt | Nov 4, 2025, 9:21 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7442 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 7435 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 4, 2025, 9:21 PM |
Convert Component Test form/field/ComboBox.mjs to Playwright
tobiu added parent issue #7435 on Oct 10, 2025, 6:54 PM

Mahita07
Oct 11, 2025, 1:33 PM
@tobiu Could you please assign this issue to me ?

tobiu
Oct 11, 2025, 1:51 PM
sure. same as for the other sub: requires phase 1 to be completed. i think the combobox is quite complex, and assume that the siesta test currently fails. so my recommendation: we can migrate the tests as they are first, but then need a follow-up ticket to ensure that all pass (we need to evaluate if there are framework issues, or if logic changes just require to adjust test conditions).
tobiu assigned to @Mahita07 on Oct 11, 2025, 1:51 PM
tobiu unassigned from @Mahita07 on Nov 4, 2025, 9:20 PM
tobiu assigned to @tobiu on Nov 4, 2025, 9:20 PM
tobiu closed this issue on Nov 4, 2025, 9:21 PM
IMPORTANT: Before starting, please read the parent epic in detail to understand the required architecture and testing patterns: https://github.com/neomjs/neo/issues/7435
This task is part of Phase 2 and is blocked by the completion of Phase 1 (Test Harness Setup).
This task is to migrate the component test for
form/field/ComboBox.mjsfrom the Siesta test harness to the Playwright test runner.Acceptance Criteria
test/playwright/component/form/field/ComboBox.spec.mjs.test/components/files/form/field/ComboBox.mjs).