Skip to content

Commit 9242651

Browse files
Add click_keyboard_button
1 parent 4ad4e1e commit 9242651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal_filesystem/lib/mpos/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from .ui.testing import (
2323
wait_for_render, capture_screenshot, simulate_click,
2424
find_label_with_text, verify_text_present, print_screen_labels,
25-
click_button, click_label
25+
click_button, click_label, click_keyboard_button
2626
)
2727

2828
# UI utility functions
@@ -87,7 +87,7 @@ def __getattr__(name):
8787
# Testing utilities
8888
"wait_for_render", "capture_screenshot", "simulate_click",
8989
"find_label_with_text", "verify_text_present", "print_screen_labels",
90-
"click_button", "click_label",
90+
"click_button", "click_label", "click_keyboard_button",
9191
# Submodules
9292
"apps", "ui", "config", "net", "content", "time", "sensor_manager",
9393
"sdcard", "battery_voltage", "audio", "hardware", "bootloader"

0 commit comments

Comments
 (0)