Skip to content

Commit

Permalink
update background app
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 17, 2024
1 parent 10dd2c3 commit 49d7a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_mqtt(self, event_loop_tests):
# Sleep to make sure the connection is finished
sleep(10)
# put the application in background
self.driver.runAppInBackground(-1)
self.driver.background_app(-1)

def perform_click_element(self, element_id):
try:
Expand Down

0 comments on commit 49d7a9f

Please sign in to comment.