Merge "pytest-based tests add fix more specific css selector"
This commit is contained in:
commit
02fa4d9f1f
@ -93,7 +93,8 @@ def available_elements(driver, resource_type, name):
|
|||||||
except (exceptions.NoSuchElementException):
|
except (exceptions.NoSuchElementException):
|
||||||
pass
|
pass
|
||||||
finally:
|
finally:
|
||||||
return driver.find_elements_by_css_selector('table tr td:nth-child(2)')
|
return driver.find_elements_by_css_selector(
|
||||||
|
'table tr td:nth-child(2) a')
|
||||||
|
|
||||||
|
|
||||||
def get_table_status(driver, resource_type, name, sorting=False):
|
def get_table_status(driver, resource_type, name, sorting=False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user