FEDX-118 Adding header to test page
This commit is contained in:
committed by
Clinton Blackburn
parent
717b56a7b2
commit
3cbb2d1a08
@@ -13,4 +13,4 @@ class LogoutPage(PageObject):
|
||||
url = BASE_URL + "/logout"
|
||||
|
||||
def is_browser_on_page(self):
|
||||
return self.q(css='.cta-login').present
|
||||
return self.q(css='.btn-login').present
|
||||
|
||||
Reference in New Issue
Block a user