Commit 41894e4
committed
QA: Document SwiftUI Toggle tap behavior for automation
- Add guidance to RULES.md about tapping Toggle controls in custom rows
- Update test 08 (Lock Conversation) with specific instructions for the lock toggle
SwiftUI Toggles inside custom row views (like FeatureRowItem) have
accessibility identifiers on the row element, but tapping the center
doesn't activate the toggle. The switch control itself must be tapped
directly (right side of the row).1 parent d422b19 commit 41894e4
3 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments