Cragr.home() correctly goes to the specified hostname
This commit is contained in:
parent
78ecceeebe
commit
b8eb34c804
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class Cragr(Browser):
|
|||
Browser.__init__(self, *args, **kwargs)
|
||||
|
||||
def home(self):
|
||||
self.location('https://m.lefil.com/')
|
||||
self.location('https://%s/' % self.DOMAIN)
|
||||
|
||||
def is_logged(self):
|
||||
return not self.is_on_page(pages.LoginPage) or self.is_logging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue