Updated strings and descriptions.

This commit is contained in:
Benjamin Forehand Jr 2018-04-24 11:07:11 -04:00
parent 54e78b6274
commit 3e08c35740
5 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,7 @@ from pages.desktop.base import Base
class Download(Base):
"""Download page object model."""
_download_button_locator = (By.CLASS_NAME, 'btn--download')