From 9242651d04f658255c8b31a46cd89c83b22621a3 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 13 Jan 2026 00:54:22 +0100 Subject: [PATCH] Add click_keyboard_button --- internal_filesystem/lib/mpos/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal_filesystem/lib/mpos/__init__.py b/internal_filesystem/lib/mpos/__init__.py index de4b03a6..36e9de27 100644 --- a/internal_filesystem/lib/mpos/__init__.py +++ b/internal_filesystem/lib/mpos/__init__.py @@ -22,7 +22,7 @@ from .ui.keyboard import MposKeyboard from .ui.testing import ( wait_for_render, capture_screenshot, simulate_click, find_label_with_text, verify_text_present, print_screen_labels, - click_button, click_label + click_button, click_label, click_keyboard_button ) # UI utility functions @@ -87,7 +87,7 @@ __all__ = [ # Testing utilities "wait_for_render", "capture_screenshot", "simulate_click", "find_label_with_text", "verify_text_present", "print_screen_labels", - "click_button", "click_label", + "click_button", "click_label", "click_keyboard_button", # Submodules "apps", "ui", "config", "net", "content", "time", "sensor_manager", "sdcard", "battery_voltage", "audio", "hardware", "bootloader"