···614 machine.send_key("ret")
615616 # Peers should be loaded
617- wait_for_text("Morph") # or Gallery, but Morph is already packaged
618 machine.screenshot("settings_lomiri-content-hub_peers")
619620- # Select Morph as content source
621- mouse_click(340, 80)
622623- # Expect Morph to be brought into the foreground, with its Downloads page open
624- wait_for_text("No downloads")
625626 # If lomiri-content-hub encounters a problem, it may have crashed the original application issuing the request.
627 # Check that it's still alive
···630 machine.screenshot("lomiri-content-hub_exchange")
631632 # Testing any more would require more applications & setup, the fact that it's already being attempted is a good sign
633- machine.send_key("esc")
0634635- machine.sleep(2) # sleep a tiny bit so morph can close & the focus can return to LSS
636 machine.send_key("alt-f4")
637 '';
638 }
···614 machine.send_key("ret")
615616 # Peers should be loaded
617+ wait_for_text("Gallery")
618 machine.screenshot("settings_lomiri-content-hub_peers")
619620+ # Select Gallery as content source
621+ mouse_click(460, 80)
622623+ # Expect Gallery to be brought into the foreground, with its sharing page open
624+ wait_for_text("Photos")
625626 # If lomiri-content-hub encounters a problem, it may have crashed the original application issuing the request.
627 # Check that it's still alive
···630 machine.screenshot("lomiri-content-hub_exchange")
631632 # Testing any more would require more applications & setup, the fact that it's already being attempted is a good sign
633+ machine.send_key("tab")
634+ machine.send_key("ret")
635636+ machine.sleep(2) # sleep a tiny bit so gallery can close & the focus can return to LSS
637 machine.send_key("alt-f4")
638 '';
639 }