Skip to content

Commit

Permalink
fix the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Jun 8, 2024
1 parent 57bf007 commit f48de13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_elements(self):
try:
self.find_element(By.CLASS_NAME, 'element-Si')
print("Element Si is fund!")
else:
except:
raise Exception("Element Si is NOT found!!!")

def download_widget_image(self):
Expand Down

0 comments on commit f48de13

Please sign in to comment.