diff --git a/tests/test_graphical_camera_settings.py b/tests/test_graphical_camera_settings.py index ab75afac..9ccd7955 100644 --- a/tests/test_graphical_camera_settings.py +++ b/tests/test_graphical_camera_settings.py @@ -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)