sample-code: fix python sample (#13107)

This commit is contained in:
Isaac A. Murchie
2019-08-22 07:57:13 -05:00
committed by GitHub
parent 8fba6bd239
commit be967320c2
2 changed files with 2 additions and 2 deletions
@@ -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