-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Crisimple
committed
Aug 29, 2019
1 parent
1058520
commit 034a097
Showing
5 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
2019-08-28 19:54:57,259 record_log.py <module> 10: [DEBUG] ---> 输出到文件中去 | ||
2019-08-28 19:55:10,269 record_log.py <module> 10: [DEBUG] ---> 输出到文件中去 | ||
2019-08-28 23:46:15,629 record_log.py <module> 10: [DEBUG] ---> 输出到文件中去 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ def captcha_code_error(self, register_email, nickname, password, captcha): | |
driver = webdriver.Chrome('../tools/chromedriver.exe') | ||
driver.get(register_url) | ||
rb = RegisterBusiness(driver) | ||
rb.register_email_error('1', 'pass123', 'test@123', 'sds') | ||
rb.captcha_code_error('[email protected]', 'pass123', 'test@123', 'sds') | ||
|
||
sleep(3) | ||
driver.close() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters