Updated strings and descriptions.
This commit is contained in:
parent
54e78b6274
commit
3e08c35740
5 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,7 @@ from selenium.webdriver.common.by import By
|
|||
|
||||
|
||||
class Base(Page):
|
||||
"""Base object model."""
|
||||
|
||||
_url = '{base_url}'
|
||||
_send_logo_locator = (By.CLASS_NAME, 'logo')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue