fix: sample codes in python (#13091)

This commit is contained in:
Mori Atsushi
2019-08-18 21:28:04 +09:00
committed by Kazuaki Matsuo
parent 326bf8d537
commit bdb234db9e

View File

@@ -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)