Skip to content

Commit 031d502

Browse files
Fix tests/test_graphical_camera_settings.py
1 parent 35cd1b9 commit 031d502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_graphical_camera_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_settings_button_click_no_crash(self):
113113
# On a 320x240 screen, this is approximately x=260, y=90
114114
# We'll click slightly inside the button to ensure we hit it
115115
settings_x = 300 # Right side of screen, inside the 60px button
116-
settings_y = 60 # 60px down from top, center of 60px button
116+
settings_y = 100 # 60px down from top, center of 60px button
117117

118118
print(f"\nClicking settings button at ({settings_x}, {settings_y})")
119119
simulate_click(settings_x, settings_y, press_duration_ms=100)

0 commit comments

Comments
 (0)