Skip to content

Commit

Permalink
projects/Libervia/test: Sleep abit after issuing workspace switch
Browse files Browse the repository at this point in the history
Had it happen that switch wasn't fully processed yet when terminal was attempted to be spawned.
  • Loading branch information
OPNA2608 authored and fricklerhandwerk committed Aug 14, 2024
1 parent 875e225 commit 205a5f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/Libervia/test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ in {
# Next workspace
machine.send_key("ctrl-alt-right")
machine.sleep(2) # Make sure we're actually on the second workspace
# Register profile with setup XMPP account in Libervia
spawn_terminal()
Expand Down

0 comments on commit 205a5f1

Please sign in to comment.