Nick Shirokov and Claude Opus 4.6
baefeaa05b
fix(web-test): clickElement expand:false — idempotent expand/collapse
...
expand:false was silently ignored because `if (expand || toggle)` evaluates
to false when expand=false. Now uses `expand != null` to enter the branch,
checks current state (gridListH/gridListV for groups, backgroundImage gx=0
for tree nodes), and only clicks when the state needs to change.
- expand:true on collapsed → expand (click)
- expand:true on expanded → noop (idempotent)
- expand:false on expanded → collapse (click)
- expand:false on collapsed → noop (idempotent)
- toggle → always click (unchanged)
Returns `toggled: true/false` in result to indicate whether click happened.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 18:27:40 +03:00
..
2026-02-25 18:31:27 +03:00
2026-03-05 12:08:07 +03:00
2026-02-25 18:31:27 +03:00
2026-03-09 19:25:00 +03:00
2026-03-25 19:56:26 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-03-10 21:40:16 +03:00
2026-03-13 10:23:14 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-02-16 16:35:23 +03:00
2026-02-25 18:31:27 +03:00
2026-03-20 18:37:26 +03:00
2026-03-13 10:57:15 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-02-07 21:48:43 +03:00
2026-02-14 18:00:36 +03:00
2026-03-07 20:53:13 +03:00
2026-03-07 20:53:13 +03:00
2026-02-25 18:31:27 +03:00
2026-03-09 19:25:00 +03:00
2026-03-07 20:53:13 +03:00
2026-03-07 20:53:13 +03:00
2026-02-25 18:31:27 +03:00
2026-03-09 19:25:00 +03:00
2026-02-25 18:31:27 +03:00
2026-03-05 15:47:15 +03:00
2026-03-10 21:40:16 +03:00
2026-03-15 19:31:39 +03:00
2026-02-15 16:37:12 +03:00
2026-02-25 18:31:27 +03:00
2026-03-09 19:25:00 +03:00
2026-03-20 15:46:59 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-03-09 19:25:00 +03:00
2026-03-23 20:38:13 +03:00
2026-03-08 18:45:05 +03:00
2026-03-17 19:26:14 +03:00
2026-02-25 18:31:27 +03:00
2026-03-09 19:25:00 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-03-05 12:08:07 +03:00
2026-03-09 19:25:00 +03:00
2026-02-25 18:31:27 +03:00
2026-03-05 12:08:07 +03:00
2026-03-09 20:30:49 +03:00
2026-03-23 20:38:04 +03:00
2026-03-17 20:06:02 +03:00
2026-02-25 18:31:27 +03:00
2026-03-09 19:25:00 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-03-05 12:08:07 +03:00
2026-03-09 19:25:00 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-02-25 18:31:27 +03:00
2026-03-20 14:51:28 +03:00
2026-02-25 18:31:27 +03:00
2026-03-26 18:27:40 +03:00
2026-02-25 18:31:27 +03:00
2026-03-09 14:58:49 +03:00