mirror of
https://github.com/appium/appium.git
synced 2026-01-14 22:30:14 -06:00
fix: sample codes in python (#13091)
This commit is contained in:
committed by
Kazuaki Matsuo
parent
326bf8d537
commit
bdb234db9e
@@ -48,4 +48,4 @@ class TestIOSSelectors():
|
||||
|
||||
def test_should_find_elements_by_xpath(self, driver):
|
||||
action_bar_container_elements = driver.find_elements_by_xpath('//XCUIElementTypeWindow//XCUIElementTypeButton')
|
||||
assert 7 == len(action_bar_container_elements)
|
||||
assert 8 == len(action_bar_container_elements)
|
||||
|
||||
Reference in New Issue
Block a user