nixosTests.musescore: fix for version 4.2.0
This commit is contained in:
parent
accee5111d
commit
06bec0d01b
1 changed files with 2 additions and 5 deletions
|
@ -63,14 +63,11 @@ in
|
|||
|
||||
machine.send_key("tab")
|
||||
machine.send_key("tab")
|
||||
machine.send_key("tab")
|
||||
machine.send_key("tab")
|
||||
machine.send_key("right")
|
||||
machine.send_key("right")
|
||||
machine.send_key("ret")
|
||||
|
||||
machine.sleep(1)
|
||||
machine.sleep(2)
|
||||
|
||||
machine.send_key("tab")
|
||||
# Type the beginning of https://de.wikipedia.org/wiki/Alle_meine_Entchen
|
||||
machine.send_chars("cdef6gg5aaaa7g")
|
||||
machine.sleep(1)
|
||||
|
|
Loading…
Reference in a new issue