Files
MicroPythonOS/internal_filesystem/lib
Thomas Farstrike 740f239acc fix(ui/testing): use send_event for reliable label clicks in tests
click_label() now detects clickable parent containers and uses
send_event(lv.EVENT.CLICKED) instead of simulate_click() for more
reliable UI test interactions.

This fixes sporadic failures in test_graphical_imu_calibration_ui_bug.py
where clicking "Check IMU Calibration" would sometimes fail because
simulate_click() wasn't reliably triggering the click event on the
parent container.

- Add use_send_event parameter to click_label() (default: True)
- Detect clickable parent containers and send events directly to them
- Verified with 15 consecutive test runs (100% pass rate)
2025-12-17 19:09:40 +01:00
..
2025-04-27 12:27:48 +02:00
2025-11-02 13:28:29 +01:00
2025-12-11 19:42:16 +01:00
2025-05-22 21:06:02 +02:00
2025-05-19 10:08:43 +02:00
2025-07-02 12:43:01 +02:00
2025-11-11 11:28:44 +01:00
2025-10-29 09:34:54 +01:00
2025-05-20 14:47:19 +02:00
2025-05-20 15:12:30 +02:00
2025-05-19 11:21:54 +02:00
2025-05-27 22:43:43 +02:00
2025-04-25 16:10:16 +02:00
2025-05-19 10:08:43 +02:00
2025-05-19 21:19:01 +02:00

This /lib folder contains: