View Issue Details

IDProjectCategoryView StatusLast Update
0011639Talermerchant backoffice SPApublic2026-07-16 16:22
Reportersebasjm Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version1.6 
Summary0011639: fix form input names for automation
Descriptionfrom 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.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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