Remove unused code from Dropdown page

This commit is contained in:
Mat Hare 2021-07-17 12:54:01 +01:00
parent ebd26f295a
commit 7fae4394c1
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ class DropdownPage(BasePage):
def PAGE_TITLE(self):
return (By.TAG_NAME, 'h3')
DROPDOWN_LIST = (By.TAG_NAME, 'select')
# CHECKBOXES_FORM = (By.ID, 'checkboxes')
# ALL_CHECKBOXES = (By.XPATH, '//*[@id="checkboxes"]/input')
def __init__(self, browser):
self.browser = browser