def test_login_xzw2018(self):
     logging.info('=====test_login_xzw2018=====')
     l = LoginView(self.driver)
     l.login_action('自学网2018', 'zxw2018')
Example #2
0
 def test_login_zxw2017(self):
     logging.info('======test_login_zxw2017=====')
     l = LoginView(self.driver)
     l.login_action('自学网2017', 'zxw2017')
 def test_login_error(self):
     logging.info('=====test_login_error=====')
     l = LoginView(self.driver)
     l.login_action('666', '222')
Example #4
0
 def test_login_zxw2017(self):
     logging.info("===========test_login_zxw2017===========")
     l = LoginView(self.driver)
     l.login_action("自学网2017", "zxw2017")
Example #5
0
 def test_login_error(self):
     logging.info("===========test_login_error===========")
     l = LoginView(self.driver)
     l.login_action("6666", "222")
Example #6
0
 def test_login_multilotto_curacao(self):
     logging.info('======test_login_multilotto_curacao=======')
     l = LoginView(self.driver)
     l.login_action('*****@*****.**', 'Aa123456')
Example #7
0
 def test_login_multilotto_error(self):
     logging.info('======test_login_multilotto_error=======')
     l = LoginView(self.driver)
     l.login_action('*****@*****.**', 'Aa123456')
Example #8
0
 def test_login_multilotto_MGA(self):
     logging.info('======test_login_multilotto_MGA=======')
     l = LoginView(self.driver)
     l.login_action('*****@*****.**', 'Aa123456')
Example #9
0
 def test_login_test1(self):
     logging.info("====test_login_test1========")
     l = LoginView(self.driver)
     l.login_action("苏苏", "20182018")
Example #10
0
 def test_login_test3(self):
     logging.info("====test_login_test3========")
     l = LoginView(self.driver)
     l.login_action("苏苏3", "201820183")