Fix info log on logout process

Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
Serhy 2018-08-29 15:14:36 +03:00
parent e508d98316
commit b0b23bb735
No known key found for this signature in database
GPG Key ID: 5D7C4B9E2B6F500B
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class LogoutButton(BaseButton):
def click(self):
self.scroll_to_element().click()
info('Tap on %s' % self.name)
self.driver.info('Tap on %s' % self.name)
return self.navigate()