Commit 39ca1beb authored by OPNA2608's avatar OPNA2608
Browse files

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

Hopefully not just a placebo, but it worked on my machine.
parent fa5d6786
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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")