From 49d7a9f289a0974242558b1e59ff6c2291eef78a Mon Sep 17 00:00:00 2001 From: Zhihui Xia Date: Wed, 17 Jul 2024 10:25:28 -0700 Subject: [PATCH] update background app --- .../MqttClient/DeviceFarmScript/mqtt_ios_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/IntegrationTests/MqttClient/DeviceFarmScript/mqtt_ios_test.py b/Test/IntegrationTests/MqttClient/DeviceFarmScript/mqtt_ios_test.py index 233a772e..89f0f272 100644 --- a/Test/IntegrationTests/MqttClient/DeviceFarmScript/mqtt_ios_test.py +++ b/Test/IntegrationTests/MqttClient/DeviceFarmScript/mqtt_ios_test.py @@ -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: