diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 86259b9..34e9748 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,6 +3,8 @@
+
+
@@ -27,15 +29,15 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -105,8 +107,8 @@
-
+
@@ -119,8 +121,9 @@
-
-
+
+
+
@@ -137,6 +140,11 @@
+
+
+
+
+
@@ -145,7 +153,7 @@
-
+
@@ -344,8 +352,7 @@
-
-
+
@@ -353,8 +360,8 @@
-
-
+
+
@@ -367,7 +374,7 @@
-
+
@@ -378,7 +385,7 @@
-
+
@@ -466,46 +473,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 6c22332..6af15b6 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,6 @@ python3+Selenium+unittest+HTMLTestRunner+pageObject Web自动化测试框架

-
### PageObject设计模式
由于Web页面自动化测试的过程中会存在许多重复的元素,且很多Web页面测试的元素值不稳定,经常变更,
为了使得Web页面自动化测试的代码更具有健壮性,因此使用PageObject设计模式,
diff --git a/common/sendEmail.py b/common/sendEmail.py
index f329616..1996ea8 100644
--- a/common/sendEmail.py
+++ b/common/sendEmail.py
@@ -55,4 +55,3 @@ class SendEmail():
# 最新的测试报告地址
the_last_report_address = os.path.join(reports_address, the_last_report)
return the_last_report_address
-