def login(self, user=None): from pages.fxa import FirefoxAccounts fxa = FirefoxAccounts(self.testsetup) fxa.login_user(user) self.wait_notification_box_visible() self.wait_notification_box_not_visible()
def login_with_user_from_other_pages(self, user="******"): from pages.fxa import FirefoxAccounts fxa = FirefoxAccounts(self.testsetup) fxa.login_user(user)