about summary refs log tree commit diff
path: root/nixos/tests/phosh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/phosh.nix')
-rw-r--r--nixos/tests/phosh.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/tests/phosh.nix b/nixos/tests/phosh.nix
index 6c6357f580968..25bf4848542e6 100644
--- a/nixos/tests/phosh.nix
+++ b/nixos/tests/phosh.nix
@@ -61,5 +61,10 @@ in {
 
         phone.wait_for_text("All Apps")
         phone.screenshot("03launcher")
+
+    with subtest("Check the on-screen keyboard shows"):
+        phone.send_chars("setting", delay=0.2)
+        phone.wait_for_text("123") # A button on the OSK
+        phone.screenshot("04osk")
   '';
 })