コード例 #1
0
ファイル: index.py プロジェクト: Lektorium-LLC/edx-platform
 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()
コード例 #2
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()