View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011639 | Taler | merchant backoffice SPA | public | 2026-07-16 16:22 | 2026-07-16 16:22 |
| Reporter | sebasjm | Assigned To | sebasjm | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Target Version | 1.6 | ||||
| Summary | 0011639: fix form input names for automation | ||||
| Description | from hernani ## 2. Form field names: `path1`, `params.receiver-name`, hidden TOS ### Hidden TOS checkbox (signup) The signup form contains `input[name="tos"]`, but it is rendered as a **custom Bulma toggle**, not a normal visible checkbox. Playwright’s `.check()` on the raw input often does **not** enable the **Anlegen** submit button. Investigation script: `scripts/debug-tos.mjs` — inspects DOM structure and tries JS `checked = true` plus `input`/`change` event dispatch. | ||||
| Tags | No tags attached. | ||||