Fix tests/test_graphical_camera_settings.py

This commit is contained in:
Thomas Farstrike
2025-12-01 12:08:25 +01:00
parent 35cd1b9a39
commit 031d502e37
+1 -1
View File
@@ -113,7 +113,7 @@ class TestGraphicalCameraSettings(unittest.TestCase):
# On a 320x240 screen, this is approximately x=260, y=90
# We'll click slightly inside the button to ensure we hit it
settings_x = 300 # Right side of screen, inside the 60px button
settings_y = 60 # 60px down from top, center of 60px button
settings_y = 100 # 60px down from top, center of 60px button
print(f"\nClicking settings button at ({settings_x}, {settings_y})")
simulate_click(settings_x, settings_y, press_duration_ms=100)