tests/lomiri: Try to fix polkit password entry on ARM

Hopefully not just a placebo, but it worked on my machine.
This commit is contained in:
OPNA2608
2024-08-08 19:59:47 +02:00
parent fa5d67862c
commit 39ca1bebb4
+3 -1
View File
@@ -275,7 +275,9 @@ in
# Just hope that it's up after a short wait
machine.sleep(10)
machine.screenshot("polkit_agent")
machine.send_chars("${password}\n")
machine.send_chars("${password}")
machine.sleep(2) # Hopefully enough delay to make sure all the password characters have been registered? Maybe just placebo
machine.send_chars("\n")
machine.wait_for_file("/tmp/polkit-test", 10)
machine.send_key("alt-f4")