···614614 machine.send_key("ret")
615615616616 # Peers should be loaded
617617- wait_for_text("Morph") # or Gallery, but Morph is already packaged
617617+ wait_for_text("Gallery")
618618 machine.screenshot("settings_lomiri-content-hub_peers")
619619620620- # Select Morph as content source
621621- mouse_click(340, 80)
620620+ # Select Gallery as content source
621621+ mouse_click(460, 80)
622622623623- # Expect Morph to be brought into the foreground, with its Downloads page open
624624- wait_for_text("No downloads")
623623+ # Expect Gallery to be brought into the foreground, with its sharing page open
624624+ wait_for_text("Photos")
625625626626 # If lomiri-content-hub encounters a problem, it may have crashed the original application issuing the request.
627627 # Check that it's still alive
···630630 machine.screenshot("lomiri-content-hub_exchange")
631631632632 # Testing any more would require more applications & setup, the fact that it's already being attempted is a good sign
633633- machine.send_key("esc")
633633+ machine.send_key("tab")
634634+ machine.send_key("ret")
634635635635- machine.sleep(2) # sleep a tiny bit so morph can close & the focus can return to LSS
636636+ machine.sleep(2) # sleep a tiny bit so gallery can close & the focus can return to LSS
636637 machine.send_key("alt-f4")
637638 '';
638639 }