Remove unused code from Dropdown page
This commit is contained in:
parent
ebd26f295a
commit
7fae4394c1
|
@ -8,8 +8,6 @@ class DropdownPage(BasePage):
|
||||||
def PAGE_TITLE(self):
|
def PAGE_TITLE(self):
|
||||||
return (By.TAG_NAME, 'h3')
|
return (By.TAG_NAME, 'h3')
|
||||||
DROPDOWN_LIST = (By.TAG_NAME, 'select')
|
DROPDOWN_LIST = (By.TAG_NAME, 'select')
|
||||||
# CHECKBOXES_FORM = (By.ID, 'checkboxes')
|
|
||||||
# ALL_CHECKBOXES = (By.XPATH, '//*[@id="checkboxes"]/input')
|
|
||||||
|
|
||||||
def __init__(self, browser):
|
def __init__(self, browser):
|
||||||
self.browser = browser
|
self.browser = browser
|
||||||
|
|
Loading…
Reference in New Issue