mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 16:23:46 +08:00
CI: Add missing uppercase_keyboard UI view (#34347)
* add-uppercase-preview * testing-UI-on-fork * change back * add-my-branch * needs to see sha from fork for test * fix missing sha * change back * get correct named artifact * try this * experimenting coordinates * try these coordinates * try these coordinates * draws circles to see touches - changes coordinates * try these changes * better coordinates * click is more centered * try again * revert back * revert these too * last revert...
This commit is contained in:
@@ -125,6 +125,10 @@ def setup_keyboard(click, pm: PubMaster):
|
||||
click(250, 965)
|
||||
click(1930, 228)
|
||||
|
||||
def setup_keyboard_uppercase(click, pm: PubMaster):
|
||||
setup_keyboard(click, pm)
|
||||
click(200, 800)
|
||||
|
||||
def setup_driver_camera(click, pm: PubMaster):
|
||||
setup_settings_device(click, pm)
|
||||
click(1950, 435)
|
||||
@@ -197,7 +201,8 @@ CASES = {
|
||||
"body": setup_body,
|
||||
"offroad_alert": setup_offroad_alert,
|
||||
"update_available": setup_update_available,
|
||||
"keyboard": setup_keyboard
|
||||
"keyboard": setup_keyboard,
|
||||
"keyboard_uppercase": setup_keyboard_uppercase
|
||||
}
|
||||
|
||||
TEST_DIR = pathlib.Path(__file__).parent
|
||||
|
||||
Reference in New Issue
Block a user