View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011639 | Taler | merchant portal webui | public | 2026-07-16 16:22 | 2026-07-23 15:36 |
| Reporter | sebasjm | Assigned To | sebasjm | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Target Version | 1.7 | ||||
| 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. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-07-16 16:22 | sebasjm | New Issue | |
| 2026-07-16 16:22 | sebasjm | Status | new => assigned |
| 2026-07-16 16:22 | sebasjm | Assigned To | => sebasjm |
| 2026-07-23 15:36 | sebasjm | Target Version | 1.6 => 1.7 |
| 2026-08-23 16:18 | Florian Dold | Category | merchant backoffice SPA => merchant portal webui |