Skip to content

Commit

Permalink
test_ui: fix broken keyboard display in screenshots (commaai#34013)
Browse files Browse the repository at this point in the history
fix broken keyboard display in screenshots
  • Loading branch information
deanlee authored Nov 13, 2024
1 parent eda8a1f commit 96f6e18
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions selfdrive/ui/tests/test_ui/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,8 @@ def setup_body(click, pm: PubMaster):

def setup_keyboard(click, pm: PubMaster):
setup_settings_device(click, pm)
click(250, 575)
click(2020, 218)
click(1830, 80)
click(2035, 808)
click(90, 480)
click(250, 965)
click(1930, 228)

def setup_driver_camera(click, pm: PubMaster):
setup_settings_device(click, pm)
Expand Down

0 comments on commit 96f6e18

Please sign in to comment.