Ejemplo n.º 1
0
 def click_sign_up(self):
     """
     Press the Sign Up button in the header.
     """
     next_page = SignupPage(self.browser)
     self.q(css='.action-signup')[0].click()
     return next_page.wait_for_page()
 def click_sign_up(self):
     """
     Press the Sign Up button in the header.
     """
     next_page = SignupPage(self.browser)
     self.q(css='.action-signup')[0].click()
     return next_page.wait_for_page()