Skip to content

Commit

Permalink
use options for mqtt test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 16, 2024
1 parent 9e5cc0f commit 55b996b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@

class TestMqttIOS:
def setup_method(self):
# self.driver = webdriver.Remote(appium_server_url, options=XCUITestOptions().load_capabilities(capabilities))
self.driver = webdriver.Remote(appium_server_url, capabilities)
self.driver = webdriver.Remote(appium_server_url, options=XCUITestOptions().load_capabilities(capabilities))
self.driver.implicitly_wait(10)

def teardown_method(self):
Expand Down

0 comments on commit 55b996b

Please sign in to comment.