mirror of
https://github.com/appium/appium.git
synced 2026-05-03 00:41:07 -05:00
sample-code: fix python sample (#13107)
This commit is contained in:
@@ -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 8 == len(action_bar_container_elements)
|
||||
assert 7 <= len(action_bar_container_elements) <= 8
|
||||
|
||||
Reference in New Issue
Block a user