Viktor Vaczi
64142aa8de
Extend element registry and migrate all tests to semantic selectors
Phase 2 of element registry migration - eliminate hardcoded coordinates:
Element tracker additions:
- wxTreeCtrl items (clickTreeItem, findTreeItem)
- wxDataViewCtrl items and column headers
- wxPropertyGrid rows
- wxListBox items
- wxSpinButton arrows
- wxSlider thumb/track
- wxTextCtrl area
- wxSearchCtrl field
- wxAuiManager pane content areas
- wxCalendarCtrl dates
Test migrations:
- 24 test files updated to use element registry helpers
- Replaced coordinate-based clicks with semantic selectors
- Added find-hardcoded-coords.sh script for auditing
Remaining coordinates are legitimate (scroll positioning, drawing, test.fail blocks).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-30 14:17:51 +01:00 |
| .. |
|
button-finder.ts
|
Implement wxClipboard and add button finder utility for canvas testing
|
2025-12-03 10:19:50 +01:00 |
|
element-tracker.ts
|
Extend element registry and migrate all tests to semantic selectors
|
2025-12-30 14:17:51 +01:00 |
|
fixtures.ts
|
Add element registry for semantic E2E test automation
|
2025-12-29 12:11:33 +01:00 |
|
test-utils.ts
|
Organize test logs into separate directories by test suite and file
|
2025-12-27 16:35:40 +01:00 |